body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0px;
    margin: 0px;
    text-align: right;
    background: color #f4f4f4;  
}


/*global */
.container{
    width: 80%;
    margin: auto;
    overflow: hidden;
}

 ul{
    margin: 0%;
    padding: 0%;
}

/*header*/
header{
    background: #35424a;
    color: #f4f4f4;
    padding-top: 10px;
    min-height: 50px;
    border-bottom: #e8491d 3px solid;
    text-transform: uppercase;

}
 
header a{
color: #f4f4f4;
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 .highlight{
    <h1>Fishin Hole</h1>;
}

header a:hover{
    color: cccccc;
    font-weight: bold;

}

/*showcase*/
#showcase{
    min-height: 400px;
    background:url(./img/showcase.jpg) no-repeat;
    text-align:center;
    color: #fff;
}

#showcase p{
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    
}

#newsletter{
    padding: 5px;
    color:#f4f4f4;
    background:#35424a;

}

#newsletter h3{
    float: left;
    display:inline;
    padding: 0 5px 0 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
img{
    width: 120px;
}

/*boxes*/
#boxes .box{
    margin-top: 20px;   
}

#boxes .box{
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px;
}

#boxes .box img{
    width: 120px;
}
 footer{
    padding: 20px;
    margin-top: 20px;
    color: #f4f4f4;
    background-color: #c22f06bd;
    text-align: center;
 }

/*media Queries*/
@media screen and (max-width: 768px) {
      header .container,
      header #branding,
      header nav,
      header nav li,
      #boxes .box{
        overflow: none;
        float: none;
        text-align: center;
        width: fit-content;
        }    
    }
 

