.note {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #fd7e14;
  border-left: 5px solid #fd7e14;
}
.logo {
  color: white;
}
.teams {
  margin: 3px 3px;
  color: white;
}
.mybanner {
  background-image: url("images/banner-carousel-pic.jpg");
}
#contact {
  height: auto;
  width: 100%;
}
#contact input, #contact textarea {
  width: 100%;
  margin-bottom: 5px;
}
#contact textarea {
  min-height: 160px;
}
.my-title {
  font-weight: bold;
}
.my-para {
  text-align: justify;
}
.link-transform {
  text-decoration: none;
  color: black;
}