@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  background-attachment: fixed;
  background-size: cover;
}

.btn-primary {
  background-color: #E8281B;
  border-color: #E8281B;
}

.btn-primary:hover {
  background-color: #E47200;
  border-color: #E47200;
}

.btn-secondary {
  background-color: #ffffff;
  color: #071C6C;
  text-transform: uppercase;
  border-color: #ffffff;
}

.btn-secondary:hover {
  background-color: #b1b1b1;
  color: #071C6C;
  border-color: #b1b1b1;
}

.heroVideo header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.heroVideo header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.heroVideo header .container {
  position: relative;
  z-index: 2;
}

.heroVideo header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  .heroVideo header {
    background: url("../img/soccerBallBounce.jpg") black no-repeat center top scroll;
  }
  .heroVideo header video {
    display: none;
  }
}

.navbar-light .navbar-toggler {
  color: white;
  border-color: white;
  background: white;
}

.bgWhite {
  background: #ffffff;
}

.about i {
  font-size: 2rem;
  color: #707070;
}

.about h3 {
  font-weight: 800;
  text-transform: uppercase;
  color: #707070;
}

.about .cta {
  border: 1px solid #E8281B;
  margin-bottom: 10px;
}

.about .cta .tag {
  color: #E8281B;
  padding: 1rem;
  margin: 0;
}

.whatWeOffer {
  background: url("../img/offer.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #ffffff;
}

.whatWeOffer .leading {
  margin-bottom: 2rem;
}

.whatWeOffer h2 {
  text-transform: uppercase;
  font-weight: 600;
}

.whatWeOffer h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2rem;
}

.whatWeOffer i {
  font-size: 60px;
  margin-bottom: 2rem;
}

.testimonials {
  height: 500px;
  position: relative;
}

.testimonials .carousel-inner {
  min-height: 250px;
}

.testimonials .carousel-content {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials #text-carousel {
  text-align: center;
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 50px;
}

.testimonials .penLine {
  color: #071C6C;
  font-weight: 800;
}

.testimonials .carousel-control-prev {
  left: -60px;
}

.testimonials .carousel-control-next {
  right: -60px;
}

.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
  color: #071C6C;
  opacity: 0.15;
  font-size: 60px;
}

.testimonials .carousel-indicators {
  position: absolute;
  bottom: 0;
}

.testimonials .carousel-indicators li {
  background-color: #E47200;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}

.testimonials .carousel-indicators .active {
  background-color: #E8281B;
}

.CTA {
  background: #E8281B;
  color: #ffffff;
  padding: 3rem 2rem;
}

footer .davidPhoto {
  background: url("../img/baseball.jpg") center no-repeat;
  background-size: cover;
}

footer .bio {
  text-align: center;
}

footer .bio h2 {
  color: #071C6C;
  font-weight: 800;
  text-transform: uppercase;
}

footer .bio .bioT {
  color: #071C6C;
}

footer .bio .edu {
  color: #007CBA;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1rem;
}

footer .bio .sub {
  color: #3a3a3a;
}

ul.social {
  padding-left: 0;
}

ul.social li {
  display: inline;
}

ul.social li a {
  color: #ffffff;
  font-size: 30px;
}

.footerFull {
  background: #2B2B2B;
  color: #ffffff;
}

.footerFull hr {
  color: #ffffff;
}

.copyright {
  text-align: center;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .testimonials #text-carousel {
    width: 100% !important;
  }
  .testimonials {
    height: 75vh;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  a.navbar-brand img {
    width: 200px;
  }
  .video-container {
    margin-bottom: 3rem;
  }
}

@media (pointer: coarse) and (hover: none) {
  .mobw-100 {
    width: 100%;
  }
}

html:lang(it) #video-en {
  display: none;
}

html:lang(it) #video-es {
  display: none;
}

html:lang(en) #video-it {
  display: none;
}

html:lang(en) #video-es {
  display: none;
}

html:lang(es) #video-it {
  display: none;
}

html:lang(es) #video-en {
  display: none;
}

.translate {
  margin-left: 20px;
}

.translate a {
  display: inline-block;
  color: #071C6C !important;
  font-weight: 800;
}

.ct-topbar {
  text-align: right;
  background: #eee;
}

.ct-topbar__list {
  margin-bottom: 0px;
}

.ct-language__dropdown {
  padding-top: 8px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 110%;
  left: -3px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100px;
  text-align: center;
  padding-top: 0;
  z-index: 200;
}

.ct-language__dropdown li {
  background: #222;
  padding: 5px;
}

.ct-language__dropdown li a {
  display: block;
}

.ct-language__dropdown li:first-child {
  padding-top: 10px;
  border-radius: 3px 3px 0 0;
}

.ct-language__dropdown li:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 3px 3px;
}

.ct-language__dropdown li:hover {
  background: #444;
}

.ct-language__dropdown:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid #222;
}

.ct-language {
  position: relative;
  background: #00aced;
  color: #fff;
  padding: 10px 0;
}

.ct-language:hover .ct-language__dropdown {
  max-height: 200px;
  padding-top: 8px;
}

label.error {
  color: #E8281B;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 3px;
}
/*# sourceMappingURL=style.css.map */