body {
	background: url(ruumiloojad-bg.jpg) no-repeat bottom left fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	min-height: 100%;
}
* {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #fff;
}
h1 {
	font-size: 20px;
}
.col-sm-4 {
	float: left;
	width: 33.3333%;
}
.col-sm-8 {
	float: left;
	width: 66.6666%;
}
.header {
	padding-top: 42px;
}
.content {
	padding: 42px 42px 20px;
}
.contacts {
	padding: 20px 42px;
	position: relative;
}
.contacts h1:before {
	background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 200px;
}
.fa {
	margin-right: 5px;
}
.pic {
	margin: 80px;
}
.pic img {
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    border: 5px solid #fff;
    max-width: 800px;
    transform: rotate(3deg);
    width: 100%;
}

@media (max-width: 767px) {
	.header {
		width: 100%;
	}
	.header img {
		width: 100%;
	}
	.col-sm-4,
	.col-sm-8 {
		float: none;
		width: 100%;
	}
	.pic {
		margin: 40px;
	}
}