/* colors */

a {
	color: #414141;
}

a:hover {
	color: #e19f70;
	text-decoration: none;
}

.sendbutton {
	background: #444;
	border:1px solid #444;
	color: #fff!important;
	display: inline-block;
	width: 150px!important;
	float: right;
}

.sendbutton:hover {
	background: #888;
	color: #fff!important;	
}

.contact_form {
	margin-bottom: 100px;
}

/* COLORS */

.page-block p {
font-size: 16px;
font-weight: 100;
}

h1, h2, h3, h4 {

}

.paralaxroom {
	background: url(../img/paralax.jpg) bottom center no-repeat;
	scroll-behavior: smooth;
	background-attachment: fixed;
}

.onparalax {
	background: rgb(0,0,0,0.8);
	display: inline-block;
	width: 50%;
	color: #fff;
	padding: 60px 10% 60px 15%;
 /* clip-path: polygon(5% 5%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);*/
}

.imprezyright {
	background: #262626;
	float: right;
	width: 50%;
	color: #fff;
	padding: 40px 15% 40px 5%;
}

@media (max-width: 991px) {
.onparalax {
	background: rgb(0,0,0,0.8);
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 60px 5% 60px 5%;
}

.imprezyright {
	background: rgb(0,0,0,0.8);
	float: right;
	width: 100%;
	color: #fff;
	padding: 60px 5% 60px 15%;
}


	
}

@media only screen and (min-width: 992px) AND (max-width: 1199px) {
.onparalax {
	background: rgb(0,0,0,0.8);
	display: inline-block;
	width: 65%;
	color: #fff;
	padding: 40px 5% 40px 5%;
}	
.imprezyright {
	background: rgb(0,0,0,0.8);
	float: right;
	width: 100%;
	color: #fff;
	padding: 50px 5% 50px 15%;
}
.imprezy {
	background: #262626 url(../img/info.jpg) bottom left no-repeat;
	float: left;
	width: 100%;
	background-size: 100%!important;
}
}

.onparalax h3 {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}

.imprezy {
	background: #262626 url(../img/info.jpg) bottom left no-repeat;
	float: left;
	width: 100%;
}


/* --- */


body {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 180%;
}

h1 {
	font-family: 'Montserrat', sans-serif;		
	font-size: 38px;
	font-weight: 900;
	margin: 0px 0 40px 0;
		line-height: 100%;
}

h2 {
	font-family: 'Montserrat', sans-serif;	
	font-size: 28px;
	font-weight: 800;
	margin: 0px 0 30px 0;
	letter-spacing: -1px;

}

h3 {
	font-family: 'Montserrat', sans-serif;	
	font-size: 30px;
	font-weight: 100;
	margin: 0px 0 30px 0;
	letter-spacing: -1px;
	color: #464646;
}

h4 {
	font-family: 'Montserrat', sans-serif;	
	font-size: 18px;
	font-weight: 800;
	margin: 0px 0 20px 0;
	border-left: 10px solid #333;
	letter-spacing: -1px;
	color: #333;
	padding-left: 8px;
}


.page-block {
	font-size: 14px;
	font-weight: 400;

	text-align: justify;
}

.page-block p {
margin-bottom: 20px;
}

strong {
	font-weight: 800;
}


.page-block ul li, .page-block ol li {
	margin-left: 15px;
}

.page-block ul, .page-block ol {
	margin-bottom: 20px;
}

.picture-gallery {
	font-size: 15px;
	font-weight: 400;
}

.gallery-name {
	font-size: 18px;
}

.text-content p {
	margin-bottom: 15px;
}


textarea, input {
	font-weight: 400;	
}

.contact-form-block input,
.contact-form-block textarea {
	font-size: 16px;
}
