body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    
 }

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

header{

    color:#e8491d;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: solid red 5px;
    justify-content: center;
    background-color:whitesmoke;

}
header a{
    color:#e8491d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
}

header ul{
    margin: 0;
    padding: 0;
}
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 a:hover{
    color:violet;
    font-weight: bold;


}
/*showcase*/
#showcase{
    min-height: 400px;
    background-image: url(/istockphoto-1221204650-612x612.jpg);

    text-align: center;
    color:#fff;
    background-repeat: n;
    width: 100%;
    
    

}

 #showcase h1{
     font-weight: 30px;
     margin-top: 100px;
     margin-bottom: 10px;


 }
 
 #new{
     
     color: #FFFFFfff;
     background-color: #e8491d;

     
 }
 #new h1{

     text-align: center;
     
 }

 /* #newsletter button{
     
    width: 50%;
    padding:12px 12px ;
    margin: 8px 0;
    border-radius: 5px;
    cursor: pointer;
    
 } */


button{
    height:22px;
    background:whitesmoke;
    
    padding-left: 10px;
    padding-right: 10px;
    color: #e8491d;
}
    


/* form */



input{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: #e8491d solid 1px;
    border-radius: 5px;

}
input[type=comment]{
    padding:50px 50px ;

}
.bu{
    width: 100%;
    padding:12px 12px ;
    margin: 8px 0;
    background-color: #e8491d;
    color: #fff;
    border:  #e8491d;
    border-radius: 5px;
    cursor: pointer;

}


.brown{
    padding: 15px;
    background: lightslategray ;
    margin-top: 10px;
    margin-bottom: 10px;
    
}




.pic{


padding-top: 30px;

    display: flex;
    text-align: center;

    
    



}
.pic h3{
font-weight: bold;
}
.pic p{
    text-align: justify;
    margin: 20px;
}
aside{
    float: right;
    width: 30%;
    margin-top: 10px;

}
article{
    float: left;
    width: 65%;
}

.meassage{
    padding: 50px;
    height: 100%;
}


.button{
    width: 60%;
    
    background-color:#e8491d; 
    border: none;
}


 
 

 



footer{
    padding: 20px;
    margin-top: 20px;
    color:white;
    background-color:#e8491d;

}

 /*media queries*/
@media(max-width:768px ){
header #branding,
header nav,
header nav li,
#newsletter h1,
aside,
article,
#newsletter form{

    float:none;
     text-align:center;
     width: 100%;

}   
header{
    padding-bottom: 20px;
} 
#showcase h1{
    margin-top: 40px;
}
.pic{
    display: block;
}

    
}


    









