body,table,div,dl,dt,dd,ul,ol,li,a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family: "San Francisco";
	background-position:center;
}

.clearFloat{
	clear: both;
	padding: 0px;
	margin: 0px;
}

.wpage{
	width:970px;
	margin:0px auto;
	display:table;
	text-align:center;
}


nav{
	position: absolute;
	top: 0px;
}
nav ul{
	display:inline-block;
}

nav a{
	color: #fff;	
	transition:all 0.5s ease;
}

nav a:hover{
	color:#f4a48f;
}

.logo{
	position:relative;
	display:inline-block;
	top:40px;
    text-align: center;
	margin: 0px auto;
}

.navLeft, .navRight{
	display:inline-block;
}
.navLeft li, .navRight li{
	display:inline;
	text-transform:uppercase;
	font-weight: 500;
	letter-spacing:2px;
}

nav .navLeft li{
	margin-right:58px;
}

nav .navRight li{
	margin-left:68px;
}



.typo{
	text-align:center;
	position:relative;
	top:185px;
}

.typo h1{
	font-size:48px;
	letter-spacing:1px;
	color:#FFFFFF;
    text-transform: uppercase;
}
.typo p{
	font-size:14px;
	width:650px;
	margin:10px auto;
	color:#FFFFFF;
	font-weight: 350;
}



#linkPage{
	background-color: #f4a48f;
	height: 40px;
	width:100%;
	padding-top: 22px;
}
.linkBannerText {
	text-align: right;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.linkBannerText a{
	color: #fff;
}

.linkBannerText i{
	margin-right:10px;
	margin-left: 10px;
}


.tile h1{
	font-family: 'No_SevenRegular';
	text-align:center;
	color:#4d4959;
	font-weight:400;
	letter-spacing: 2px;    
	margin-bottom: -20px;
	font-size: 48px;
}

.tile{
	margin-bottom: 55px;
	margin-top:100px;
}

.tile p{
	font-weight:400;
	font-size: 14px;
	color:#4d4959;
	width:700px;
	margin: 2px auto;
}

.element{
	margin: 20 0;
}