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

}
html {
	background: url(../images/bg.jpg) no-repeat fixed center 250px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

* {
	margin: 0;
	padding: 0;
}
		
#header {
	text-align: center;
}
#logo {
	margin: 50px 0 50px 0;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px; /* Set up proportionate scaling */;
	width: 100%;
	height: auto; /* Set up positioning */;
	position: fixed;
	top: 150px;
	left: 0;
	z-index: 0;
}
.strap-full {
	display: block;
	font-family: Proxima;
	color: #5E3E1B;
}
.strap-responsive {
	display: none;
	font-family: Proxima;
	color: #5E3E1B;
}
#contact {
	font-family: Proxima;
	margin: 0px auto 0px auto;
	padding: 12px 0 0 0;
	width: 200px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */;
	-khtml-border-radius: 10px; /* for old Konqueror browsers */;
	transition: all 0.8s ease;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s ;
	background-color: #FFFFFF;
	color: #5E3E1B;
	height: 38px;
	text-align: center;
	position: relative;
	top: 300px;
	font-size: 16pt;
}
#contact:hover {
	background-color: #5E3E1B;
	color: #FFFFFF;
}	

a {
	text-decoration: none;
}

		
@media screen and (max-width: 900px){
	img.bg {
		left: 50%;
		margin-left: -550px; 
		top: 160px;
	}
	html {
		background: url(../images/bg.jpg) no-repeat fixed center 210px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#logo {
	margin: 30px 0 30px 0;
}
	#logo img {
		height: 75px; 
	}
	.strap-full {
		display: none;
	}
	.strap-responsive {
	display: block;
	font-size: 10pt;
	font-weight: bolder;
}
	#contact {
	margin: 0px auto 0px auto;
	padding: 4px 0 0 0;
	width: 180px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */;
	-khtml-border-radius: 10px; /* for old Konqueror browsers */;
	background: #FFFFFF;
	height: 28px;
	text-align: center;
	position: relative;
	top: 150px;
}


}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		