#content{
background: aliceblue !important;
}
h1 {
font-size: 28px;
margin: 0 0 20px;
color: #ff6600;
font-weight: 600;
}
h2 {
margin: 10px 0 !important;
}
.entry-header.ast-no-thumbnail.ast-no-meta {
display: none;
}
.main-header-bar {
background-color: #6abce4;
border-bottom: 3px solid #f90;
}
.main-navigation a {
color: #fff;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
.wp-block-file a {
background: #0274be;
color: #FFF;
padding: 15px 20px 15px 20px;
}
ul#primary-menu li.current_page_item > a {
color: #fff; }
.site-title {
width: auto;
display: inline-block;
font-family: Cinzel;
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
}
.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {
color: #fff;
}
.site-description {
color: #fff;
display: block;
margin: 10px 0;
font-size: 20px !important;
font-family: "Dancing Script";
}
@media (max-width:480px){
.site-title {
font-family: Cinzel;
font-size: 14px !important;
font-weight: 600;
}
.site-logo-img {
width: 150px;
}
.site-description {
margin: 20px 0 0;
font-size: 13px !important;
}
}