/*
Theme Name: 20 Young Street
Version: 1.0
Description: Theme developed for 20 Young Street Cafe
Author: Stephen Ottaviano
*/

body {
	font-family: 'Open Sans', sans-serif;
        background: #f8f7f1;
}

h1, h2, h3, h4, h5 {
	font-family: 'passion_onebold';
}

.page a, .homepage a {
	color: #7d796a;
	border-bottom: 1px dotted;
}

.page a:hover, .homepage a:hover {
	color: #7d796a;
	text-decoration: none;
}


.homepage h2 {
	font-size: 70px;
}

.navbar-default {
	background: rgba(0,0,0,0.8);
	border: none;
	margin-bottom: 0 !important;
	padding: 10px 0;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: none;
}

.navbar-toggle {
	margin-top: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #363636;
}

.navbar-brand {
	height: auto;
	padding: 0 15px;
	top: 5px;
}

.nav a {
	font-size: 15px;
	text-transform: uppercase;
	color: white !important;
	line-height: 20px !important;
	padding: 15px 20px !important;
}

.nav li.active a {
	background: none !important;
	text-decoration: underline;
	color: white !important;
}

.navbar-collapse {
	box-shadow: none;
}

.navbar-collapse.in {
	overflow: hidden;
}

.navbar-nav {
  margin: 0 -15px;
}

.homepage-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 50px 0;
  font-size: 20px;
}

.homepage-section img {
  max-width: 100%;
}

.homepage-section-one {
  padding-top: 100px;
}

.homepage-section-two, .homepage-section-four {
  background: #f8f7f1;
  color: #b9b4a1;
}

.homepage-section-two h2 {
  background: url(images/pointer.png) no-repeat center bottom;
  padding-bottom: 45px;
  margin-bottom: 15px;
}

.homepage-section-three, .homepage-section-five {
  color: white;
  padding: 100px 0;
}

.homepage-section-three a, .homepage-section-five a {
  color: white;
  border-bottom: 1px dotted;
}

.homepage-section-three a:hover, .homepage-section-five a:hover {
  color: white;
  text-decoration: none;
}


.homepage-section-four h2 {
  background: url(images/klosh.png) no-repeat center bottom;
  padding-bottom: 45px;
  margin-bottom: 15px;
}

.homepage-section-five {
  text-align: left;
  padding: 220px 0 100px 0;
}

footer {
	background: #282522;
	padding: 30px 0;
	color: white;
}

footer ul {
	padding: 0;
	margin: 0 0 20px 0;
}

footer li {
	float: none;
	margin-right: 20px;
	list-style-type: none;
        margin-bottom: 10px;
}

footer a {
	color: white;
}

footer a:hover {
	color: white;
}

.footer-logo {
	float: right;
}

.page {
	margin: 100px 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  footer li {
	float: left;
	margin-bottom: 0;
  }	
  .nav a {
	line-height: 35px !important;
  }
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  font-size: 4em;
}
blockquote p {
  display: inline;
  font-size: 14px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .ninja-forms-form {
    width:50%;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (max-width: 500px) {
	.homepage-section-five {
	  background-position: 77% center;
          text-align: center;
	}
}

.homepage #sb_instagram a {
  border: none;
}