@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
}

#centered {
	max-width: 1400px;
	margin: 0 auto;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .8);
}

header {
	width: 100%;
	height: 137px;
	background: url(../images/logo.jpg) top left no-repeat;
}

nav {
	padding-top: 60px;
	padding-left: 10%;
	color: #b95123;
}

nav a, footer a, section a {
	text-decoration: none;
	color: #b95123;
}

nav a:hover, footer a:hover, section a:hover {
	color: #000;
}

nav a.active {
	color: #645f6b;
}

.mainphoto, .vid-direction-height {
	margin-left: 5px;
	width: 100%;
}

header img {
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.landingBg {
	background-color: #CCC;	
}

.landing {
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .8);
}

.landing img {
	height: auto;
 	width: 100%;

}

h1, section {
	padding-left: 10%;	
}

h1 {
	color: #b95123;
	font-size: 95%;
	font-style: italic;
	margin-top: 35%;
	padding-bottom: 5px;
}

section {
	width: 83%;
}

section p {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	font-size: 85%;
	color: #645f6b;
	line-height: 200%;
}

footer {
	max-width: 1400px;
	height: 100px;
	background-color: #D8D8D8;
	margin-top: 15px;
	padding: 20px 10%;
	color: #b95123;
	font-size: 0.7em;
}

/* Tablet view */
@media only screen and (max-width:769px), only screen and (max-device-width:769px) {
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10%;
	width: 100%;
}

header {
	background: url(../images/logoTab.jpg) top left no-repeat;
}

nav, section {
	padding-left: 7%;
	font-size: 80%;	
}

nav {
	padding-top: 50px;
	color: #b95123;
}

h1 {
	color: #b95123;
	font-size: 90%;
	font-style: italic;
	margin-top: 32%;
	padding-left: 7%;
}

section {
	width: 85%
}

section p {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	color: #645f6b;
	line-height: 200%;
}

footer {
	padding-left: 7%;
	font-size: 0.6em;
}

}

/* Mobile view */
@media only screen and (max-width:500px), only screen and (max-device-width:500px){
header {
	background: url(../images/logoMob.jpg) top left no-repeat;
}

nav, section, h1 {
	padding-left: 4%;	
}
nav {
	padding-top: 34px;
	color: #b95123;
	font-size: 70%;
	font-weight: bold;
}

h1 {
	color: #b95123;
	font-size: 85%;
	font-style: italic;
	margin-top: 27%;
}

section {
	width: 90%
}

section p {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	color: #645f6b;
	line-height: 200%;
}

footer {
	padding-left: 5%;
	font-size: 0.5em;
}

/* Mobile view small*/
@media only screen and (max-width:400px), only screen and (max-device-width:400px){
header {
	background: url(../images/logoMob.jpg) top left no-repeat;
}

nav, section, h1 {
	padding-left: 4%;	
}
nav {
	padding-top: 34px;
	color: #b95123;
	font-size: 60%;
	font-weight: bold;
}

h1 {
	color: #b95123;
	font-size: 85%;
	font-style: italic;
	margin-top: 25%;
}

section {
	width: 90%
}

section p {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	color: #645f6b;
	line-height: 200%;
}

footer {
	padding-left: 5%;
	font-size: 0.5em;
}
}

/* Mobile view small*/
@media only screen and (max-width:360px), only screen and (max-width:360px){
header {
	background: url(../images/logoMob.jpg) top left no-repeat;
}

nav, section, h1 {
	padding-left: 4%;	
}
nav {
	padding-top: 34px;
	color: #b95123;
	font-size: 53%;
	font-weight: bold;
	letter-spacing: -0.8px;
}

h1 {
	color: #b95123;
	font-size: 85%;
	font-style: italic;
	margin-top: 23%;
}

section {
	width: 90%
}

section p {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	color: #645f6b;
	line-height: 200%;
}

footer {
	padding-left: 5%;
	font-size: 0.5em;
}
}
