@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light-webfont.eot');
    src: url('fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_light-webfont.woff') format('woff'),
         url('fonts/nexa_light-webfont.ttf') format('truetype'),
         url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EntypoRegular';
    src: url('fonts/entypo-webfont.eot');
    src: url('fonts/entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo-webfont.woff') format('woff'),
         url('fonts/entypo-webfont.ttf') format('truetype'),
         url('fonts/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#logo {
	height:127px;
	margin:0px;
	margin-top:100px;
	background-image:url(../images/logo.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}


#container {
	width:100%;
	height:300px;
	margin:0px;
	margin-top: 150px;
	background-color:#dd7c1f;
}
#containericonphone {
	margin-top:50px;
	position:absolute;
	left:35%;
	top: 350px;
}
#containericonemail {
	margin-top:50px;
	position:absolute;
	left:35%;
	top: 420px;
}
#containertextphone {
	margin-top:50px;
	position:absolute;
	left:37%;
	top: 350px;
}
#containertextemail {
	margin-top:50px;
	position:absolute;
	left:37%;
	top: 420px;
}
#containertextlocal {
	margin-top:50px;
	position:absolute;
	left:37%;
	top: 460px;
}
p{
	font-family: 'nexa_lightregular';
	font-size:12pt;
	color: #f9dfc6;
}
.link{
	font-family: 'nexa_lightregular';
	font-size:12pt;
	color: #f9dfc6;
	text-decoration:none;
}
.link:hover{
	font-family: 'nexa_lightregular';
	font-size:12pt;
	color: #FFFFFF;
	text-decoration:none;
}

body{
	margin: 0px;
	}
	
.icon{
	font-family: 'EntypoRegular';
	font-size:30pt;
	color: #f9dfc6;
	}