@charset "utf-8";

/* Overall elements */
.clear {
	clear: both;
}
body {
	background-attachment: fixed;
	background-image: url(../img/bckg_body.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Source Sans Pro', sans-serif;	
	color: #fff;
	font-size: 15px;
}
#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}

/* Entry page */
.linklist {
	height: 180px;
	position:relative;
	font-size: 18px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);	
}
.one_third {
	width: 33%;
	float:left;	
}
.linklist a {
	color: #fff;
	text-decoration: none;
}
.linklist a:hover {
	color: #fff;
	text-decoration: underline;
}
.linklist ul {
	list-style-type: none;
	position: absolute;
	bottom: 0px;
}
.left {
	text-align: right;
}
.center {
	text-align:center;
}
.right {
	text-align: left;
}
#innerwrapper {
	background-color: rgba(255,255,255,0.85);
	padding: 40px;
	clear: both;
	margin-top: 20px;
}
.service {
	width: 262px;
	height: 260px;
	float: left;
	margin-left: 48px;
	text-align: center;
}
.service:first-child {
	margin-left: 0px;
}
.service a {
	color: #fff;
	text-decoration: none;	
	font-size: 18px;	
}
.service h2 {
	padding-top: 190px;
	font-weight: normal;
}
.maintenance {
	background-image: url(../img/metla.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}
.realestate {
	background-image: url(../img/hisa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.managing {
	background-image: url(../img/kljuc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);		
}