.site-branding .site-title {
    font-size: 52px;
}
@media only screen and (max-width: 990px) {
  .site-branding .site-title  {
    font-size: 28px;
  }
}
@media only screen and (max-width: 850px) {
  .site-branding .site-title  {
    display:none;
  }
}
@media only screen and (max-width: 766px) {
  .header-overlay{
    height:68px;
    margin-top:68px;
  }
  .site-header{
    height:68px;
    margin-bottom:68px;
  }
}
.site-footer{
    display:none;
}
.site-navigation .navbar-default .navbar-nav > li > a:hover{
    color: white;
    text-decoration: underline;
}
.header-overlay,
.site-header{
 max-height: 20em;   
}
.wp-caption.alignnone{
    border:none;
}



#gallery-1>.gallery-item img {
    border: none;
}
.page-title{
    display: none;
}

body{
	font-family: 'Open Sans', sans-serif;
}