/* colors */

a {
	color: #414141;
}

a:hover {
	color: #1976d2;
}

.sendbutton {
	background: #00b2ec;
	border:1px solid #00b2ec;
	color: #fff!important;
}

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

/* COLORS */

.page-block p {

}

h1, h2, h3, h4 {

}




/* -

SET DEFAULT FONT FACE

Montsterrat

font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Titillium Web', sans-serif;	

- */


body {
font-family: 'Playfair Display';
font-size: 16px;
font-weight: 400;
line-height: 140%;

}

h1 {

font-weight: 700;
line-height: 100%;

}

.whitetexts {
color: #fff;
}

h2 {
font-size: 48px;
font-weight: 400;
line-height: 120%;
margin-bottom: 30px;
}
@media (max-width: 1399px) {
	h2 {
		font-size: 24px!important;
	}
}

h3 {
font-size: 24px;
font-weight: 500;
line-height: 120%;
margin-bottom: 10px;
}

h4 {
font-size: 20px;
font-weight: 900;
line-height: 120%;
margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
}

@media (max-width: 1023px) {
	p {
		font-size: 10px;
	}
}

@media (max-width: 1199px) {
	p {
		font-size: 15px;
	}
	
	.page-block ul li, .page-block ol li {
	font-size: 15px;
}
	
}


strong {
	font-weight: 600;
}

.text-center {
	text-align: center;
}


footer {
	font-size: 16px;
	color: #777;
}

.author {
font-size: 13px;
}









.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 {

}


textarea, input {
	font-weight: 400;	
}

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

@media (max-width: 768px) {
	h1 {
		font-size: 35px;
	}
	
	h3 {
		font-size: 18px;
	}
}
