/* Enter Your Custom CSS Here */
#footer-sidebar .footer-column {
    text-align: center;
}

#footer-sidebar {
    background: #fff;
    border-top: solid 3px #f7f7f7;
}
@media only screen and (max-width: 767px) {
  #content {
    margin-top: 0;
  }
  nav#site-navigation {
      margin-bottom: 0;
      padding: 0;
  }
	#site-logo img {
    max-height: 100px;
    width: auto;
}
}

.site-branding.col-md-12.col-sm-12 {
    padding-top: 0;
    background: #110F10;
    padding-bottom: 0;
    text-align: center;
}

#masthead h2.site-description {
    color: #fff;
		font-family: cursive;
}

#site-navigation {
    padding: 15px 0;
}
#site-logo img {
    max-height: 200px;
    width: auto;
}
nav#site-navigation {
    margin: 0;
}