@import url(https://fonts.googleapis.com/css?family=Roboto:400,900&subset=latin,greek);

html,
body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
}

body {
	height: auto;
	min-height: 100%;
	position: relative;
	background: #f4f4f4 url(../img/main-bg.jpg) no-repeat top;
	background-size: cover;
	background-attachment: fixed;
	color: #474747;
}

footer {
	position: absolute;
	width: 100%;
	height: 230px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

#city {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: transparent url(../img/city.png) no-repeat top;
	background-size: cover;
}

#fourty-logo {
	position: absolute;
	top: auto;
	bottom: 10%;
	right: 5%;
	left: auto;
	/*width: 340px;
	height: 260px;*/
	margin: 0;
	padding: 0;
	/*background: transparent url(../img/4ty-logo.png) no-repeat center;
	background-size: contain;
	z-index: -1;*/
}

.magnifying-glass {
	padding: 0 50px;
	opacity: 0.7;
}

#main-msg h1 {
	text-align: center;
	font-weight: 900;
	font-size: 3em;
}

hr { border-color: #474747; }

.messages:last-of-type {
	margin-bottom: 250px;
}

.normal-text {
	font-weight: 900;
	font-size: 1.2em;
}
.normal-text a {
	color: #c10000;
}
/* .text-right {
	text-align: right; 
} */
.normal-text > .left-text {
	width: 50%;
	float: left;
	text-align: left;
}
.normal-text > .right-text {
	width: 50%;
	float: right;
	text-align: right;
}
.phone {
	color: #c10000;
}
.phone:hover {
	text-decoration: underline;
}


@media (max-width:991px) {
	.normal-text {
		margin-bottom: 20px;
		text-align: center !important;
	}
}
@media (max-width:720px) {
	.normal-text {
		margin-bottom: 3em;
	}
	.normal-text > .left-text {
		width: 100%;
		float: none;
		text-align: center;
	}
	.normal-text > .right-text {
		width: 100%;
		float: none;
		text-align: center;
	}
	.messages:last-of-type {
		margin-bottom: 250px;
	}
}
@media (max-width:550px) {
	#fourty-logo img {
		width: 100%;
		height: auto;
	}
}
