h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {font-weight:400; color: #000;}
h1, .h1 {font-size: 45px;}
h2, .h2 {font-size: 32px;}
h3, .h3 {font-size: 28px;}
h4, .h4 {font-size: 18px;}	
h5, .h5 {font-size: 16px;}

a { color:#353535; text-decoration:none;}
a:focus {outline:none;}
a:hover, a:focus {color:#ca3438}
a:active, a:hover {outline:0; text-decoration:none;}
header .logo img{
	max-width:150px;
}
footer {
	background: #fff;
	padding: 1.1rem 0;
}

@media(max-width:767px){
	header .logo img{
		max-width:100px;
	}
}
.error{ color:red;
	font-size:12px;
 }
.lightgallery figure{
	overflow: hidden;
	border: solid 1px #DDD;
	padding: 0.4rem;
	margin-bottom: 0px;	
}
.lightgallery figure img{
		-webkit-transition: all 2s ease;
		-moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		-o-transition: all 2s ease;
		transition: all 2s ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
.lightgallery figure img:hover
	{                
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-ms-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1)
	}
	
.footertext{
	font-size:18px;
	letter-spacing:2px;
}