html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fff;
}

body, section, footer, .gallery-bg {
	background-image: url("../img/black-noise-bg.png");
} 

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'Abril Fatface', cursive;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow:  0px 0px 5px rgba(0,0,0,.4);
}

h5 {
	text-transform: none;
}

p {
    font-family: 'Forum', cursive;
    margin: 0 0 25px;
    font-size: 1.45em;
    line-height: 1.5;
}

a {
    font-family: 'Abril Fatface', cursive;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-shadow:  0px 0px 5px rgba(0,0,0,.4);
}

}

a:hover,
a:focus {
    text-decoration: none;
    opacity: .7;
}

.logo {
    font-size: 1.6em;
	letter-spacing: 2px;
	font-family: 'Peralta', cursive;
}

.container {
    width: 100%;
}

.hero {
	padding-top: 50vh;
}


/* ========== Nav ========= */
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.3);
    text-transform: uppercase;
    background: rgba(0,0,0,.6);
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 0px;
}

.navbar-custom .nav li a {
	text-transform: none;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: transparent;

}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.6);
        background: rgba(2, 2, 2, 0.7);
    }
}





/* ====== Main ====== */
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
	background: url("../img/bg-desktop.jpg") no-repeat;
	height: 100vh;
	background-position: top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

#contact.content-section {
	margin-top: 80px;
    padding-bottom: 25px;
}





/* ====== About ====== */
.about-section {
    width: 100%;
}

.price-list p {
	margin: 0;
}

.price-list {
	margin-bottom: 25px;
}

.hours p {
	margin: 0;

}



/* ====== GALLERY ====== */
.gallery-bg {
	padding-top: 0;
	background-color: #fff;
	text-align: center;
}

.gallery-bg h2 {
	text-align: center;
}

#gallery img {
	padding-top: 3px;
}



/* ====== CONTACT ====== */
#contact {
	position: relative;
    background: url("../img/contact-bg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 400px;
	background-position: left bottom;
}

.contact {
	position: relative;
}

.contact-text {
	margin: auto;
  	position: absolute;
  	left: 0; bottom: -245px; right: 0;
}

.contact-text h4 {
	font-family: 'Abril Fatface' , cursive;
}

.contact-text h5 {
	font-family: 'Forum', cursive;
	font-size: 1.45em;
}

.yelp img {
	position: absolute;
    bottom: -15px;
    width: 130px;
    right: 20px;	
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

.location {
	padding-top: 80px;
}

.social-icon {
	padding: 0 5px;
}

#contact p {
	margin: 10px 0;
}





/* ====== FOOTER ====== */
footer {
    padding: 50px 0;
}

footer p {
    margin-top: 10px;
}






/* ====== MISC ====== */
::-moz-selection {
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.copyright p {
	font-family: 'Peralta', cursive;
    font-size: 1em;
}

.video-container {
    display: block;
}

.video-container-mobile {
    display: none;
}




/* ====== Media Queries ====== */
@media(max-width: 1024px) {
    .mobile-background {
	    background: url("../img/bg-tablet.jpg") no-repeat;
	    height: 100vh;
	    background-position: center center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

@media(min-width:767px) {
    .content-section {
        padding-top: 80px;
    }

    #map {
        height: 400px;
        margin-top: 0;
    }
}

@media(max-width:766px) {
    .content-section {
        padding-top: 80px;
    }
    #map {
    	margin-top: 0;
    	margin-bottom: 20px;
    	height: 230px;
    }
    .navbar-nav>li>a {
    	text-align: center;
    }
    footer {
        padding-top: 0;
    }
}





/* ===== Bootstrap Overrides ====== */ 
.navbar-brand {
    padding: 15px 30px;
}

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

@media(max-width: 360px) {
    .navbar-brand {
    padding-right: 0;
    font-size: 1em;
    }
}

@media (min-width: 850px) {
    .col-lg-offset-2 {
    margin-left: 16.66666667%;
    }
}

@media (min-width: 850px) {
    .col-lg-8 {
        width: 66.66666667%;
    }
}