/* ============ GLOBAL CLASSES ============= */

@font-face {
  font-family: Avenir-Book;
  src: url(Avenir-Book.ttf);
}

@font-face {
  font-family: Avenir-Heavy;
  src: url(Avenir-Heavy.ttf);
}

@font-face {
  font-family: Avenir-Light;
  src: url(Avenir-Light.ttf);
}

@font-face {
  font-family: Avenir-Black;
  src: url(Avenir-Black.ttf);
}

.margintopten {
  margin-top: 10px !important;
}

.greentext {
  color: rgb(37, 151, 50);
}

.question:hover {
  color: rgb(37, 151, 50);
  cursor: pointer;
}

.answer {
  font-family: Avenir-Heavy;
}

.hide {
  display: none;
}

.alert {
  border: 1px solid red;
}

.normal {
  border: 0;
}

.blue {
  background-color: rgb(233, 132, 59);
}

a.blue:hover,
input.blue:hover {
  background-color: rgb(70, 70, 70);
}

a.green:hover {
  background-color: rgb(70,70,70);
}

.orange {
  background-color: rgb(233, 132, 59);
}

.orangeText {
  color: rgb(233, 132, 59);
  font-weight: 500;
}

.abscontainer {
  width: 100%;
  position: relative;
}

section span {
  display: block;
  font-size: 20px;
  font-family: Avenir-Light;
}

.centertext {
  text-align: center;
}

span.header {
  color: rgb(77, 77, 77);
  text-align: center;
  font-size: 40px;
  font-family: Avenir-Heavy;
}

.logo {
  background: url('img/53.png') no-repeat center center / contain;
}

.button {
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
  font-family: Avenir-Book;
}

a {
  cursor: pointer;
  color: white;
  text-decoration: none;
}

html,
body {
  overflow-x: hidden !important;
  max-width: 100% !important;
  position: relative;
}

body {
  background-color: white;
  padding: 0px;
  margin: 0px;
}


/* =========== HEADER CSS ============= */

.fixed {
  top: 0px;
  position: fixed;
  display: none;
}

.absolute {
  position: absolute;
}

header {
  top: 0px;
  z-index: 101;
  background-color: rgb(70, 70, 70);
  width: 100%;
  height: 60px;
  box-shadow: 0px 0px 12px grey;
  -moz-box-shadow: 0px 0px 12px grey;
  -webkit-box-shadow: 0px 0px 12px grey;
}

header .burger {
  display: block;
  float: right;
  border: 1px solid white;
  color: white;
  padding: 8px 14px 10px;
  border-radius: 8px;
  margin: 10px 30px 7px 0px;
}

.burger.active {
  border: 1px solid white;
  cursor: pointer;
  color: black;
  background-color: white;
}

header .burger:hover {
  border: 1px solid white;
  cursor: pointer;
  color: black;
  background-color: white;
}

header .logo {
  width: 100px;
  height: 50px;
  float: left;
  margin: 4px 0px 0px 20px;
  cursor: pointer;
}

header ul {
  float: none;
  list-style: none;
  margin: 60px 40px 13px 0px;
  width: 100%;
  padding: 0px;
  background-color: rgb(70, 70, 70);
  display: none;
}

header ul li {
  float: none;
  padding: 13px 0px;
  display: block;
  text-align: center;
}

header ul li a {
  padding: 26px 16px;
  color: white;
  font-family: Avenir-Heavy;
}

header ul li a:hover {
  color: rgb(233, 132, 59);
}


/* ================= BANNER CSS ==================== */

div.banner {
  background-color: grey;
/*  background: url('img/banner.jpg') no-repeat center center / cover;*/
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) ), url('img/banner.jpg') center center / cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

div.banner .contentcontainer {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  width: 90%;
  margin: 40px auto;
  color: white;
}

div.banner .contentcontainer span {
  display: block;
  font-size: 30px;
  word-spacing: 2px;
  text-align: center;
  font-family: Avenir-Black;
}

div.banner .contentcontainer .buttons {
  margin: 80px auto 0px;
  width: 75%;
  height: 120px;
}

div.banner .contentcontainer .buttons .button {
  float: none;
  padding: 14px 2px;
  width: 150px;
  font-size: 18px;
  margin: 0px auto 20px auto;
  display: block;
}

div.banner .contentcontainer .buttons .button:last-child {
  float: none;
}


/* =================== SECTION CSS ======================= */

section {
  background-color: white;
  width: 100%;
  max-width: 100%;
}

section .mdc,
footer .mdc {
  margin: 0px auto;
  background-image: url('img/53black.jpg');
  width: 60%;
  height: 200px;
  margin-top: 54px;
}

section .descriptioncontainer {
  max-width: 600px;
  min-height: 300px;
  padding: 0px 20px;
  margin: 80px auto 120px auto;
  position: relative;
  z-index: 5;
}

section .descriptioncontainer span {
  margin: 40px auto;
}

section .opaquecontainer {
  width: 100%;
  min-height: 280px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 6px grey;
  -moz-box-shadow: 0px 0px 6px grey;
  -webkit-box-shadow: 0px 0px 6px grey;
  position: relative;
  padding: 30px 0px;
}

section .opaquecontainer span.header {
  margin: 40px auto 20px;
}

section #team #teamcontainer {
  min-height: 500px;
  margin-top: 30px;
}

section #team .individualcontainer {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

section #team .individualcontainer span {
  font-size: 16px;
}

section #team .padding {
  padding: 0px 20px;
}

section #team .photo {
  width: 170px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px auto;
}

section #team .details {
  display: none;
}

section #team .titles {
  text-align: center;
}

section #team .bio {}

section #team .individualcontainer .header {
  font-size: 24px;
  margin: 0px;
}

#applynowbutton {
  margin: 0px auto 40px auto;
  width: 200px;
  font-size: 30px;
  padding: 16px 20px;
  border-radius: 30px;
  display: block;
  font-family: Avenir-Heavy;
  cursor: pointer;
}

#contactcontainer {
  margin: 100px auto 0px auto;
  padding: 40px 0px 0px 0px;
  background-color: rgb(77, 77, 77);
}

#contactcontainer form {
  width: 80%;
  margin: 34px auto;
  padding: 10px;
}

#contactcontainer form input {
  padding: 10px 20px;
  width: 49%;
  height: 50px;
  font-size: 22px;
  font-family: Avenir-Light;
}

#contactcontainer form textarea {
  width: 100%;
  font-size: 22px;
  margin: 20px auto;
  padding: 10px 20px;
  height: 160px;
  max-height: 160px;
  max-width: 100%;
  font-family: Avenir-Light;
}

#contactcontainer form #submit {
  border: 0px;
  margin: 20px auto;
  width: 200px;
  display: block;
  color: white;
  cursor: pointer;
  padding: 10px 0px;
  border-radius: 30px;
  font-family: Avenir-Heavy;
}

div.fsBody.fsEmbed {
  max-width: 580px;
  margin: 0px auto;
  display: none;
}


/* ====================== FOOTER CSS ======================= */

footer {
  width: 100%;
  height: 200px;
}

footer .mdc {
  display: block;
  margin: 50px auto;
  height: 140px;
  width: 300px;
  background-image: url('img/53black.jpg');
}

@media (min-width: 500px) {
  .burger {
    margin-bottom: 9px;
  }
  /* BANNER CSS */
  div.banner {
/*    background-color: grey;*/
/*    background: url('img/banner.jpg') no-repeat center center / cover;*/
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) ), url('img/banner.jpg') center center / cover;
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  div.banner .contentcontainer {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 480px;
    margin: 40px auto;
    color: white;
  }
  div.banner .contentcontainer span {
    display: block;
    font-size: 46px;
    word-spacing: 2px;
    text-align: center;
    font-family: Avenir-Black;
  }
  div.banner .contentcontainer .buttons {
    margin: 80px auto 0px;
    width: 75%;
    height: 50px;
  }
  div.banner .contentcontainer .buttons .button {
    float: left;
    padding: 14px 2px;
    width: 150px;
    font-size: 18px;
    margin: auto;
  }
  div.banner .contentcontainer .buttons .button:last-child {
    float: right;
  }
}

@media (min-width: 600px) {
  section #team #teamcontainer {
    margin-top: 30px;
  }
  section #team .individualcontainer {
    width: 33.33%;
  }
  section #team .padding {
    padding: 0px 30px;
  }
  section #team .photo {
    width: 170px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px auto;
  }
  section #team .titles {
    text-align: center;
  }
  section #team .bio {}
  section #team .individualcontainer .header {
    font-size: 20px;
    margin: 0px;
  }
  section #coursedetails .individualcontainer {
    width: 33.33%;
  }
}

@media (min-width: 770px) {
  section #team .individualcontainer {
    width: 25%;
  }
  header {
    top: 0px;
    z-index: 101;
    width: 100%;
    height: 100px;
    box-shadow: 0px 0px 12px grey;
    -moz-box-shadow: 0px 0px 12px grey;
    -webkit-box-shadow: 0px 0px 12px grey;
  }
  header .burger {
    display: none;
  }
  header ul {
    float: right;
    list-style: none;
    margin: 13px 40px 13px 0px;
    border-top: 0px;
    width: auto;
    padding-left: 40px;
    display: block !important;
    background-color: rgb(70, 70, 70);
  }
  header ul li {
    float: left;
    padding: 26px 0px;
  }
  header ul li a {
    color: white;
  }
  header ul li a.applynownav {
    color: rgb(233, 132, 59);
  }
  header ul li a.applynownav:hover {
    color: rgb(233, 132, 59);
  }
  header .logo {
    width: 140px;
    height: 70px;
    float: left;
    margin: 12px 0px 0px 40px;
    cursor: pointer;
  }
  .calltoaction {
    background-color: deepskyblue;
    height: 22px;
    width: 100%;
    position: absolute;
    color: white;
    font-family: Avenir-Heavy;
    padding: 5px 0px;
    text-align: center;
  }

}

@media (min-width: 800px) {
  section #team .padding {
    padding: 0px 20px;
  }
}
