/* colors */

a {
	color: #414141;
}

a:hover {
	color: #00b2ec;
}

.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: 'Barlow', sans-serif;	

- */


body {
font-family: 'Barlow', sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 140%;
}

h1 {
font-size: 48px;
font-weight: 300;
line-height: 100%;
}

h2 {
font-size: 36px;
font-weight: 400;
line-height: 120%;
margin-bottom: 10px;
}

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;
}

strong {
	font-weight: 900;
}

.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;
}
