/*Typography*/
body {
    font-size: 18px;
}

body, h1, h2, h3, h4, h5, h6, p {
    font-family: "Montserrat", "Open Sans", Helvetica, sans-serif;
}

h2 {
    font-size: 2em;
    line-height: 1.3em;
    color: black;
    font-weight: 700;
    padding: 0 20px 10px 20px;
}

p {
    font-size: 1em;
    color: rgba(0,0,0,0.8);
    margin: 0px 0px 0px 20px;
    font-weight: lighter;
}

h6 {
    font-size: 1em;
    line-height: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: 400;
}

/*Menu*/

.top-bar {
    position: absolute;
    top: 0vh;
    z-index: 3;
    background-color: white;
    width: 100%;
}

.top-bar>ul {
    background-color: white;
}

.menu-top{
    margin-right: 5vw;
}

.menu-button {
    margin-top: 1em;
    margin-bottom: 1em;
}

.logo {
    width: 20em;
    margin-left:3em;
    position: absolute;
    top: 0px;
    z-index: 4;
}

.menu>li>a{
    color: black;
    font-weight: 600;
    font-size: 1em;
}

/*Landing page*/
/*Slider*/

.next {
    width: 3vh;
    margin-right: 10pt;
}

.prev {
    width: 3vh;
    margin-left: 10pt;
}

.slides-container {
    -webkit-transition: transform 0.5s ease-in;
}

/*Box in the middle of the landing page*/
.landing_box {
    position:absolute;
    
    width: 36em;
    
    left: 50vw;
    top: 50vh;
    
    border: none;
    background-color: rgba(0,0,0,0.5);
    
    padding: 40px;
    text-align: center;
    
    z-index: 10;
    
    outline: 1px solid transparent; 
    
    -webkit-transition: transform 0.5s ease-in;
    -moz-transition: transform 0.5s ease-in;
    -o-transition: transform 0.5s ease-in;
    -ms-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;

    -o-transform: translate(-50%, -50%) perspective(50em) rotateY(-5deg) rotateX(-5deg);
    -moz-transform: translate(-50%, -50%) perspective(50em) rotateY(-5deg) rotateX(-5deg);
    -ms-transform: translate(-50%, -50%) perspective(50em) rotateY(-5deg) rotateX(-5deg);
    -webkit-transform: translate(-50%, -50%) perspective(50em) rotateY(-5deg) rotateX(-5deg);
    transform: translate(-50%, -50%) perspective(50em) rotateY(-5deg) rotateX(-5deg);   
}

/*.landing_box:hover {
    -webkit-transform: translate3d(0,0,0);
    
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}*/

.landing_text {
    -webkit-transform: translate3d(0,0,0);
    
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 400;
    color: white;
}


/*Buttons inside the box on the landing page*/

.button {
    font-size: 1em;
    width: 10em;
    
    -webkit-transition: background-color 0.5s ease-in;
    -moz-transition: background-color 0.5s ease-in;
    -o-transition: background-color 0.5s ease-in;
    -ms-transition: background-color 0.5s ease-in;
    transition: background-color 0.5s ease-in;
}

.button:hover {    
    background-color: black;
}

.landing_button {
    -webkit-transform: translate3d(0,0,0);
    
    background-color: white;
    color: black;
    font-weight: 600;
    position: absolute;
    top: 10em;
}

.landing_button:focus {
    background-color: white;
    color: black;
}

.float-left {
    -webkit-transform: translate3d(0,0,0);
    
    margin-left: -7em;
    
    outline: 2px solid transparent; 
       
    -o-transform: translate(-50%, -50%) perspective(8em) rotateY(-5deg) rotateX(6deg);
    -moz-transform: translate(-50%, -50%) perspective(8em) rotateY(-5deg) rotateX(6deg);
    -ms-transform: translate(-50%, -50%) perspective(8em) rotateY(-5deg) rotateX(6deg);
    -webkit-transform: translate(-50%, -50%) perspective(8em) rotateY(-5deg) rotateX(6deg);
    transform: translate(-50%, -50%) perspective(8em) rotateY(-5deg) rotateX(6deg);
}

.float-right {
    -webkit-transform: translate3d(0,0,0);
    
    margin-left: 7em;
    
    outline: 2px solid transparent;
    
    -o-transform: translate(-50%, -50%) perspective(8em) rotateY(8deg) rotateX(6deg);
    -moz-transform: translate(-50%, -50%) perspective(8em) rotateY(8deg) rotateX(6deg);
    -ms-transform: translate(-50%, -50%) perspective(8em) rotateY(8deg) rotateX(6deg);
    -webkit-transform: translate(-50%, -50%) perspective(8em) rotateY(8deg) rotateX(6deg);
    transform: translate(-50%, -50%) perspective(8em) rotateY(8deg) rotateX(6deg); 
}

/*Content*/

.columns {
    padding: 0px 0px 0px 0px;
}

.text-block {
    padding-left: 15px;
    padding-right: 15px;
}

.thumbnail {
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    box-shadow: none;
}

/*Make a kit*/
.make-row {
    background-image: url("images/shapes.svg");
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 2em;
    background-size: 50%;

}

.make {
    margin: 3em 0px 5em 0px;
    padding-left: 7vw;
    padding-left: 7vw;
    background-color: rgba(256,256,256,0.7)
}

.make-button {
    background-color: rgba(33,135,122,1);
    color: white;
    font-weight: bolder;
    font-size: 1em;
    width: 190px;
    margin-top: 36px;
    margin-left: 40px;
    
    outline: 1px solid transparent; 
    
    -o-transform: perspective(10em) rotateY(5deg) rotateX(5deg);
    -moz-transform: perspective(10em) rotateY(5deg) rotateX(5deg);
    -ms-transform: perspective(10em) rotateY(5deg) rotateX(5deg);
    -webkit-transform: perspective(10em) rotateY(5deg) rotateX(5deg);
    transform: perspective(10em) rotateY(5deg) rotateX(5deg);
}

/*Preorder*/

.preorder-div {
    background-color: rgba(216,216,216,0.8);
}

.preorder {
    margin: 5em 0 5em 0;
    padding-right: 7vw;
}

.input-group {
    position: relative;
    width: auto;
    margin: 2em 2em 0 1.2em;
    font-size: 1em;
}

.input-group-field {
    font-weight: 500;
    font-size: 1em;
    height: 2.9em;
    margin-top: 0.04em;
    
    outline: 1px solid transparent; 
    
    -o-transform: perspective(10em) rotateY(3deg) rotateX(2deg);
    -moz-transform: perspective(10em) rotateY(3deg) rotateX(2deg);
    -ms-transform: perspective(10em) rotateY(3deg) rotateX(2deg);
    -webkit-transform: perspective(10em) rotateY3deg) rotateX(2deg);
    transform: perspective(10em) rotateY(3deg) rotateX(2deg);
}


input[type = "text"], input[type = "email"], textarea {
    border-color: grey;
    border-width: 1px;
}

.input-group-button {
}

.notify-button, .notify-button:focus {
    background-color: rgba(33,135,122,1);
    color: white;
    font-weight: bolder;
    
    outline: 1px solid transparent;
    margin-left:-10px;
    -o-transform: perspective(10em) rotateY(-5deg) rotateX(6deg);
    -moz-transform: perspective(10em) rotateY(-5deg) rotateX(6deg);
    -ms-transform: perspective(10em) rotateY(-5deg) rotateX(6deg);
    -webkit-transform: perspective(10em) rotateY(-5deg) rotateX(6deg);
    transform: perspective(10em) rotateY(-5deg) rotateX(5deg);
}
.notify-button:visited {
    background-color: rgba(33,135,122,1);
    border-color: rgba(33,135,122,1);
}

/*Footer*/

.footer {
    text-align: center;
    padding: 60px 0 20px 0;
    border-top-color: black;
}

/*Icons*/

.the-icons {
  line-height: 2em;
}

.demo-icon {
  color: rgba(0,0,0,0.6);
}

.demo-icon:visited {
  color: rgba(0,0,0,0.6);
}

.demo-icon:hover {
  color: black;
}

/*Contact Page*/

/*.contactDiv {
    background-image: url("images/shapes.svg");
    background-repeat: cover;
}

.contactForm {
    margin: 5rem 25vw 0 25vw;
    background-color: rgba(256,256,256,00.9);
    padding: 2em 10vw 0 10vw;
}

textarea {
    height: 12em;
} */

/*Social Media Font*/

@font-face {
      font-family: 'fontello';
      src: url('./font/fontello.eot?62936601');
      src: url('./font/fontello.eot?62936601#iefix') format('embedded-opentype'),
           url('./font/fontello.woff?62936601') format('woff'),
           url('./font/fontello.ttf?62936601') format('truetype'),
           url('./font/fontello.svg?62936601#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      font-size: 120%;
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

@media screen and (min-width: 1216px) {

    .preorder {
        padding-right: 0vw;  
    }
    .make {
        padding-left: 0vw;
    }
}

@media screen and (max-width: 1216px) {
    body {
        font-size: 14px;  
    }
}

@media screen and (max-width: 1216px) and (min-width: 981px){
    .landing_button {
        top: 12em;
    }

    /*.contactForm {
        margin: 5rem 15vw 0 15vw;
    }*/
    
    .input-group {
        margin-right: 4em;
    }
    
    .input-group-field {
        margin-top: 0.054em;
        height: 2.4em;
        margin-left: 2.5em;
    }
}



@media screen and (max-width: 981px) and (min-width: 600px) {
    .logo {
        margin-left:0em;
    }
    
    .landing_button {
        top: 12em;
    } 
    
    /*.contactForm {
        margin: 5rem 10vw 0 10vw;
    }*/
    
}

@media screen and (max-width: 981px) and (min-width: 800px) {
    .preorder {
        margin-top: 3vw;
        margin-bottom: 0;
    }
    
    .input-group {
        margin-right: 1em;
        margin-left: 0.5em;
        margin-top: 2em;
    }
    
    .input-group-field {
        margin-top: 0.09em;
        height: 2.7em;
        width: 100%;
    }
    
}

@media screen and (max-width: 800px) {
    
    .prleft, .preorder {
        width: 100%
    }
    
    .preorder {
        margin-top: 4em;
        margin-bottom: 4em;
    }
    
    .input-group {
        margin-right: 15em;
    }
    
    .input-group-field {
        margin-top: 0.09em;
        height: 2.9em;
        width: 100%;
    }
}

@media screen and (max-width: 800px) and (min-width: 770px) {
    .input-group {
            margin-left: 5em;
        }
}

@media screen and (max-width: 770px) and (min-width: 730px) {
    .input-group {
            margin-left: 3em;
        }
}


@media screen and (max-width: 730px) and (min-width: 680px) {
    .input-group {
            margin-left: 1em;
        }
}

@media screen and (max-width: 680px) and (min-width: 640px) {
    .input-group {
            margin-left: 0;
        }
}

@media screen and (max-width: 640px){
    
    .logo {
        margin-left:-2em;
        width: 15em; 
    }
    
    .menu-button {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    
    .menu-top{
        margin-right: 1vw;
    }
    
    .menu>li>a{
        padding-right: 0;
    }
    
    .landing_button {
        top: 14em;
    }
    
    .landing_box {
        width: 24em;
    }
    
    .float-left {
        margin-left: -95px;
    }

    .float-right {
          margin-left: 95px;
    }
    
    /*.contactForm {
        margin: 5rem 10vw 0 10vw;
    }*/  
}

@media screen and (max-width: 640px) and (min-width: 600px) {
    .input-group {
            width: 75%;
            margin-left: 1em;
        }
}

@media screen and (max-width: 600px) and (min-width: 530px) {
    .input-group {
            width: 82%;
            margin-left: 1em;
        }
}

@media screen and (max-width: 530px) and (min-width: 460px) {
    .input-group {
            width: 90%;
            margin-left: 1em;
        }
}

@media screen and (max-width: 460px) {
    .menu>li>a {
        color: white; 
    }
    
    .input-group {
            width: 90%;
            margin-left: 0em;
        }
    
    .input-group-field {
        height: 2.4em;
    }

    .landing_box {
        width: 13em;
        padding: 1em 1em 4em 1em;
    }
    
    .landing_button {
        top: 22em;
    }
}

@media screen and (max-height: 340px) and (orientation: landscape) {
    .landing_box {
        width: 85vw;
        height: 40vh;
        padding: 1em 1em 1em 1em;
    }
    
    .landing_button {
        top: 10em;
    }
}