@import url('http://fonts.cdnfonts.com/css/montserrat');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800');

html,
body {
  font-family: "Open Sans", Sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  margin-bottom: 30px;
}

.navbar,
footer {
  background-color: #00396B;
  color: white;
}

.navbar {
  min-height: 4.5em;
}

.navbar-brand img {
  margin-left: 20px;
  max-height: 40px;
}

.navbar-nav .nav-link {
  color: white;
  font-family: "Montserrat", Sans-serif;
  margin-right: 2em;
}

.navbar-nav .nav-link.active {
  font-weight: 600;
}

main .about {
  align-items: start;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100%),
    url('../img/background-main.jpg') no-repeat right top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
}

main .about .text {
  margin: 5em;
  width: 45%;
}

main .about .text .title {
  color: #07006A;
  font-size: 50px;
  font-weight: 800;
}

main .about .text .sub-title {
  color: #555;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

main .about a {
  font-size: 18px;
  font-weight: 600;
  margin-top: 2em;
  text-decoration: none;
  padding: 20px 30px 20px 30px;
}

a.play-link:hover {
  background-color: #333 !important;
  color: white;
}

a.about-link {
  border: 1px solid #333;
  color: black;
}

a.about-link:hover {
  background-color: #333 !important;
  color: white;
}

.supporters {
  padding-top: 2em;
  text-align: center;
}

.supporters .partners {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.supporters .partners img {
  width: 150px;
  margin: 0 2em 2em 0;
}

footer {
  margin-bottom: 0;
}

footer i {
  border: 2px solid white;
  border-radius: 10px;
  color: white;
  margin: 0 2px;
  padding: 5px;
  width: 50px;
}

main .about.about-us {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100%),
    url('../img/background-aboutus.jpg') no-repeat right center;
  min-height: 400px;
}

.who-we-are {
  padding: 50px;
}

.person-container {
  align-items: center;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
  display: flex;
  flex: 1;
  justify-content: start;
  margin: 10px 10px;
  min-width: 600px;
  max-width: 600px;
  padding: 20px;
}

.person-container.highlight {
  margin: 0 auto 0 auto;
}

.person-container img {
  margin-right: 2em;
  max-height: 130px;
}

.person-container .details {
  display: flex;
  flex-direction: column;
}

.person-container .details .name {
  color: #000;
  font-size: 33px;
  font-weight: 700;
}

.person-container .details .name i {
  color: #0072c5;
  font-size: 28px;
}

.person-container .details .description {
  color: #999;
  font-size: 16px;
}

.other-persons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 50px auto 0 auto;
  max-width: 1300px;
  width: fit-content;
}

.who-we-are .students {
  margin: 40px auto 0 auto;
  text-align: center;
  width: 80%;
}

.modal-body label {
  color: #666;
  font-weight: 400;
  margin-bottom: 5px;
}

.modal-body select {
  background-color: #eaeaea;
}

#createPlayer:disabled {
  background-color: #aaa !important;
}

.g-recaptcha {
  margin: 0 auto;
  width: fit-content;
}

@media(max-width: 400px) {
  main .about .text {
    margin: 2em;
    width: 80%;
  }

  main .about {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%),
      url('../img/background-main.jpg') no-repeat right center;
  }

  main .about .text .title {
    font-size: 32px;
    font-weight: 600;
  }

  main .about .text .sub-title {
    font-size: 13px;
  }

  main .about.about-us {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%),
      url('../img/background-aboutus.jpg') no-repeat right center;
  }
 
}

@media(min-width: 401px) and (max-width: 1200px) {
  main .about .text {
    width: 55%;
  }

  main .about {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%),
      url('../img/background-main.jpg') no-repeat right center;
  }

  main .about .text .title {
    font-size: 40px;
    font-weight: 700;
  }

  main .about .text .sub-title {
    font-size: 15px;
  }

  main .about.about-us {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%),
      url('../img/background-aboutus.jpg') no-repeat right top;
  }
}

@media(min-width: 1201px) and (max-width: 1750px) {
  main .about .text {
    width: 45%;
  }

  main .about {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%),
      url('../img/background-main.jpg') no-repeat right top;
  }

  main .about.about-us {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%),
      url('../img/background-aboutus.jpg') no-repeat right top;
  }
}

@media(max-width: 800px) {
  .person-container {
    flex-direction: column;
    min-width: auto;
    max-width: 100%;
  }
  .person-container img {
    margin-right: 0;
  }
  .person-container .details {
    text-align: center;
  }
  .person-container .details .name {
    font-size: 22px;
  }
}

@media(max-width: 1362px) {
  .other-persons-container {
    justify-content: center;
  }
}

/* Cookie consent */

.cookiealert {
  background: #212327AA; 
}

.cookiealert a {
  color: white;
}