body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  width: 100%;
  background-color: white;
  background: whitesmoke;
}


a{
    padding:10px;
    color: black;
    text-decoration: none;
    background-color:white;
    border: 1px solid blue;
    border-radius:10px;
}
div{
     margin-top: 5px;
     align-content: center;
     align-items: center;
     vertical-align: center;
}
ul{
    width:100%;
}

propos{
    
    color: blue;
    
}

/* Global */
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}

input{
    height: 100px;
    background-color: #ff00ff00
    }

ul{
  margin:0;
  padding:0;
}

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

.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
  width: 80%;
}

/* Header **/
header{
  background:black;
  color:black;
  padding:10px;
  min-height:60px;
  border-bottom:blue 3px solid;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  font-size: 20px;
  
}

header a{
  color:black;
  width: 100%;
  text-align: center;
  text-decoration:none;
  font-size:16px;
}

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

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;
}

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

header a:hover{
  color:#cccccc;
  font-weight:bold;
}

/* Showcase */
#showcase{
  min-height:400px;
  background:url('../img/showcase.jpg') no-repeat;
  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 {
  float:right;
  margin-top:15px;
}

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

/* Boxes */
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:30%;
  padding:10px;
}

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

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

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:10px;
  margin-top:20px;
  color:#ffffff;
  background-color:black;
  text-align: center;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-top: blue 3px solid;
  border: 5 solide black;
  
}

/* 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%;
  }

  

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }
  
  wa{
      font-size: 20px;
      background-color: #35424a;
      color: white;
      padding: 10px;
      border-radius: 10px;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
  h1{
                
                
               
                color: transparent;
                font-size: 30px;
                transition: 20s all;
                font-family:georgia;
                background: linear-gradient(100deg,#000,blue,red);
                background-size: 300px;
                -webkit-background-clip:text;
                
                animation: move 20s linear infinite;
            }
              @keyframes move{
                100%{         
               background-position:3000px 0;
            }
}
#download{
margin-top: 20px;
font-size: 16px;
padding: 20px;
border-radius: 15px;
    background: black;
    color: white;
    font-style: bold italic;
    border:2px solid blue;
}
