{/* Enter Your Custom CSS Here */
.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;
}
header#masthead.site-header {
height: 340px;!important
}

.site-description {
display: none;
}