body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.ttf");
  font-weight: 900;
}
#wrapper * {
  font-family: "Montserrat", sans-serif !important;
}

#header {
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 99;
}

#header .container {
  display: flex;
  height: 80px;
}

body.admin-bar #header {
  top: 32px;
}

#header img.logo {
  height: 60px;
  margin-top: 10px;
}

#content {
  margin-top: 100px;
}

#hero {
  height: 500px;
  width: 100vw;
  background-image: url("../img/banner.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 25px;
}

#hero .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#hero .text h1 {
  color: #2D465A;
  font-size: 70px;
}

#hero .text h2 {
  color: #2D465A;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  width: 400px;
}

@media screen and (max-width: 600px) {
  #hero .text h1 {
    color: #2D465A;
    font-size: 30px;
  }

  #hero .text h2 {
    color: #2D465A;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    width: 100%;
  }
}
p {
  font-size: 14.5px;
  line-height: 28px;
}

#footer {
  background-color: #2F455C;
  color: #fff;
  text-align: center;
  height: 100px;
  width: 100vw;
  padding: 20px 0;
}

.section {
  margin: 30px auto;
}

.section h2 {
  background-color: #2F455C;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #D2EBF6;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 2em;
}

.section h3 {
  text-transform: uppercase;
  padding: 15px 0 10px 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.7em;
}

.section .btn {
  color: gray;
  border: 1px solid gray;
}

.bg-yellow {
  background-color: #F6F1ED;
  padding: 20px 0;
}

.news-item {
  background-color: #fff;
  padding: 10px 0;
  margin: 10px 0;
}

.news-item h3 {
  color: #2F455C;
  font-size: 24px;
  margin-top: 10px;
}

.news-item h4 {
  color: #2F455C;
  font-size: 13px;
  margin: 10px 0;
}

.news-item img {
  width: 100%;
}

.sponsors {
  display: flex;
  width: 90%;
  justify-content: center;
  margin: 40px 0;
}

.sponsors img {
  height: 120px;
}

.btn:hover {
  background-color: #5b5b5b;
  color: #fff;
}

.team-description p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 24px;
}

.video-wrapper {
  width: 70%;
  margin: auto;
  margin-bottom: 1rem;
}

@media screen and (max-width: 992px) {
  .video-wrapper {
    width: 100%;
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=main.css.map */
