*{
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	text-shadow: 1px 1px 20px black;
}

body{
	color: white;
	background-color: black;
	font-family: 'Goldman', cursive;
	background-size: 100% 100%;
}

.social_media{
	width: 100%;
	height: 80px;
	background-color: white;
	display: block;
	text-align: center;
	color: black;
}


.inner_social_media img{
	height: 25px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.header{
	width: 100%;
	height: 70px;
	display: block;
	background-size: cover;
	background-color: transparent;
	margin-top: -1em;
	z-index: 6;
}

.header img{
	margin-bottom: -8px;
}

.inner_header{
	padding-top: 5px;
	opacity: 0.9;
}

.inner_header h1{
	float: left;
	display: block;
	margin-left: 100px;
	padding-top: 10px;
	font-size: 40px;
	color: white ;
}

.inner_header b{
	font-weight: 300;
}

.inner_header h4{
	margin-top: 15px;
	float: left;
	color: #c8ff00;
}

.inner_header span{
	padding-top: 30px;
	float: right;
	margin-right: 60px;
	font-size: 20px;
	transition: transform 1s;
}

.inner_header span:hover{
	transform: scale(1.1);
}

.inner_header p{
	padding-top: 13px;
	float: right;
	margin-right: 10px;
	font-size: 20px;
	transition: transform 1s;
}

.inner_header p:hover{
	transform: scale(1.1);
}


.slide1{
	background: url(background/slide2.png) no-repeat center fixed;
	width: 100%;
	height: 100vh;
	background-size: cover;
	display: block;
}

.inner_slide1{
	width: auto;
	height: auto;
	display: block;
	padding-top: 35vh;
	margin-left: 15vh;
}

.inner_slide1 i{
	font-weight: 300;
}

.border{
	padding-top: 5vh;
	border-bottom: 1px solid #b842e3;
	
}

.inner_slide1 h1{
	font-size: 55px;
}

.inner_slide1 h2{
	font-weight: 1;
	font-size: 40px;
	color: #c8ff00;
}

button.slide1_button{
	background-color: transparent;
	color: white;
	width: 200px;
	height: 50px;
	border: 1px solid white;
	font-size: 20px;
	margin-top: 10vh;
	letter-spacing: 1px;
	font-family: 'Goldman', cursive;
}


button.slide1_button:hover{
	background: none;
}

img.scroll0{
	position: absolute;
	left: 50%;
	margin-left: -40px;
	width: 60px;
	height: 60px;
	bottom: 10px;
	margin-top: 4vh;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0.7;
}




.boxes{
	display: block;
	width: 1120px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: center;
	margin-bottom: 80px;
	margin-top: 50px;
}

.box{
	background-color: #1c1c1c;
	display: block;
	width: 230px;
	height: 250px;
	margin: 15px;
	float: left;
	border-radius: 3px;
	transition: transform 1s;
	padding: 10px;
}

.box:hover{
	transform: scale(1.1);
}


.inner_box{
	padding-top: 20px;
	display: block;
}

.slide2{
	width: 100%;
	height: 700px;
	display: block;
	background-color: black;
	text-align: center;
	color: white;
	
}

.inner_slide2{
	width: 1000px;
	height: auto;
	display: block;
}

.inner_slide2_text{
	display: block;
	float: left;
	width: 35%;
	height: 400px;
	text-align: left;
	margin-top: 80px;

}

.inner_slide2_text h1, i, span, h3, h2{
	text-shadow: none !important;
} 

.inner_slide2_text h1{
	color: #94bd00;

}

.inner_slide2_text i{
	font-size: 12px;
}

.inner_slide2_photo{
	display: block;
	float: left;
	width: 65%;
	height: 400px;
	margin-top: 100px;
}

.inner_slide2_photo img{
	object-fit: cover;
	width: 300px;
	height: 230px;
	float: left;
	margin: 10px;
	margin-left: 10px;
}




.circles{
	width: 85%;
	height: 200px;
	display: block;
	text-align: center;
	margin-top: 50px;
}

.png{
	height: 80px;
	width: 80px;
	display: block;
	border-radius: 100px;
	border: 1px solid #c8ff00;
	padding: 30px;
	margin-bottom: 10px;
}
.inner_circles img{
	height: 70px;
	
}

.inner_circles h3{
	font-weight: 400;
}

.inner_circles span{
	float: left;
	display: block;
	height: 250px;
	width: 333px;
}

.slide4{
	background: url(background/slide2.jpg) no-repeat center fixed;
	width: 100%;
	height: 300px;
	background-size: cover;
	display: block;
}

.inner_slide4{
	width: 1000px;
	height: 300px;
	display: block;
	padding-top: 80px;
}

.inner_slide4 h1{
	color: #c8ff00;
}

button.slide4_button{
	background-color: transparent;
	color: white;
	width: 200px;
	height: 50px;
	border: 1px solid white;
	font-size: 20px;
	margin-top: 50px;
	letter-spacing: 1px;
	float: right;
	font-family: 'Goldman', cursive;
}


button.slide4_button:hover{
	background: none;

}

.slide5{
	background-color: black;
	width: 100%;
	height: 500px;
	background-size: cover;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.inner_slide5{
	width: 1100px;
	height: auto;
	text-align: center;
	padding-top: 90px;
	display: block;
}

.form{
	display: block;
	width: 450px;
	height: 480px;
	float: left;
	text-align: left;
	margin-top: 30px;
	padding: 40px 0 0 35px;
	background-color: white;
	text-shadow: none !important;
	color: black;
	border-radius: 20px;
	box-shadow: 1px 1px 20px black;
}

.form h2{
	margin-bottom: 30px;
	color: black;
	letter-spacing: 1px;
	text-shadow: none !important;
}

label{
	text-shadow: none !important;

}

input{
	width: 400px;
	height: 40px;
	background-color: transparent;
	border-radius: 1px;
	box-shadow: none;
	border: 1px solid #749401;
	color: black;
	padding-left: 4px;
	font-family: arial !important;
	text-shadow: none !important;
}

textarea{
	width: 393px;
	height: 100px;
	background-color: transparent;
	border-radius: 2px;
	box-shadow: none;
	border: 1px solid  #749401;
	color: black;
	font-family: arial !important;
	padding: 8px 5px 5px 5px;
	text-shadow: none !important;
}


input.button{
	width: 415px;
	height: 50px;
	color: white;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 20px;
	border: 1px solid #749401;
	margin-bottom: 30px;
	display: block;
	transition: transform 1s, background-color 1s;
	font-family: arial !important;
	text-shadow: none !important;
	background-color: #749401;
	float: left;
}

input.button:hover{
	transform:  scale(1.1);
	background-color: #5c7501;
}

.dane{
	display: block;
	width: 450px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 10px;
	padding: 40px 0 0 120px;
	
}

.inner_dane img{
	width: auto;
	height: 25px;
	margin-bottom: -5px;
}

.inner_dane p{
	padding-left: 5px;
}

.inner_dane ol{
	margin-left: 30px;
}

.footer{
	background-color: #749401;
	width: 100%;
	height: 280px;
	background-size: cover;
	display: block;
	text-align: center;
	margin-top: -50px;
}

.inner_footer{
	width: 1000px;
	height: auto;
	text-align: center;
	padding-top: 90px;
	display: block;
}

iframe{
	display: block;
	width: auto;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: -30px;
	width: 420px;
	height: 150px;
	border-radius: 2px;
}




html, body {
    scroll-behavior: smooth;
}

a:link 
{
	color: white;
}

a:visited 
{
	color: white;
}

a {
	text-decoration: none;
	background: linear-gradient(currentColor, currentColor) bottom / 0 .1em no-repeat;
	transition: 1s background-size;
}

a:hover {
	background-size: 100% .1em;
}