h1
{
     font-size:70px;
    font-family:Goudy Old Style;
    color:#553237;
    text-align: center
}
.imgs1 {
    display:block;
    width: 1300px;
    margin-left: auto;
    margin-right: auto
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

li {
    float: left;
}

li a, .dropbtn1 {
    background-color: white;
    font-family: Goudy Old Style;
    color: #5e1211;
	font-size: 20px;
    padding: 5px 20px;
    text-decoration: none;
    display: block;
    border: none;
    cursor: pointer;
}

li a:hover, .dropdown1:hover .dropbtn1 {
    background-color: grey;
}

li.dropdown1 {
    display: inline-block;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: green;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content1 a {
    font-family: Goudy Old Style;
    color: #0b9446;
	font-size: 20px;
    padding: 5px 20px;
    text-decoration: none;
    display: block;
}

.dropdown-content1 a:hover {background-color: #f1f1f1}

.dropdown1:hover .dropdown-content1 {
    display: block;
}
li a, .dropbtn2 {
    background-color:white;
    font-family: Goudy Old Style;
    color: #5e1211;
	font-size: 20px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

li a:hover, .dropdown2:hover .dropbtn2 {
    background-color: grey;
}

li.dropdown2 {
    display: inline-block;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content2 a {
    font-family: Goudy Old Style;
    color: #7c573e;
	font-size: 20px;
    padding: 5px 20px;
    text-decoration: none;
    display: block;
}

.dropdown-content2 a:hover {background-color: #f1f1f1}

.dropdown2:hover .dropdown-content2 {
    display: block;
}