html,body{
height:100%;
font-family: 'Didact Gothic', sans-serif;
}
.container{
width:1024px;
}
.icon{
position:absolute;
}
#header{
height:100%;
}
#header .container{
background: url(background.svg) no-repeat;
	position: relative;
	opacity: 1;
	display: block;
	height:879px;
	background-size: cover!important;
}
.icon{
width:18px;
height:18px;
right: 90px;	
}
.facebook{
	top: 42px;
}
.instagram{
	top: 64px;
}
.email{
	top: 85px;
}
}
@media (min-width: 576px){
.container {
	height: 879px!important;
}
.icon{
width:18px;
height:18px;
right: 90px;	
}
.facebook{
	top: 42px;
}
.instagram{
	top: 64px;
}
.email{
	top: 85px;
}
}
@media (min-width: 768px){
.container {
	height: 1193px!important;
}
.icon{
width:24px;
height:24px;
right: 120px;	
}
.facebook{
	top: 55px;
}
.instagram{
	top: 85px;
}
.email{
	top: 113px;
}
}
@media (min-width: 992px){
.container {
	height: 1591px!important;
}
.icon{
width:32px;
height:32px;
right: 160px;	
}
.facebook{
	top: 74px;
}
.instagram{
	top: 113px;
}
.email{
	top: 150px;
}
}
@media (min-width: 1200px){
.container {
	height: 1889px!important;
}
.icon{
width:36px;
height:36px;	
right: 191px;
}
.facebook{
	top: 89px;
}
.instagram{
	top: 135px;
}
.email{
	top: 180px;
}
}