/* Enter Your Custom CSS Here */

.site-content, #page {
  background-color: black;
}

.site-header {
    height: 590px;
}
  
.main-navigation {
display: block;
float: left;
width: 100%;
font-family: georgia, arial;
text-transform: uppercase;
background: #000;
z-index: 99999;
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 1px rgba(0,0,0,0.2);
clear: left;
font-size: 14px;
position: absolute;
right: 100px;
}

.site-description {
display: none;
}

  