@font-face {
	font-family: 'TitilliumWeb-Regular';
	src: url('Titillium/TitilliumWeb-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TitilliumWeb-SemiBold';
	src: url('Titillium/TitilliumWeb-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background: url("../imagesIntro/bodyImage.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

p,div,ul,li,h1,h2,h3,h4,span,a,a:hover,form{
	margin:0px;
	padding:0px;
}
img{
	margin:0px;
	padding:0px;
	border:0px;
}
.mainTpl {
	height:100%;	
   min-height:100%;
   position:relative;
}
.headerTpl {
    padding:0px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
div.headerCt{
	max-width:431px;
	margin:0 auto;
	text-align:center;
	margin-top:103px;
}
div.headerCt img{
	width:100%;
	max-width:431px;
	margin:0 auto;
}
div.headerCt p.hdRw1{
	max-width:431px;
	margin:0 auto;
	margin-top:6px;
	padding:0px;
	color:#F2F2F2;
	font-size:16px;
	font-family:TitilliumWeb-Regular;
	text-shadow: 0px 2px 3px #3A2B28;
}
div.headerCt p.hdRw2{
	max-width:431px;
	margin:0 auto;
	margin-top:3px;
	margin-bottom:0px;
	padding:0px;
	color:#F2F2F2;
	font-size:16px;
	font-family:TitilliumWeb-SemiBold;
	text-shadow: 0px 2px 3px #3A2B28;
}
div.headerCt p.hdRw2 a{
	max-width:431px;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	color:#F2F2F2;
	font-size:16px;
	font-family:TitilliumWeb-SemiBold;
	text-shadow: 0px 2px 3px #3A2B28;
	text-decoration:none;
}
div.headerCt p.hdRw3{
	max-width:431px;
	margin:0 auto;
	margin-top:3px;
	margin-bottom:0px;
	padding:0px;
}
div.headerCt p.hdRw3 a{
	margin:0px;
	margin-top:0px;
	padding:0px;
	color:#00A1E1;
	font-size:16px;
	font-family:TitilliumWeb-SemiBold;
	text-shadow: 0px 2px 3px #3A2B28;
	text-decoration:none;
}
.contentTpl {
    padding:0px;
    text-align:center;
    width:100%;
	padding-bottom:89px;
	position:relative;
	z-index:1;
}
.contentTpl .ctText{
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size:114px;
	font-family:TitilliumWeb-SemiBold;
	line-height:115px;
	margin-top:103px;
}
.contentTpl .ctText span{
	color:#00A1E1;
}
.footerTpl {
   position:fixed;
   bottom:0;
   width:100%;
   height:89px;   /* Height of the footer */
}
div.footerTpl p{
	max-width:431px;
	margin:0 auto;
	padding:0px;
	color:#F2F2F2;
	font-size:15px;
	font-family:TitilliumWeb-Regular;
	text-shadow: 0px 2px 3px #3A2B28;
	text-align:center;
}
@media (max-width: 768px) {
	body{
		padding:0px 10px 0px 10px;
	}
	.contentTpl .ctText{
		width:100%;
		text-align:center;
		color:#ffffff;
		font-size:60px;
		font-family:TitilliumWeb-SemiBold;
		line-height:70px;
	}
	div.headerCt img{
		width:100%;
		max-width:400px;
		margin:0 auto;
	}
}