@font-face {
  font-family: "Minimal";
  src: url(../fonts/Minimal.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-ExtraLight";
  src: url(../fonts/12119.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

#c {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

* {
  margin: 0;
  padding: 0;
  font-family: Minimal;
  outline: none;
}

hr {
  width: 10%;
  border: 1px solid #ffa000;
  background: #ffa000;
}

body {
  overflow-x: hidden;
}

#header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 9999;
  background-color: #222120;
  font-size: 20px;
  text-transform: uppercase;
}

#header>ul {
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#header>ul>li>a {
  color: #ffa000;
  text-decoration: none;
  letter-spacing: 2px;
}

#header>a:hover {
  cursor: pointer;
}

a.sidenav-trigger{
  display: none;
}

.sidenav{
  padding-top: 20%;
}

ul.sidenav>li>a{
  font-size: 3.6vh;
}

.menu.material-icons{
  color: #ffa000;
}

#top-menu li.active {
  border-bottom: 3px solid #ffa000;
}

#top-menu li.active a {
  font-weight: bold;
}

.fullTour {
  position: relative;
  min-height: 100vh;
  margin: 0 -20px;
}

.shade-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: background 3s cubic-bezier(0.1, 0.8, 0.5, 2);
}

.shade-wrapper>h1 {
  text-align: center;
  margin-top: 10%;
}

#content {
  text-align: center;
  height: auto;
}

#content>a {
  color: #ffa000;
  text-decoration: none;
  background-color: #222120;
  margin-top: 50px;
  letter-spacing: 2px;
  font-weight: bold;
}

#content>p {
  font-size: 25pt;
  padding: 0 30%;
  color: black;
}

.medium.material-icons {
  position: absolute;
  top: 90%;
  left: 48.5%;
  color: #000000;
}

#classroomsForLink {
  margin-top: 14.5%;
}

.classrooms {
  box-sizing: border-box;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.carousel-item {
  position: relative;
}

.carousel-item>img {
  position: absolute;
}

.cont {
  position: absolute;
  top: 250px;
  width: 100%;
  padding: 10px 5%;
  background: rgba(241, 241, 241, 0.7);
  text-align: right;
}

.cont>p {
  margin-bottom: 10px;
  font-size: 16pt;
  font-weight: bold;
}

.btn-border-rev:before, .btn-border-rev:after {
  transition: all 0.3s;
}

.button {
  display: inline-block;
  line-height: 30px;
  padding: 0 25px;
  font-size: 10pt;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.btn-border-rev {
  background-color: #222120;
  transition: all 0.4s;
}

.btn-border-rev>a {
  color: #a6a6a6;
  text-decoration: none;
  font-weight: bold;
}

.btn-border-rev:hover {
  background-color: transparent;
  cursor: pointer;
  border: none;
  background: rgba(34, 33, 32, 0.8);
}

.btn-border-rev:hover:before {
  width: 100%;
}

.btn-border-rev:hover:after {
  height: 100%;
}

.navigation {
  margin-top: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hand {
  width: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

#openHand {
  display: inline-block;
}

#closeHand {
  display: none;
}

.classrooms>p {
  margin-top: 10px;
  text-align: center;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-weight: bold;
}

.cooperation {
  position: relative;
}

.cooperation>#triangle-bottomleft>section {
  position: absolute;
  z-index: 999;
  top: 5%;
  right: 15%;
}

.cooperation>#triangle-bottomleft>section>header>p {
  font-size: 4.36666vw;
  margin-top: 10%;
}

.cooperation>#triangle-bottomleft>section>hr {
  margin: 10% 10%;
}

.cooperation>#triangle-bottomleft>section>ul {
  margin-left: 10%;
}

.cooperation>#triangle-bottomleft>section>ul>li {
  list-style-type: none;
  margin-bottom: 15px;
}

.cooperation>#triangle-bottomleft>section>ul>li>a {
  text-decoration: none;
  color: black;
  font-size: 1.86666vw;
}

.cooperation>#triangle-bottomleft>section>ul>li>a:hover {
  color: #ffa000;
}

.branches {
  text-align: center;
  margin-top: -5%;
}

.branches>p {
  padding-top: 5%;
  font-size: 2.16666vw;
  font-weight: bold;
  color: black;
}

.branches>hr {
  margin: 2% 0;
  display: inline-block;
}

.branches>ul>li {
  list-style-type: none;
}

.branches>ul>li>a {
  text-decoration: none;
  color: black;
  font-size: 1.66666vw;
}

.branches>ul>li>a:hover {
  color: #ffa000;
}

.num {
  font-family: Gotham-ExtraLight;
}

#triangle-bottomleft {
  margin-top: 5%;
  width: 0;
  height: 0;
  border-top: 60vh solid transparent;
  border-left: 60vh solid #ffa000;
  border-bottom: 60vh solid transparent;
}

#triangle-left {
  width: 0;
  height: 0;
  border-top: 60vh solid transparent;
  border-right: 60vh solid #ffa000;
  border-bottom: 60vh solid transparent;
  float: right;
  margin-top: -5%;
}

.eight-hundred-px {
  display: none;
}

.collapsible, p.header-collapsible {
  display: none;
}

p.header-collapsible{
  margin: 10% 0;
  text-align: center;
  font-size: 6.66vh;
}

ul.collapsible{
  margin: 10% 10%;
}

ul.collapsible>li{
  font-size: 3.66vh;
}

ul.collapsible>li>div:hover{
  cursor: pointer;
}

.active>.collapsible-header {
  background-color: #222120;
  font-weight: normal;
}

.collapsible-header{
  font-weight: bold;
}

.collapsible-body>ul>li>a:hover{
  color: #ffa000;
}

.active>.collapsible-header{
  color: white;
}

.collapsible-body>ul>li>a{
  color: black;
  font-size: 3vh;
}


@media all and ( min-width: 2000px ) {
  .shade-wrapper>h1 {
    margin-top: 6%;
  }

  #content>p {
    padding: 0 10%;
  }
}



@media all and (max-width: 960px) {
  .cooperation>#triangle-bottomleft>section {
    right: 0;
    top: 10%;
  }

  .cooperation>#triangle-bottomleft>section>header>p {
    font-size: 6.66vh;
  }

  .cooperation>#triangle-bottomleft>section>ul>li>a {
    font-size: 3.6vh;
  }

  #triangle-bottomleft {
    border-top: 50vh solid transparent;
    border-left: 40vh solid #ffa000;
    border-bottom: 50vh solid transparent;
  }

  .branches{
    margin-left: 9%;
  }

  .branches>p {
    font-size: 3.6vh;
  }

  .branches>ul>li>a {
    font-size: 3.1vh;
  }

  #triangle-left {
    border-top: 50vh solid transparent;
    border-right: 40vh solid #ffa000;
    border-bottom: 50vh solid transparent;
  }
}



@media all and (max-width: 800px) {
  #header>ul {
    justify-content: flex-start;
    padding-left: 30px;
  }

  a.sidenav-trigger{
    display: block;
  }

  #top-menu>li{
    display: none;
  }

  .shade-wrapper>h1{
    margin-top: 15%;
    font-size: 7.5vw;
  }

  #content>p {
    font-size: 4vw;
  }

  #triangle-bottomleft {
    border-top: none;
    border-left: none;
    border-bottom: none;
  }

  .cooperation{
    height: 500px;
    z-index: 1;
  }

  .cooperation>#triangle-bottomleft>section {
    left: 0;
    text-align: center;
  }

  .cooperation>#triangle-bottomleft>section>header{
    text-align: center;
  }

  .cooperation>#triangle-bottomleft>section>header>p {
    font-size: 6.6vh;
    text-align: center;
    margin-top: 0%;
  }

  .cooperation>#triangle-bottomleft>section>hr {
    margin: 10% 45%;
  }

  .cooperation>#triangle-bottomleft>section>ul {
    margin-left: 0;
  }

  .cooperation>#triangle-bottomleft>section>ul>li>a {
    font-size: 3.6vh;
  }

  .eight-hundred-px{
    border-left: 100vh solid #ffa000;
    margin-top: 10%;
    display: block;
  }

  #triangle-left, .branches{
    display: none;
  }

  .collapsible, p.header-collapsible {
    display: block;
  }
}

@media all and (max-width: 700px) {
  .cont {
    text-align: center;
  }

  .shade-wrapper>h1{
    margin-top: 20%;
    font-size: 8.5vw;
  }

  #content>p {
    font-size: 5vw;
  }
}
