body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
position: relative;
}

header{

position: fixed;
width: 100%;
display: block;
 z-index: 2;


}


video{position: relative;
      z-index: 1;}
/* Global */
.container{
  width:80%;
  
  overflow:hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0%;
  margin-bottom: 1%;
  vertical-align: middle;

}


.spacer{
  width: 100%;
  height: 100px;
}



ul{
  margin:0;
  padding:0;
}

.button_1{
  height:38px;
  background:#e8491d;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
  margin-right: 2.5%;

}

.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}
#app-icon .first h3, .first  a {
   color:#ffffff;
}

.android-paragraph{
padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}


/* Header **/
header{
  background:#35424a;
  color:#ffffff;
  padding-top:30px;
  min-height:70px;
  border-bottom:#e8491d 3px solid;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
  
}

header #branding{
  float:left;
}

header #branding img{
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;
}
nav a{ font-size: 12px;

}
header .highlight, header .current a {
  color:#e8491d;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}
header a:active{
  color:#e8491d;
  font-weight:bold;
}
.back-of-nav
{
  width: 100%;

}

/* Showcase */
#showcase{
  min-height:400px;
  background:linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.5)),url('../img/showcase.jpg') ;
  background-position: center;
  background-size: cover ;
  text-align:center;
  color:#ffffff;

}

#showcase h1{
  margin-top:100px;
  font-size:55px;
  margin-bottom:10px;
}

#showcase p{
  font-size:20px;
}

/* Newsletter */
#newsletter{
  padding:15px;
  color:#ffffff;
  background:#35424a
}

#newsletter h1{
  float:left;
}

#newsletter form {
  display: flex;
  float:right;
  margin-top:15px;

}

#newsletter input[type="email"]{
  padding:4px;
  height:25px;
  width:250px;
  margin-left: 2px;
}

/* Boxes */
#boxes{
  margin-top:20px;
  display: flex;
  justify-content: space-around;
  align-content: center;

}

#boxes .box{
  float:left;
  text-align: center;
  width: 22%;
  padding:1.5%;
  
}

#boxes .box img{
  width:90px;
}

/* Sidebar */
aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
}

.quote{
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

.quote input, .quote textarea{
 
  justify-content: space-around;
  min-width: 60%;
  font-size: 16px;
  background: none;
  margin: 20px auto;
  border: 2px solid #3498db;
  padding: 14px 10px;
  width: 95%;
  outline: none;
  color: white;
  border-radius: 8px;
  transition: 0.25s;

}
aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

 


/* Main-col */
article#main-col{
  float:left;
  width:65%;
}

/* Services */
ul#services li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

footer{
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:#e8491d;
  text-align: center;
}


.quiz{
 
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.2)), url(../img/formbackground.jpg);

}
.quiz-heading{
  color:#ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color:#e8491d;
  height: 90px;
  width: auto;
  text-align: center;
                  }





.burger div
{
   width: 25px;
   height: 2px;
   background-color: white;
   margin:5px;
   transition: all 0.3s ease;
} 
.burger
{
  display: none;
}

.downloadBtns{
  display: flex;
  margin-left: 5px;
  margin-right: 5px;
  justify-content: space-around;
  width: 30%;
}

/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }
#boxes .container .box {
width: 95%;
flex-direction: column;

}

#showcase h1{
  
  font-size:48px;

  
}


#app-icon .first h3, a {
   color:#e8491d;
}


.downloadBtns{
  
  width: 80%;
}
  header{
    padding-bottom:20px;
  }
.spacer{
  width: 100%;
  height: 120px;
}
  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button, #newsletter input{
    display:block;
    width:100%;
  }

  #newsletter input {
    margin-bottom: 5px;
  }

  #newsletter form {
  display: block;

  
}

  #newsletter form input[type="email"] {
    width:100%;
    margin-bottom:5px;
  }


.quote input, .quote textarea{

  width:90%;
  align-content: center;
}



.button_1{
  
  margin-right: 0% !important;

}
#container{
  margin: 0;
}





body{
      overflow-x: hidden;
      overflow-y: scroll;
  }
  .nav-links {
    position: absolute;
    right: 0px;
    height: 92vh;
    top: 2vh;
    background-color: rgba(0,0,0,0.9);
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;

  }
.burger{

    display: block !important;
    cursor: pointer;
  }

}



.nav-active
{
  transform: translateX(0%);
  display: flex;
}

@keyframes navLinkFade {
  from {
    opacity: 0 !important;
    transform: translateX(50px);
  }
  to{
    opacity: 1 !important;;
    transform: translateX(0px);
  }
}

.toggle .line1{
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2{
  opacity: 0;
}

.toggle .line3{
  transform: rotate(45deg) translate(-5px, -6px);
}

@media screen and (max-width: 411px){
.btn {
  padding: 5px 15px;
}
}
