/********* FONTS & CONFIG *********/
@import url("https://fonts.googleapis.com/css?family=Share+Tech:100,200,300,400,700,900");
/********* VARIABLES *********/
/********* MIXINs *********/
/********* GENERAL *********/
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Share Tech";
  font-weight: 400;
  font-size: calc(13px + 4 * (100vw - 420px) / 480);
  color: #ffffff;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 17px;
  }
}

.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2,
h6 {
  font-size: calc(60px + 40 * (100vw - 420px) / 480);
  color: #68095c;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 420px) {
  h2,
  h6 {
    font-size: 60px;
  }
}
@media screen and (min-width: 900px) {
  h2,
  h6 {
    font-size: 100px;
  }
}

h6 {
  font-size: calc(25px + 3 * (100vw - 420px) / 480);
  padding-top: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 420px) {
  h6 {
    font-size: 25px;
  }
}
@media screen and (min-width: 900px) {
  h6 {
    font-size: 28px;
  }
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #0f0d1e url("../../img/slide-1.jpg") 50% 50% no-repeat fixed;
  background-attachment: scroll;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
header #navbar {
  background: rgba(0, 0, 0, 0.2);
  padding: 0;
}
header #navbar .navbar-brand {
  padding: 0;
}
header #navbar .navbar-brand img {
  max-width: 150px;
}
header #navbar .navbar-nav .nav-link {
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 300;
}
header #navbar .navbar-nav .active > .nav-link,
header #navbar .navbar-nav .nav-link:hover {
  color: #e072d1;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .sticky {
  background: #000 !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
header .sticky .navbar-brand img {
  max-width: 100px;
  padding: 10px 0;
}
header .sticky .nav-link {
  line-height: 20px;
}

/********* MAIN *********/
main {
  overflow: hidden;
}
main .mainbox {
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
main #box1,
main #box2,
main #box3 {
  background: #ffffff;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}
main #box1 {
  color: #272727;
}
main #box2 {
  background: #68095c;
}
main #box2 h2,
main #box2 h6 {
  color: #ffffff;
}
main #box3 {
  background: #3e373d;
}
main #box3 h2,
main #box3 h6 {
  color: #ffffff;
}
main #contact {
  background: #0f0d1e url("../../img/slide-5.jpg") 50% 50% no-repeat fixed;
  background-attachment: scroll;
}
main #contact > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
main #contact > .container h2 {
  color: #ffffff;
}
main #contact > .container .contact_text {
  color: #ffffff;
  margin-bottom: 50px;
}
main #contact > .container .form-control,
main #contact > .container .form-control:focus {
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 30px;
}
main #contact > .container .form-control.placeholder,
main #contact > .container .form-control:focus.placeholder {
  font-size: 0.85rem;
  color: #ffffff;
  text-transform: uppercase;
}
main #contact > .container .form-control:-moz-placeholder,
main #contact > .container .form-control:focus:-moz-placeholder {
  font-size: 0.85rem;
  color: #ffffff;
  text-transform: uppercase;
}
main #contact > .container .form-control::-moz-placeholder,
main #contact > .container .form-control:focus::-moz-placeholder {
  font-size: 0.85rem;
  color: #ffffff;
  text-transform: uppercase;
}
main #contact > .container .form-control::-webkit-input-placeholder,
main #contact > .container .form-control:focus::-webkit-input-placeholder {
  font-size: 0.85rem;
  color: #ffffff;
  text-transform: uppercase;
}
main #contact > .container .btn {
  background: transparent;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 15px;
  margin-top: 30px;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  text-transform: uppercase;
}
main #copyright {
  background: #ffffff;
}
main #copyright > .container {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #272727;
}

footer {
  background: #140011;
}
footer #copyright_footer_menu {
  width: 100em;
  color: #d5d3d2;
  text-align: right;
}
footer .navbar-brand {
  padding: 20px 0;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header {
    background: #0f0d1e url("../../img/slide-1-mobile.jpg") 50% 50% no-repeat fixed;
    background-size: cover;
    background-attachment: scroll;
  }
  main #box1,
  main #box2,
  main #box3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  footer #copyright_footer_menu {
    padding-bottom: 20px;
    text-align: left;
  }
  footer .navbar-brand {
    padding-bottom: 0;
  }
}

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