a{
    text-decoration: none;
}
.webheader:hover{
    text-align:center;
    color: black;
    background-color: gainsboro;
    font-size: 55;
    margin-bottom: 0;
}
.subheader{
    text-align:center;
    color: black;
    background-color: darkgrey;
    font-size: 20;
    margin-bottom: 0;
    margin-top: 1%
}

h1 {
    text-align:center;
    color: black;
       background-color: gainsboro;
    font-size: 55;
    margin-bottom: 0;   
}
h2 {
    text-align:left;
    color: black;
    font-size: 20;
    margin-top: 3%;
    margin-left: 5;
}
h3 {
    color: black;
    font-size: 20;
    text-align: center;
    background-color:gainsboro;

}
h4{
    text-align: center;
    font-size: 30;
    background-color: darkgrey;
    margin-top: 0%;
    margin-bottom: 1%;
    margin-left: 16%; 
}
h5{ 
    text-align:center;
    font-weight:800;
    color: black;
    font-size: 30;
    margin-top: 2%;
    margin-left: 3%;
    margin-bottom: 0%;
    height: 5%
}
h6{
    text-align:center;
    color: black;
    font-size: 30;
    background-color: darkseagreen
}

.bar{
    float: left;
    text-align: left;
    width: 100%;
    height: 8%;
}
.bar:hover{
       background-color: gainsboro;
    color:black;
    width: 100%;
    height:10%;
}
.style{
    background-color: #3E1400;
}
body {
    background-color: black;
}
.menu{
    float: left;
    background-color: darkgrey;
    width: 15%;
    height: 86.5%;
}
.content{
    margin-left: 16%;
    text-align: center;
    width:84%;
    height: 79%;
    margin-top: 0%;
    margin-bottom: 0%;
       background-color: gainsboro;
}

.image1{
    height: 90%; 
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2%
}
.image2{
    height: 92%;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.image3{
   height: 93%;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.image4{  
    height: 92%;
    width: auto;
    margin-right: auto;
    margin-left: auto; 
}
.image5{  
    width: 31%;
    height: auto;
    margin-right: 1%;
    margin-left: 1%; 
}

h7 {
    text-align:center;
    color: black;
    font-size: 20;
    margin-bottom: 0%;
    margin-top: 2%;
    width: 300%;
}
.column {
    float: left;
    width: 10%;
    background-color: bisque;
    height: 4%;
    margin: 1.6%;
}



