@charset "UTF-8";

@font-face { 
	font-family: 'TenorSans Regular'; 
	src: url("../assets/TenorSans-Regular.ttf") format('opentype'); 
}

@font-face { 
	font-family: 'Forum Regular'; 
	src: url("../assets/Forum-Regular.ttf") format('truetype'); 
}
	
	
/* Body */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
/* Container */
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FBF9F2;
}
/* Hero Section */
.hero {
	background-image: url(../images/fullsize.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.logobox {
	float: right;
	height: 600px;
	width: 420px;
	padding-top: 40px;
	background-color: #E8D6CC;
	margin-right: 10%;
}

.infotext {
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: #a69388;
}

.center {
  	display: block;
 	margin-left: auto;
  	margin-right: auto;
}

.heading {
	font-family: 'Forum Regular';
	font-weight: 100;
	color: #FFFFFF;
	font-size: 45pt;
	text-transform: uppercase;
	line-height: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 40px;
}

.subheading {
	font-family: 'Forum Regular';
	font-weight: 100;
	color: #FFFFFF;
	font-size: 22pt;
	text-transform: uppercase;
	line-height: 110%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
}

.text {
	font-family: 'TenorSans Regular';
	font-weight: 100;
	color: #FFFFFF;
	font-size: 12pt;
	text-align: center;
}

.copyright {
	width: 100%;
	background-color: #a69388;
	text-align: center;
}

@media screen and (max-width: 479px) {
  .logobox {
    width: 100%;
	display: inherit !important;
	margin-left: auto;
	margin-right: auto;
  }
