/* CSS Document */


/* WebisteBody */
html {
	
	height:100%
}

body {
	
	background-image: url(../images/websiteBackground.png);
	height: 100%;
    width: 100%;
	position: relative;
	color:goldenrod;
	padding-top: 70px;
	font-size:17px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

.content-container {
		
	text-align: center;
	height:auto;
	padding: 2%;
		
}



.navbar-collapse {
	
	border-top:0px;
	
}


#offer {

	padding-top:90px;
}

#projects {

	padding-top: 25px;

}

#aboutus {

	padding-left: 10%;
	padding-right: 10%;
	font-size: 18px;

}
/* End of WebisteBody */

/* Navigation bar */

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	
	background-color:goldenrod;
	color:black;
	
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
	
	color:goldenrod;
	
}

/* EO Navigation bar */


/* sekcja kontakt */	

#map {

	height:200px;
	margin-bottom:50px;
	margin-top:10px;
	margin-left: 15%;
	margin-RIGHT: 15%;
	
}


#address-info {

	margin-bottom:50px;
	margin-top: 50px;

}

/* sekcja kontakt */	



.myImg {
	
	width:300px;
	height:300px;
	margin:10px;
	display: inline;
	
}

/* Website footer */	

#site-footer {
	
	height: 5%;
	margin-top:20px;
	position: fixed;
    bottom: 0;
	width: 100%;
	
}

#site-footer > span {
	
	color:goldenrod;
	padding-right:50px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:x-small;
	
}
/* EO Website footer */	



