html {position: relative;min-height: 100%;}
body {background-color:#262626; color:#fff; margin-bottom: 60px; font-family: 'EB Garamond', serif;}
.navbar {background-color:#fff;}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {background-color:#262626; color:#fff;}
	.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {color:#262626;}
	.navbar-inverse .navbar-toggle .icon-bar {background-color:#262626;}
	.social-icons {margin-top:1%;}
.content {margin-top:100px; text-align:center;}
	p,h2,ul,li,h3 {text-align:left;}
	.lead {text-align:center;}
.photo-row {margin:0 0 25px 0;}
	iframe {margin-bottom:30px;}
#owl-demo .item img{display: block;width: 100%;height: auto;}
#owl-demo .items img{display: block;width: 200px;height: auto;}
#owl-demo .items{ margin: 3px;}
#footer {width: 100%;height: 60px;background-color: #262626; text-align:center;}

@media (max-width: 979px) {
.content {margin-top:100px;}
.col-md-3 img {margin:10px 0 10px 0; width:100%; height:auto;}
iframe {width:100%; height:300px;}
.pull-right {float:left !important;}
}
