* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
}

body header {
  width: 100%;
  height: 90vh;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#1362d8), color-stop(#007fe7), color-stop(#0098ed), color-stop(#00afed), to(#12c5eb));
  background-image: linear-gradient(to right bottom, #1362d8, #007fe7, #0098ed, #00afed, #12c5eb);
  position: relative;
  overflow: hidden;
}

body header div.brand {
  position: absolute;
  top: 3%;
  left: 3%;
}

body header div.brand h1 {
  font-size: 47px;
  font-family: 'Righteous', cursive;
  color: #4fd87d;
  letter-spacing: 2px;
}

body header::after {
  display: block;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 80px;
  position: absolute;
  bottom: -5%;
  left: -26%;
  border-radius: 100%;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

body header::before {
  display: block;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 80px;
  position: absolute;
  bottom: -5%;
  right: -26%;
  border-radius: 100%;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

body header nav {
  width: 40%;
  position: absolute;
  top: 5%;
  right: 5%;
}

body header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body header nav ul li {
  color: white;
  font-size: 15px;
  list-style: none;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

body header nav ul li:hover::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

body header nav ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff71;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

body header div.headerWrapper {
  position: absolute;
  top: 25%;
  left: 3%;
  width: 40vw;
}

body header div.headerWrapper h1, body header div.headerWrapper h2, body header div.headerWrapper button {
  color: white;
  font-weight: 400;
  font-size: 53px;
}

body header div.headerWrapper h2 {
  margin-top: 25px;
  font-size: 17px;
}

body header div.headerWrapper button {
  width: 160px;
  padding: 10px 0;
  border: none;
  background-color: #28c4c1;
  margin-top: 25px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

body header div.headerWrapper button:hover {
  background-color: #119492;
}

body header div.headerWrapper h1.inBackground {
  position: absolute;
  top: -10%;
  left: 23%;
  font-size: 120px;
  letter-spacing: 12px;
  opacity: 0.1;
  z-index: 0;
  font-weight: 900;
}

body header div.headerWrapperImg {
  position: absolute;
  top: 25%;
  right: 12%;
  width: 20vw;
  height: 20vw;
}

body header div.headerWrapperImg img {
  width: 95%;
}

body section.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  height: 30vh;
}

body section.team div.teamWrapper {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

body section.team div.teamWrapper h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  font-size: 24px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

body section.team div.teamWrapper div.teamPerson {
  margin-top: 10px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 10px;
}

body section.team div.teamWrapper div.teamPerson h2 {
  font-size: 19px;
  color: #4488d7;
}

body section.team div.teamWrapper div.teamPerson p {
  color: #8d8d8d;
  font-weight: 400;
  text-transform: lowercase;
}

body section.team div.aboutContainer {
  padding: 10px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  background-color: #4488d7;
  position: relative;
  overflow: hidden;
}

body section.team div.aboutContainer::after {
  content: "";
  width: 20%;
  height: 150%;
  background-color: #fff;
  position: absolute;
  top: -15%;
  right: 5%;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}

body section.team div.aboutContainer::before {
  content: "";
  width: 20%;
  height: 60%;
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

body section.team div.aboutContainer svg {
  width: 20vw;
  height: 100%;
  fill: white;
}

body section.schedule {
  width: 100%;
  margin-top: 70px;
}

body section.schedule h1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

body section.schedule div.scheduleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body section.schedule div.scheduleContainer div.schedule {
  margin-top: 40px;
  text-align: justify;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  background: #eeeeee;
  border-radius: 9px;
  height: 190px;
  -webkit-box-shadow: -2px 7px 40px -9px #b2b2b2;
          box-shadow: -2px 7px 40px -9px #b2b2b2;
}

body section.schedule div.scheduleContainer div.schedule article {
  color: #444;
  padding: 0 10px;
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
}

body section.schedule div.scheduleContainer div.schedule div.scheduleData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body section.schedule div.scheduleContainer div.schedule div.scheduleData h2 {
  font-weight: 700;
  color: #444;
  letter-spacing: 2px;
  font-size: 21px;
  margin-top: 3px;
}

body section.schedule div.scheduleContainer div.schedule div.scheduleData svg {
  fill: #4488d7;
  margin-left: 15px;
  width: 30px;
}

body section.raports {
  width: 100%;
  margin-top: 70px;
}

body section.raports h2 {
  text-align: center;
}

body section.raports div.raportsWrapper {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}

body section.raports div.raportsWrapper button {
  padding: 10px;
  background-color: #4488d7;
  border: none;
  color: white;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

body section.raports div.raportsWrapper button:hover {
  cursor: pointer;
  background-color: #2673cc;
}

body footer {
  width: 100%;
  margin-top: 30px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #0c0b0b;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body footer div.footerWrapper {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  padding: 15px;
}

body footer div.footerWrapper h4 {
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
}

body footer div.footerWrapper div.companyLogo {
  width: 30%;
  margin-top: 25px;
}

body footer div.footerWrapper div.companyLogo img {
  width: 100%;
  height: 100%;
}

body footer div.footerWrapper nav {
  margin-top: 25px;
}

body footer div.footerWrapper nav ul {
  list-style: none;
}

body footer div.footerWrapper nav ul li {
  color: white;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

body footer div.footerWrapper nav ul li:hover {
  color: #535050;
}

body footer div.footerAuthor {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  color: #444;
  font-size: 13px;
}

@media screen and (max-width: 600px) {
  body header nav {
    width: 100%;
    top: 17%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body header div.headerWrapper {
    width: 50vw;
  }
  body header div.headerWrapper h1 {
    font-size: 23px;
  }
  body header div.headerWrapper h1.inBackground {
    display: none;
  }
  body header div.headerWrapper h2 {
    font-size: 11px;
  }
  body header div.headerWrapperImg {
    position: absolute;
    top: 37%;
    right: -1%;
    width: 150px;
  }
  body section.team {
    height: 45vh;
    margin-top: 60px;
    display: block;
  }
  body section.team div.teamWrapper h1 {
    text-align: center;
  }
  body section.team div.aboutText {
    padding: 0;
  }
  body section.team div.aboutText h3 {
    margin-top: 5px;
  }
  body section.team div.aboutText button {
    margin-top: 15px;
    width: 90%;
  }
  body section.team div.aboutContainer {
    display: none;
  }
  body section.team div.aboutContainer::before, body section.team div.aboutContainer::after {
    display: none;
  }
  body section.team div.aboutContainer img {
    width: 100%;
  }
  body section.schedule div.schedule {
    -ms-flex-preferred-size: 90% !important;
        flex-basis: 90% !important;
  }
  body section.raports div.raportsWrapper button {
    margin: 10px 0 0;
  }
  body footer div.footerWrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
  body header nav {
    width: 100%;
    top: 17%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body header div.headerWrapper {
    width: 50vw;
  }
  body header div.headerWrapper h1 {
    font-size: 37px;
  }
  body header div.headerWrapper h2 {
    font-size: 15px;
  }
  body header div.headerWrapperImg {
    position: absolute;
    top: 37%;
    right: 0%;
    width: 270px;
  }
  body section.team {
    height: 45vh;
    margin-top: 60px;
  }
  body section.team div.teamWrapper h1 {
    text-align: center;
  }
  body section.team div.aboutText {
    padding: 0;
  }
  body section.team div.aboutText h3 {
    margin-top: 5px;
  }
  body section.team div.aboutText button {
    margin-top: 15px;
    width: 90%;
  }
  body section.team div.aboutContainer::before, body section.team div.aboutContainer::after {
    display: none;
  }
  body section.team div.aboutContainer img {
    width: 100%;
  }
  body section.schedule div.schedule {
    -ms-flex-preferred-size: 54% !important;
        flex-basis: 54% !important;
  }
  body section.raports div.raportsWrapper button {
    margin: 10px 0 0;
  }
  body footer div.footerWrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/*# sourceMappingURL=style.css.map */