
body {
    margin: 0;
    background: #000;
    font-weight: 400;
        
}
/*-------header-----*/
.container {
    width: 80%;
    margin: 0 auto;
    
    }

header h1{
    font-family: 'Cookie', cursive;
    float: left;
}

header {
    background-color: #EADBCB;
    margin-top: 50px;  
}

header::after{
    content:'';
    display: table;
    clear:both;
    
}

header nav {
    float: right;
 
}

header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;    
    
}

header nav li{
    display: inline-block;
    margin-left:  70px;
    padding-top: 25px;
    position: relative;
}

header nav a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Abel', sans-serif;
}

header nav a:hover {
    color: #F48161;
    
}

.mainimage {
    width: 100%;
    
}




/*-----end header-----*/



/*-----begin contact specific------*/
.body {
    background-color: #F48161;
   
}

p {
    color: #484848;
    font-family: 'Abel', sans-serif;
    font-weight:500;
    text-align: center;
    font-size: 40px
}






/*--------end contact specific------*/






/*-------footer-----*/

.bottom {
    width: 80%;
    margin: 0 auto;
    
    }

footer h1{
    font-family: 'Cookie', cursive;
    float: left;
    font-weight: 200;
}

footer {
    background-color: #EADBCB;
    margin-bottom: 50px;  
}

footer::after{
    content:'';
    display: table;
    clear:both;
    
}

footer nav {
    float: right;
 
}
        


