#home {
    min-height: 900px;
    margin-bottom: 40px;
    position: relative;
    background: url("../images/header.jpg") no-repeat scroll center top / cover;
}
#home::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
	background: linear-gradient(#87ceeb 30%, white 100%);
    opacity: .6;
}
.main_title {
	font-size: 44px;
	padding-top:70px;
}
body {
		font-family: "Times New Roman", Times, serif;
		font-size: 22px;
}
.tekst {
	opacity: .9
}