@charset "utf-8";
body {
	font-size: 16px;
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color:#131313;
	text-align: center;
	margin-top:0px;
	height: 100%;

}

#top{
        margin-left: auto;
        width: auto; 
        margin-right: auto;  
        text-align: center;
}

h1{

	font-size: 60px;
	font-weight: 900;
	line-height: 15px;
	color: #FF3A12;
}

h2{

	font-size: 32px;
	font-weight: 900;
	line-height: 15px;
}
h5{
	font-size: 20px;
	font-weight: 900;
	line-height: 25px;
	color: #FF3A12;
}
h6{
	color: #FF3A12;
	
}

#opis{

        margin-left: auto;
        width: auto;
		max-width: 800px;
        margin-right: auto;  
		margin-top: 40px;
        text-align: center;
		line-height: 20px;
		font-size: 15px;
	padding: 0 20px 0 20px;
}

#kontakt{

        margin-left: auto;
        width: auto;
		max-width: 800px;
        margin-right: auto;  
		margin-top: 60px;
        text-align: center;
		line-height: 35px;
		font-size: 20px;
}

#cennik{

        margin-left: auto;
        width: auto;
		max-width: 1000px;
        margin-right: auto;  
		margin-top: 40px;
        text-align: left;
		line-height: 28px;
		font-size: 16px;
}

#stopka{
        margin-left: auto;
        width: auto;
		max-width: 800px;
        margin-right: auto;  
		margin-top: 40px;
        text-align: center;
		line-height: 20px;
		font-size: 15px;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover{
	color: #FF3A12;
}