@import url('https://fonts.googleapis.com/css2?family=Oswald&amp;display=swap');
body{
font-family: 'Oswald', sans-serif;
font-size: 18px;
}
nav.site-navigation.main-navigation.primary.use-sticky-menu{
background-color: #987c51;
}
footer#colophon.site-footer{
background-color: #987c51;

}
header#masthead.site-header{
background-color: #e6e6da;
}
div#main.site-main{
background-color: #e6e6da;

}
body.responsive.layout-full #page-wrapper .full-container {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.entry-title{
display: none;
}