        
/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
        position:relative;
	vertical-align:middle;
	text-align:center;      
}
.menu {
display: inline-block;
background-color: white;
padding: 2px 10px 5px 10px;
border-radius: 6px;
}
.menu ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
	padding: 0;	
}
.menu ul li {
    -webkit-margin-before: 0em;
    -webkit-margin-after: .3em; 
    line-height: 30px; 
    text-transform:uppercase;
    font-size: 20px;

}
.menu ul li a {
    font-size: 20px;
    font-style: normal;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 13px;  
    border-radius: 4px;    
    outline: none !important;
    text-decoration: none;
    color: #e8b73c;
}
/* visual styles */
body{
    margin:0;
    color: #777777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height:100px;
    text-align:center;
}
section {
	background:#9ed100;
}
.not-fullscreen {
    height:50%;
}

.content-b img {
    
}