body { margin: 0; font-size: 1em; line-height: 1.4}

#contactNavigationBar{
	width:100%;
	height: 45px;
	background-color: #000000;
}

#homeLogo{
	width: 100%;
	text-align: center;
	padding-top: 8px;
}

#backButton{
	position: absolute;
	top: 10px;
	left: 10px;
}

#verticalContactWrapper{
	position:relative;
	width:100%;
	height:100%;
}

#textContactConatainer{
	position:fixed; 
	top:35%; 
	width:100%;
	text-align: center;
}

#textContactConatainer h3{
	font-size: 16px;
}

#textContactConatainer h2{
	font-size: 13px;
}

#verticalDataWrapper{
	position:relative;
	width:100%;
	height:100%;
}

#verticalDataWrapper a h3{
	font-size: 5px;
	text-decoration: none;
}

#textDataConatainer{
	text-align: center;
}

#textDataConatainer h3{
	font-size: 22px;
}

#textDataConatainer h2{
	font-size: 13px;
}

.languageButton{
	width: 100%;
	height: 50px;
	border-bottom:1px solid #B7B7B7;
}

.languageButton img{
	position: inherit;
	top:10px;
	right:10px;
}

.languageButton h3{ 
	width: 100%;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
}

.termsButton{
	width: 100%;
	height: 50px;
	border-bottom:1px solid #B7B7B7;
}

.termsButton h3{ 
	width: 100%;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
}

#privateButton img{
	position: absolute;
	top:10px;
	right:10px;
}
#termsButton img{
	position: absolute;
	top:75px;
	right:10px;
}
