
body {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: #313131;
	background-color:#f2f2f2;
}
a {
    color: #313131;
}
h1{
display:none;
}
h2{
	text-align:center;
	font-size: 30px;
	color: #fff;
	text-shadow: 0px 0px 6px #101010;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 400;
	margin:50px 0 0px 0;

}

h3, .h3 {
    font-size: 24px;
    color: #000;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}
h4{
	    color: #000;
}
.bg-line{
		width:100%;
		object-fit: cover;
		max-height:30px;
}

.bg-samelis{
	background-image: url(../images/bg-door.jpg);
	    background-size: cover;
	    width: 100%;
	    position: absolute;
	    z-index: 1;
	    height: 550px;
	    background-position-y: 100%;
	}
.logo{
	position: absolute;
	    z-index: 9;
	    text-align: center;
	    top: 150px;
	    left: 0px;
	    right: 0px;
}
.logo-img{
	max-width:280px;
}

img{
display: inline-block;
    vertical-align: middle;
}
ul li {
    margin: 0 0 5px 0;
    list-style: none;
}
.style2{
	color:#313131;
	font-size:22px;
	margin-right:10px;
}
footer {
	position: absolute;
	    z-index: 9;
	    text-align: center;
	    top: 400px;
	    left: 0px;
	    right: 0px;
    background: #fff;
	padding:1.5em 0em 1em 0em;
	text-align:center;
}

footer p {

}

.copywrite, .copywrite a {
	margin-top:3em;
		font-size:13px;
		color:grey;
}
.copywrite a:hover{
	color:blue;
}