body{
	background-color: #FEF8E5;
	margin: 0;
	width: 320px;
    max-width: 100%;
    overflow-x: hidden;
}

@font-face{
    font-family: 'ArmitageNav';
    src: url("fonts/Dunwich Type Founders - Armitage.otf") format("opentype");
}
@font-face{
    font-family: 'ArmitageContent';
    src: url("fonts/Dunwich Type Founders - ArmitageThin.otf") format("opentype");
}

@font-face{
    font-family: 'ArmitageSemibold';
    src: url("fonts/Dunwich Type Founders - ArmitageSemibold.otf") format("opentype");
}

@font-face{
    font-family: 'ArmitageLight';
    src: url("fonts/Dunwich Type Founders - ArmitageLight.otf") format("opentype");
}

@font-face{
    font-family: 'ArmitageBold';
    src: url("fonts/Dunwich Type Founders - Armitage-Bold.otf") format("opentype");
}

.hamburger-menu{
	height: auto;
}
.icon{
	position:absolute;
	margin-left: 15px;
	margin-top: 15px;
	width: 22px;
	height: auto;
	z-index:500;
}

.icon div{
	background-color: white;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 3px;
	height: 3px;
	z-index:500;
}

#ham-menu {
	position:absolute;
	background-color: #e95a2b;
	width: 150px;
	margin-left: -150px;
	height: 100%;
	min-height: 600px;
	z-index: 600;
	box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.4);
}

#ham-menu .nav-button{
	display: block !important;
	width: 10px !important;
	height: 15px !important;
	margin-top: 45px !important;
	margin-bottom: 45px !important;
	margin-left: 10px !important;
	padding-left: 10px;
	font-size: 12px;
	font-family: 'ArmitageSemibold';
	text-transform:uppercase;
}

#ham-menu .nav-button:hover{
	color: white;
}

header > div:nth-child(1){
	height: 70px;
	width: 320px;
	background-color: #FF9933;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	z-index:2;
}
header > div:nth-child(1) > p {
	font-family: 'ArmitageContent';
	font-size: 18px;
	color: white;
	margin-left: 15px;
	margin-top: 40px;
	z-index:3;
}

header > div:nth-child(2){
	margin-top: 70px;
	margin-left: 0px;
	height: 20px;	
	width: 170px;
	background-color: #FFCC66;
	position: absolute;
	z-index:2;
}

nav{
	display: none;
	position: relative;
	margin-left: 28px;
	margin-top: 7px;
	height: 15px;
	z-index:3;
}
.nav-button {
	display: inline !important;
	width: 10px !important;
	height: 15px !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: 'ArmitageNav';
	text-transform:uppercase;
}

.nav-button:hover{
	color: blue;
}

.nav-button:first-of-type{
	padding-left: 0px;
}

header > div:nth-child(3){
	margin-left: 170px;
	margin-top: 70px;
	height: 20px;	
	width: 75px;
	background-color: #FF6633;
	position: absolute;
	z-index:2;
}

header > div:nth-child(4){
	margin-left: 245px;
	margin-top: 70px;
	height: 20px;	
	width: 75px;
	background-color: #9999CC;
	position: absolute;
	z-index: 2;
	z-index:2;
}
/*SECTION 1*/
#first-section {
	height: 10px;
}

.header-photo {
	margin-top: 0px;
	margin-left: 170px;
	height: 180px;
	width: 150px;
	position:absolute;
	z-index: -1;
}

.content-photo {
	margin-left: 20px;
	margin-top: 350px;
	width: auto;
	height: 200px;
	position:absolute;
	opacity: 1;
		z-index: -1;
}

.content-home {
	position: absolute;
	width: 280px;
	margin-left: 35px;
	margin-top: 200px;
	font-family: 'ArmitageSemibold';
	font-size: 16px;
	line-height: 22px;
	opacity: 1;
		z-index: -1;
}

section {
	width: 320px;
}
#first-section > .slideshow {
	position:absolute;
	width: 240px;
	margin-left: 55px;
	margin-top: 265px;
	opacity:1;
	font-family: 'ArmitageLight';
		z-index: -1;
}

#first-section > .slideshow > div.row:first{
	display: inline block !important;
}

#first-section > .slideshow > div.row:not(:first-child){
	display: none;
}

.slideshow p:first-child{
	font-size: 16px;
	color:	#E95A2B;
}

.slideshow p:nth-child(2){
	font-size: 12px;
	margin-left: 30px;
}

/*second-section*/
#second-section{
	opacity: 0;
	height: 10px;
	position: absolute;
}

#second-section > .slideshow{
	margin-left: 30px;
	position:absolute;
	width: 255px;
	margin-top: 980px;
	opacity:1;
	font-family: 'ArmitageLight';
		z-index: -1;
		margin-bottom: 50px;
}

#second-section > .slideshow > div.row:nth-child(3){
	display: inline block !important;
}

#second-section > .slideshow > div.row:not(:nth-child(3)){
	display: none;
}

.right-container{
	position: relative; 
	margin-left: 15px;
	margin-top: 90px;
	width: 290px;
}

.right-container > p:first-child{
	font-family: ArmitageBold;
	font-size: 20px;
	color: #999999;
}

.right-container > p:nth-child(2){
	font-family: ArmitageNav;
	font-size: 13px;
	line-height: 18px;
	margin-top: -15px;
}

.second-level-bullet{
	color: black !important;
	font-family: ArmitageNav !important;
	margin-left: 30px;
}

#second-section > .content-image-1{
	width: 265px;
	height: auto;
	margin-top: 920px;
	margin-left: 30px;
	position:absolute;
	z-index: 1;
}

.content-image-2{
	margin-top: 840px;
	margin-left: 200px;
	height: auto;
	width:80px;
	position:absolute;
	z-index: -1;
}



/*Third SECTION*/
#third-section{
	opacity: 0;
	height: 10px;
	position: absolute;
}

#third-section > .slideshow{
	position:absolute;
	width: 255px;
	margin-left: 30px;
	margin-top: 720px;
	opacity:1;
	font-family: 'ArmitageLight';
		z-index: -1;
}

#third-section > .slideshow > div.row:last-child{
	display: inline block !important;
}

#third-section > .slideshow > div.row:not(:last-child){
	display: none;
}

/*Fourth SECTION*/
#fourth-section{
	opacity: 0;
	height: 10px;
	position: absolute;
}

.map-box{
	display:none;
	height:6px;
	width: 6px;
	background-color: #E95A2B;
	z-index: 2;
	position: absolute;
}

.map-box > p{
	display:none;
	position:relative;
	height: 10px;
	width: 70px;
	color:black;
	margin-top: 10px;
	margin-left: -3px;
	background-color: white;
	z-index: 3;
	font-size: 8px;
	font-family: 'ArmitageNav';
	color: #E95A2B;
	text-align: center;
	z-index: 1000;
}

.map-box:nth-of-type(1){
	margin-left: 51px;
	margin-top: 230px;
}

.map-box:nth-of-type(2){
	margin-left: 85px;
	margin-top: 305px;
}
.map-box:nth-of-type(3){
	margin-left: 94px;
	margin-top: 308px;
}
.map-box:nth-of-type(4){
	margin-left: 110px;
	margin-top: 321px;
}
.map-box:nth-of-type(5){
	margin-left: 145px;
	margin-top: 350px;
}
.map-box:nth-of-type(6){
	margin-left: 123px;
	margin-top: 379px;
}
.map-box:nth-of-type(7){
	margin-left: 196px;
	margin-top: 245px;
}
.map-box:nth-of-type(8){
	margin-left: 200px;
	margin-top: 240px;
}
.map-box:nth-of-type(9){
	margin-left: 227px;
	margin-top: 222px;
}
.map-box:nth-of-type(10){
	margin-left: 211px;
	margin-top: 248px;
}
.map-box:nth-of-type(11){
	margin-left: 223px;
	margin-top: 255px;
}
.map-box:nth-of-type(12){
	margin-left: 228px;
	margin-top: 263px;
}
.map-box:nth-of-type(13){
	margin-left: 231px;
	margin-top: 244px;
}
.map-box:nth-of-type(14){
	margin-left: 238px;
	margin-top: 255px;
}
.map-box:nth-of-type(15){
	margin-left: 238px;
	margin-top: 270px;
}
.map-box:nth-of-type(16){
	margin-left: 250px;
	margin-top: 274px;
}
.map-box:nth-of-type(17){
	margin-left: 257px;
	margin-top: 282px;
}
.map-box:nth-of-type(18){
	margin-left: 250px;
	margin-top: 282px;
}
.map-box:nth-of-type(19){
	margin-left: 257px;
	margin-top: 274px;
}
.map-box:nth-of-type(20){
	margin-left: 268px;
	margin-top: 285px;
}
.map-box:nth-of-type(21){
	margin-left: 291px;
	margin-top: 297px;
}
.map-box:nth-of-type(22){
	margin-left: 301px;
	margin-top: 311px;
}
.map-box:nth-of-type(23){
	margin-left: 324px;
	margin-top: 230px;
}
.map-box:nth-of-type(24){
	margin-left: 332px;
	margin-top: 263px;
}
.map-box:nth-of-type(25){
	margin-left: 332px;
	margin-top: 316px;
}
.map-box:nth-of-type(26){
	margin-left: 340px;
	margin-top: 289px;
}
.map-box:nth-of-type(27){
	margin-left: 350px;
	margin-top: 304px;
}
.map-box:nth-of-type(28){
	margin-left: 362px;
	margin-top: 282px;
}
.map-box:nth-of-type(29){
	margin-left: 362px;
	margin-top: 320px;
}
.map-box:nth-of-type(30){
	margin-left: 377px;
	margin-top: 277px;
}

.map-box:nth-of-type(31){
	margin-left: 215px;
	margin-top: 243px;
}
.map-box:nth-of-type(32){
	margin-left: 248px;
	margin-top: 250px;
}
.map-box:nth-of-type(33){
	margin-left: 308px;
	margin-top: 325px;
}


#fourth-section .content-image-1{
	width: 280px;
	height: auto;
	margin-top: 740px;
	margin-left: 20px;
	position:absolute;
}

section p:nth-child(2) strong {
	color: #E95A2B;
	font-family: ArmitageBold;
}

#fourth-section .column{
	position: relative;
	float: left;
	width: 80px;
	font-size: 11px;
	font-family: ArmitageLight;
}
#fourth-section .column:last-of-type{
	position: relative;
	float: left;
	width: 130px;
	font-family: ArmitageLight;
}

#fourth-section span {
	margin-left: 12px;
	width: 278px;
	display: block;
}

/*Fifth SECTION*/
#fifth-section{
	opacity: 0;
	height: 10px;
	position: absolute;
}

#fifth-section span {
	margin-left: 12px;
	width: 278px;
	display: block;
}

/*sixth SECTION*/
#sixth-section{
	opacity: 0;
	height: 10px;
	position: absolute;
}

#sixth-section > .content-image-1{
	display:none;
	width: 400px;
	height: auto;
	margin-top: 130px;
	margin-left: 15px;
	position:absolute;
	z-index: 1;
}

#sixth-section > .content-image-2{
	display: none;
	opacity: 0;
	width: 400px;
	height: auto;
	margin-top: 130px;
	margin-left: 15px;
	position:absolute;
	z-index: 2;
}

/*seventh SECTION*/
#seventh-section{
	opacity: 0;
	height: 10px;
	position: absolute;
}
section p:nth-child(1) strong {
	color: black;
	font-family: ArmitageNav;
	font-size: 24px;
}