header {
    width:100%;
    height: 300px;
}
header h1 {
    font-family: Consolas;
    font-size: 4em;
    color:white;
    text-align: center;
    margin: 145px 0;
    letter-spacing: 0.2em;
}
hr {
    width: 1000px;
    margin: auto;
    margin-bottom: 100px;
}
.history-block{
    color:white;
    background-color: transparent;
}
.history1{
    margin: 10px 200px;
    height: 400px;
    width: 80%;
    background-color: transparent;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}
.history1 p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    text-align: left;
    background-color: transparent;
    width:300px;
    height: 70%;
    margin: 15px 50px;
    display:inline-block;
}
.history1 div {
    background-color: transparent;
    border-radius: 2px;
    width: 500px;
    height: 0px;
    margin: 15px 50px;
    margin-top: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    display:inline-block;
}
.history2{
    margin: 10px 200px;
    height: 400px;
    width: 80%;
    background-color: transparent;
    align-content: center;
    text-align: center;
}
.history2 p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    text-align: left;
    background-color: transparent;
    width:300px;
    height: 90%;
    margin: 15px 60px;
    display:inline-block;
}
.history2 div {
    background-color: transparent;
    border-radius: 2px;
    width: 500px;
    height: 0px;
    margin: 15px 50px;
    margin-top: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    display:inline-block;
}
.history3{
    margin: 10px 200px;
    height: 400px;
    width: 80%;
    background-color: transparent;
    align-content: center;
    text-align: center;
}
.history3 p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    text-align: left;
    background-color: transparent;
    width:300px;
    height: 90%;
    margin: 15px 60px;
    display:inline-block;
}
.history3 div {
    background-color: transparent;
    border-radius: 2px;
    width: 500px;
    height: 0px;
    margin: 15px 50px;
    margin-top: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    display:inline-block;
}
.history4 {
    margin: 10px 200px;
    height: 400px;
    width: 80%;
    background-color: transparent;
    align-content: center;
    text-align: center;
}
.history4 p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    text-align: left;
    background-color: transparent;
    width:300px;
    height: 90%;
    margin: 15px 60px;
    display:inline-block;
}
.history4 div {
    background-color: transparent;
    border-radius: 2px;
    width: 500px;
    height: 0px;
    margin: 15px 50px;
    margin-top: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    display:inline-block;
}
p.date {
    height: 50px;
    font-size: 2em;
    text-align: center;
}
#about-gallery{
    background-color: transparent;
    width: 80%;
    height: 400px;
    margin:10% 200px;
    align-content: center;
}
.image{
    display:inline-block;
    margin: 3% 2%;
    width:300px;
    height:300px;
    background-color: transparent;
    border-style: solid;
    border-radius: 5px;
    overflow: hidden;
}
a {
    height:500px;
    margin-bottom: 300px;
}
div.gallery {
    margin: auto;
    margin-bottom: 100px;
    height: 500px;
    width: 500px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 50%;
}
div.gallery p {
    height:3em;
    width:40%;
    margin: 40% 60% 60% 30%;
    font-style: bold;
    color:white;
    text-align: center;
    font-size: 3em;
    font-family: 'Courier New', Courier, monospace;
    text-decoration:none;
}
a#gallery-hover div.gallery:hover{
    color:black;
    background-color: white;
    text-decoration:none;
}
h3 {
    color:white;
    font-size: 4em;
    width:50%;
    text-align: center;
    margin:0 25%;
    margin-bottom: 200px;
}