
@import url('https://fonts.googleapis.com/css?family=Poppins');

.contact {
  margin-top:2rem;
  padding:0 !important;
  margin-left:0 !important;
}

h1, input[type="text"]::-webkit-input-placeholder, button {
  font-family: 'Poppins', sans-serif;
  color:#fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="text"] {
  margin-top: 2rem;
  width: 200px;
  display: block;
  border: none;
  padding: .5rem 0;
  border-bottom: solid 1px #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #fff 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #58C4CAc 4%);
  background-position: -200px 0;
  background-size: 200px 100%;
  background-repeat: no-repeat;
  color: #fff;
}

input[type="text"]:focus, input[type="text"]:valid {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}

input[type="text"]:focus::-webkit-input-placeholder, input[type="text"]:valid::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  visibility: visible !important;
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }



h1 {
  font-size: 2em;
  margin:0;
  padding:0;
}




/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  width:100%;
  font-size: 1em;
  line-height: 1.4; }


body {
  font: 16px/1.5 'Poppins', Helvetica, Helvetica Neue, Arial, sans-serif !important; }

.wrapper {
  width: 80%;
  margin: 0; }

  #slide01 .wrapper {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0; }

#slide03 .wrapper {
  display:flex;
  justify-content: space-between;
  width: 80%;
  margin: 0; }

.slide-img {
  display:flex;
  flex-direction: column;
  align-items: center;
  width:500px;
  height: 50vh;
}

.carousel-indicators li {
  margin-top:4rem !important;
  bottom:5px !important;
  background-color:#000 !important;
}

.carousel-indicators {
  margin-top:4rem !important;
  bottom:5px !important;
}
/* Make the body 100% of the browser viewport height */
html, body {
  height: 100%;
  margin: 0; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* =Header */
.header-container {
  text-align: center;
  color: #ffffff;
  background: url('../img/nerd.jpg') ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:113%;
}


  .header-container .wrapper {
    padding-top: 120px;
    z-index: 2; }
  .header-container:before {
    content: '1';
    display: block;
    font-size: 30em;
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 0.05);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: 'Poppins', Helvetica, Helvetica Neue, Arial, sans-serif; }

/* =Navigation */
nav {
  display: none;
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  z-index: 100; }
  nav a {
    display: block;
    line-height: 25px;
    position: relative;
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none !important;; }
    nav a:hover .nav-label {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible;
      color:#fff;
      text-decoration: none !important;
    }
  nav .nav-dot {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear; }
  nav .nav-label {
    display: block;
    opacity: 0.5;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
            transition: all 0.2s cubic-bezier(.17, .67, .83, .67); }
  nav.is-dark a {
    color: #212121; }
    nav.is-dark a:hover {
      color: #212121;
    }
  nav.is-dark .nav-dot {
    background-color: rgba(0, 0, 0, 0.5); }
  nav ul {
    margin: 0;
    padding: 0; }
  nav li {
    width: auto;
    list-style: none; }

.scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* =Main */

.flex-row {
  display:flex;
  flex-direction: row;
  justify-content: center;
  background:#ff00ff;
}

p {
  font-family:'Ubuntu';
  font-weight:lighter;
  font-size: 16px;
  margin:0;}

.fs {
  height: 100vh; }

.slide {
  color: #ffffff;
  position: relative; }

  .slide .wrapper {
    padding-top: 120px;
    text-align: center; }

  .slide#slide01 {
    background: url('../img/back1.png');
    background-size:100%;
    background-repeat: repeat;
  }

  .slide#slide01 button {
    background:transparent !important;
    border:2px solid white;
    font-weight:700;
    margin-top:2rem;
  }

  .slide#slide01 button:hover {
    background:white;
    outline:none;
    border:2px solid white;
    font-weight:700;
    margin-top:2rem;
  }

  .slide#slide02 {
      background: url('../img/slide_2.png');
      background-size:100%;
      background-repeat: repeat;
     }

  .slide#slide03 {
    color: #212121;
    background: #e6e9ed;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6e9ed), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #e6e9ed 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e6e9ed 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e9ed', endColorstr='#ffffff', GradientType=0 ); }
    .slide#slide03 .button {
      border-color: rgba(0, 0, 0, 0.7);
      color: #212121; }
      .slide#slide03 .button:hover {
        border-color: #212121;
        color: #ffffff; }
  .slide#slide04 {
    background-color: #be4c2c; }

.button {
  text-decoration: none;

  color: #ffffff;
  border: 2px #fff solid;
  padding: 8px 15px;
  margin-top: 4rem;
  display: inline-block;
  position: relative;
  background:transparent;

}
  .button:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000; }

/* =Footer */
.footer-container {
  text-align: left;
  padding-left:10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.1); }
  .footer-container p {
    margin: 0;
    padding: 20px 0;
    font-weight: normal; }
  .footer-container a {
    color: rgba(0, 0, 0, 0.9); }

/* =Simple animation up */
.no-touch .slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }
.no-touch .is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 1100px) {
  h1 {
    font-size: 4em !important;
    font-weight:900 !important;
   }
  /* =Header */

  .logo {
    align-self: center;
    margin-right:2rem;
  }

.header-column {
  display:flex;
  flex-direction: column;
  min-width:50rem;
}

  .title {
      margin:0;
      padding:0;
      text-align:left;
      font-weight:lighter !important;
      font-size:5rem !important;
  }

  .sub-title {
    font-family: 'Poppins';
    font-weight:700;
    margin:0;
    text-align:left;
  }


  .header-container .wrapper {
    display:flex;
    justify-content: flex-end;
    position: absolute;
    top: 35%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    }
  .header-container:before {
    font-size: 70em; }
  .slide section {
    max-width: 550px; }
  .slide .wrapper {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: left; }
  nav {
    display: block; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }


/* TABLET */

@media only screen and (min-width:600px) and (max-width: 1099px) {
  .fs {
    min-width:100% !important;
    display:flex;

  }

  .wrapper {
    width: 100%;
    margin: 0;
  }

  .header-container .wrapper {
    margin-top:15%;
    padding-bottom:5%;
  }

  .header-container {
    background-size:150vh !important;
    background-position:center;
  }

  #slide01 .img1 {
    display:none;
  }

  #slide01 {
    display:flex;
    flex-direction: column;
    align-items: center;
    height:70rem;
  }

  #slide01 .wrapper {
    padding-top:15%;
    padding-bottom:10%;
    width:80%;
  }

  #slide03 {
    height:40%;
  }

  #slide03 .wrapper {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top:10%;
  }
  #slide03 .slide-img {
    padding:0;
    padding-top:5rem;
    width:80%;
    margin:auto;
  }


#slide02 {
    height:50%;
}

  #slide02 .wrapper {
    padding-top:10%;
    padding-bottom:10%;
    width:50%;
    margin:auto;
    margin-top:10%;
  }

  #slide02 input[type="text"] {
    margin:auto;
    margin-top:2rem;
  }



}


/* MOBILE */

@media only screen and (max-width: 550px) {

.fs {
  height:auto !important;
  min-width:100% !important;
  display:flex;
  overflow:hidden;
}

.wrapper {
  width: 100%;
  margin: 0; }

  body {
    min-width:100% !important;
    margin:0;
    padding:0;
  }

h1 {
  font-size:2rem !important;
}



  p {
    width:90%;
    margin:auto !important;
    align-self: center;
  }

  .header-container .wrapper {
    padding-top:50%;
    padding-bottom:5%;
    height:100vh;
  }

  .header-container {
    background-size:150vh;
    background-position:center;
  }

#slide01 {
  display:flex;
  flex-direction: column;
  justify-content: center;
  height:100vh !important;
}

#slide01 .img1 {
  display:none;
}

#slide01 .wrapper {
  padding-top:10%;
  padding-bottom:10%;
  width:auto;
}

.slide#slide01 {
  background-size:150vh;
}

#slide03 .wrapper {
  display:block;
  padding-top:10%;
  padding-bottom:10%;
}
#slide03 .slide-img {
  width:80%;
  margin:auto;
}


.slide-text {
  width:100%;
  margin-bottom:4rem;
}

.slide#slide02 {
  background-size:150vh;
}

#slide02 {
  display:flex;
  flex-direction: column;
  justify-content: center;
    height:100vh !important;
}

#slide02 .wrapper {
  padding-top:10%;
  padding-bottom:10%;
}

#slide02 input[type="text"] {
  margin:auto;
  margin-top:2rem;
}

}




/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }




    /* ANIMATION TEST */
