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

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	text-align: center;
}

@font-face {
    font-family: 'bebas';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff2') format('woff2'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bushcraft';
    src: url('../fonts/textured2-webfont.eot');
    src: url('../fonts/textured2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/textured2-webfont.woff2') format('woff2'),
         url('../fonts/textured2-webfont.woff') format('woff'),
         url('../fonts/textured2-webfont.ttf') format('truetype'),
         url('../fonts/textured2-webfont.svg#bushcrafttextured2') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, .navbar {
	font-family: 'bushcraft', sans-serif;
}

h1, h2 {
	font-size: 48px;
	margin: 10px 0 20px;
}

a {
	color: #fff;
}

strong, b {
	font-weight: 900;
}

.navbar.affix-top {
	position: fixed;
}

.navbar-toggle.collapsed {
	color: #FFF;
}

.navbar-toggle.collapsed::before {
	margin-right: 20px;
}

.navbar-toggle.collapsed::after {
	margin-left: 20px;
}

.navbar-toggle::before,
.navbar-toggle::after {
	transition: margin 0.3s ease-in-out;
}


.navbar-toggle::before {
	content: "[";
	margin-right: 10px;
}

.navbar-toggle::after {
	content: "]";
	margin-left: 10px;
}

.navbar {
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 999;
	padding: 0;
	border-radius: 0;
	font-family: 'bebas', sans-serif;
	font-size: 26px;
}

.navbar .navbar-nav {
	float: none;
	vertical-align: top;
	font-family: 'bebas', sans-serif;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
}

.navbar .navbar-collapse {
	text-align: center;
	border: none;
	box-shadow: none;
}

.navbar-nav > li > a {
	color: #fff;
	line-height: 1.85;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
}

.navbar-toggle {
	float: none;
	margin: 0;
}

.banner {
	background: url('../img/header.jpg') no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	display: table;
	height: 30%;
	position: relative;
	width: 100%;
	min-height: 30vh;
}

.banner > div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 100%;
	padding: 15px;
}

.banner > .logo {
    display: table-cell;
    vertical-align: middle;
    padding: 120px 20px;
    max-width: 1000px;
    text-align: middle;
    margin: 0 auto;
}

.banner div img {
	max-width: 80%;
	margin: 0 auto;
}

.banner > div > span {
	font-size: 26vw;
	font-family: 'bebas', sans-serif;
	display: inline-block;
	line-height: 0.9;
	margin-bottom: 5px;
}

.banner > div > span + span {
	font-size: 51vw;
	line-height: 0.7;
}

.banner > div > span + span + span {
	font-size: 17vw;
	line-height: 1;
}

.banner > div > span + span + span + span {
	font-size: 13.5vw;
	line-height: 0.6;
}

.about, .tuition .col-md-6, .performance .col-sm-6, .contact {
	padding-top: 65px;
	padding-bottom: 65px;
}

.about,
.performance {
	background-color: #392e31;
}

.tuition {
	background-color: #905827;
}

.tuition a {
	color: #fff;
	text-decoration: underline;
}

.tuition a:hover,
.tuition a:focus {
	color: #eeeeee;
}

.tuition .col-md-6 + div {
	background-color: #7d491b;
}

.contact {
	background-color: #565d65;
}

.learn {
	background: url('../img/learn.jpg') no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	font-family: 'bebas', sans-serif;
	padding: 0;
}

.learn span {
	background-color: #565d65;
	padding: 0 10px;
	display: inline-block;
}

.instruments span {
	background-color: #ac9e88;
	line-height: 1.115;
	margin-top: 8px;
}

.cost {
	font-size: 60px;
	padding-top: 47px;
}

.cost > div {
	margin-top: 14px;
}

.instruments {
	font-size: 38px;
	padding-bottom: 60px;
}

.performance .row .row {
	border-top: 1px solid #312729;
	margin: 0;
	padding: 13px 0 7px;
}

.performance .col-sm-6 > p + .row {
	margin-top: 30px;
}

.performance > div > div > .col-sm-6 + div {
	background: url('../img/loz.jpg') no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	text-align: right;
}

.contact .row {
	margin-top: 25px;
}

.contact .row > div {
	margin-bottom: 30px;
}

.contact .row > div div,
.contact .row > div a {
	background-color: rgba(0,0,0,0.2);
	display: block;
}

.contact .row > div a:hover,
.contact .row > div a:focus {
	color: #fff;
	text-decoration: none;
}

.contact .row > div div {
	padding: 5px 0 7px;
	background-color: rgba(0,0,0,0.1);
}

.contact .row > div a i {
	font-size: 38.6px;
	padding: 25px 0;
}


/*------------------------------------*\
	RETINA AND HI-RES MOBILE
\*------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	body {
		padding-top: 0;
	}

	h1 {
		font-size: 60px;
	}

	.navbar {
		padding: 30px 0;
		background-color: rgba(0, 0, 0, 0);
	}

	.navbar.affix {
		background-color: rgba(0, 0, 0, 0.5);
		padding: 5px 0;
	}

	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
		font-family: 'bushcraft', sans-serif;
		font-size: 32px;
	}

	.navbar-nav > li > a {
		box-shadow: none;
	}

	.banner {
		height: 100%;
		min-height: 100vh;
	}

	.learn .col-md-6:first-child {
		font-size: 82px;
		text-align: right;
		padding-top: 47px;
		padding-bottom: 47px;
	}

	.learn .col-md-6 + div {
		font-size: 44px;
		text-align: left;
		padding-top: 52px;
		padding-bottom: 60px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.performance .col-sm-6 > .row {
		text-align: left;
	}


}

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


}