#logo{
    float: left;
    position: relative;
    left: -19px;
    height: 169px;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}
.container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

header {
    background: #69B1E5;
    color:#ff790b;
    padding-top: 9px;
    /* height:69px; */
    border-bottom: #ff790b 3px solid;
}

header a {
    
    color:#ff790b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header ul {
    padding: 0;
    list-style: none;
}

header li {
    display: inline;
    padding: 0 20px 0 20px;
}

header a.active {
    font-weight: bold;
    color: #ff790b;
    box-shadow: 1px 1px 3px 3px  #dd6609;
}
header #branding {
    float: left;
}

header #branding h1 {
    margin: 0;
}

header nav {
    float: right;
    margin-top: 10px;
}

.nav-bar a:hover {
    background: #f09d05;
}
footer {  
    text-align: center;  
    padding: 10px 0;  
    background-color:  #ff790b;  
    color: white;  
    width: 100%;   
}  