/* Enter Your Custom CSS Here */

.body_template_two #masthead .site-branding {
  width:40%
}
.body_template_two #site-navigation.main-navigation .menu {
width:60%
}

/* body.home article#post-2 h1 {
display:none
} */

#bottom-footer .site-info {
display:none
}
a {
  color:#f98253
}


.body_template_two #site-navigation.main-navigation a, .body_template_two .slider-caption .caption-title {

text-transform: none

}

body {
  background-color: #FFFDF4;
}

#bottom-footer {
    text-transform:unset !important;
}


@media (max-width: 940px) {

.body_template_two #masthead .site-branding {
    width: 90%;
}


}