h1 {
	font-weight: 400; 
	font-size: 1.6em; 
	margin-top: -65px; 
	margin-left: 80px
}

.szikrang-logo {
	text-align: center;	
	margin-top: 50px; 
	margin-bottom: 50px
}

.szikrang-logo img {
	max-width: 300px
}

.office-img {
   background-image:url('../img/szikrang_office.png');
   width:220px;
   height:500px;
   float: left;
   margin-left: 10px;
   margin-right: 10px;
}

.piece1 { 
	background-position: 0 0; 
	z-index: 101;
	position: absolute
}

.piece2 {
	background-position: -220px 0; 
	position: absolute;
	margin-left: 250px;
}

.piece3 {
	background-position: -440px 0;
	position: absolute;
	margin-left: 490px;
}

.piece4 {
	background-position: -660px 0;
	position: absolute;
	margin-left: 730px;

}

.center {
	margin: auto;
	text-align: center;
	max-width: 980px;
}

.office-img-box {
	width: 220px;
	height: 70px;
	background-color: #2B689C;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 360px;
    padding: 10px,10px,10px,10px;
    position: absolute;
    z-index: 102

}

.office-img-box1 {
	background-color: #2B689C;
}

.office-img-box2 {
	margin-left: 250px;
	background-color: #F93416;
}

.office-img-box3 {
	margin-left: 490px;
	background-color: #F93416;
}

.office-img-box4 {
	margin-left: 730px;
	background-color: #2B689C;
}


.office-img-title {
	margin-left: 60px;
    margin-right: 10px;
    margin-top: 370px;	
	position: absolute;
	z-index: 103;
	padding: 10px,10px,10px,10px;
	font-size: 1.7em;
	color: #ddd;
}

.office-img-title1 {
	margin-left: 60px;
}

.office-img-title2 {
	margin-left: 290px;
}

.office-img-title3 {
	margin-left: 540px;
}

.office-img-title4 {
	margin-left: 770px;
}

p {
		margin-top: 15px;
	padding:10px;
}
.mobile-nav {
	display: none;
}

.mobile-img  {
	display: none;
}

.mainpage-footer {
	text-align: center;	
	margin-top: 540px; 
	margin-bottom: 20px
}

@media screen and (max-width: 780px) {
    .desktop-nav {
        display: none;
    }
    .mobile-nav {
    	display: block;
    }
    .szikrang-logo  {
        display: none;
    }    
    .mobile-img {
    	display: block;
    }
	.mainpage-footer {
		text-align: center;	
		margin-top: 40px; 
		margin-bottom: 20px
	}

}
