@charset "utf-8";
/* CSS Document */

html,
html * {
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

body{
	overflow-x:hidden;
	
}

.row:before, .row:after {
	content:"";
	display: table;
	
}

.row:after {
	clear:both;
}

@font-face {
    font-family: 'gothamblack';
    src: url('fonts/gotham-black-webfont.woff2') format('woff2'),
         url('fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambold';
    src: url('fonts/gothambold-webfont.woff2') format('woff2'),
         url('fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambook';
    src: url('fonts/gothambook-webfont.woff2') format('woff2'),
         url('fonts/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



header {
	background-color: #000000;
}


h1 {
	font-family: 'gothamblack', "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
	font-size: 50px;
	color: white;
	text-transform: uppercase;
	margin-top: 20px;
	background: black;
}

p {
	font-family: 'gothambook', "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	color: white;
	padding-top:10px;
	font-size: 13px;
}
 

.w3-bar, .w3-bar-block a {
	text-transform: uppercase;
	font-size: 13px;
}

.w3-bar-block {
	text-align: center;
}

.hero-container{
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}

.booking-container {
	background:url("images/NArity-booknow-headphones.jpg");
	height:450px;
	background-repeat:no-repeat;
	background-size: cover;
}

.about-container {
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
}

.nav-logo {
	height:35px;
	width: auto;
	margin: 10px;
}

.hero-half {
	width:100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.form-group {
	margin-top:10px;
}

.sm-logo {
	width:25px;
	height:auto;
	margin: 5px;
	padding-top:10px;
}

.about-bg {
	background:url("images/book-narity.JPG");
	background-size:cover;
}

@media (min-width: 850px){
	.hero-half {
		width:auto;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
