/*
Theme Name: Miridon
Author: Newtime
Author URI: http://newtime.ee/
Description: Custom theme
Version: 1.1
*/

/* ANNIVERSARY LOGO AND MAIN PAGE TITLE */

.logo-container {
	float: left;
	position: relative;
	margin-top: -26px;
	width: 38%;
	height: 148px;
	padding-left: 20px;

}

.logo-secondary {
	margin-right: 4%;
	float: right;
	width: 148px;
	height: 148px;
	background: url('../miridon/images/Juubel-logo-small.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 83%;
}

.main-title {
	width: 62%;
	float: right;
}

.homeContent h1 {
	text-align: left !important;
	margin-bottom: 30px !important;
}

/* GRUNDFOS LOGO FIX */

footer img {
	margin-top: 50px;
	padding-left: 10px;
}

@media (max-width: 991px) {
	.homeContent h1 {
		font-size: 27px !important;
	}
}
@media (max-width: 587px) {
	.logo-container {
		margin-top: -5px;
	}
}
@media (max-width: 530px) {
	.logo-container {
		margin-top: 15px;
	}
}