

#all-content {
    width: 100%;
  
}

#main-content {
    width: 78%;
    float: left;
    margin-right: 2%;
    margin-top: 20px;

  
  
}

#secondary-content {
    width: 18%;
    float: left;
    margin-left: 2%;
    margin-top: 20px;

  
}

h1 {
    font-family:Georgia, 'Times New Roman', Times, serif;
    color:rgb(89, 89, 89)
}

h2 {
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: rgb(201, 77, 0);
}

h3 {
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: rgb(201, 77, 0);
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

#navigation {
    clear: both;
    padding: 5px 15px;
    margin: 0 -20px;
    list-style-type: none;
    background-color: black;
    color: whitesmoke;
}


   .navbar {
    display: inline-block;
    list-style-type: none;
    padding: 2px 10px;
}
    
a {
    text-decoration: none;
}

a:hover {

    color: whitesmoke;
    text-decoration: underline whitesmoke;
    background-color: gray;

}

a:link, a:visited {
    text-decoration: none;
    color: whitesmoke;
    
}

.current {
    text-decoration:underline
}

#footer{
    padding: 10px;
    background-color:rgb(79, 79, 79);
    color: white;
    width: 100%;
    display: inline-block;
    min-width:100%;
}