body{
    margin-left: auto;
    margin-top: 60px;
	background-color: antiquewhite;
}
ul {
    list-style-type: none;
    margin-top: auto;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    
}
li a, .dropbtn {
    display: inline-block;
    color: #FEF1D6;
    font-family: serif;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #363636;
}

/*li.dropdown {
    display: inline-block;
}*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #363636;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/*.dropdown-content a {
    color: #FEF1D6;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left; 
}*/

.dropdown-content a:hover {
    background-color: #5D5F60
}

.dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
    
}
#themainid{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#themainid img {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

#themainid img:hover {
  opacity: 0.6;
}

.centerthis{
	margin-left: 15%;
    width: auto;
}

xmp{
    background-color: white;
    font-size: 10px;
}
nav {
    position: fixed;
    top: 0px;
    width: 100%;
}