html,body {
	min-height: 100%;
	font-size: 16px;
}
body {
	background-image: url(../images/grass-leaves.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.main-screen {
	width: 100%;
	min-height: 100%;
	text-align: center;
}
.img-responsive {
	width: 100%;
	max-width: 200px;
	margin-bottom: 40px;
}
h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
}
p.lead {
	margin-bottom: 40px;
}

ul.contact-list {
	display: block;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}

ul.contact-list a {
	color: #000;
	font-weight: 700;
	font-size: 20px;
}

.website-link {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 10px;
	flex-direction: column;
	text-decoration: none;
	transition: all .3s ease;
}
.website-link img {
	transition: all .3s ease;
}
.website-link:hover {
	text-decoration: none;
	box-shadow: 0px 0px 30px #efefef;
}
.website-link:hover img {
	transform: translate(0,-30%);
}
.website-link h4 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
.website-link img {
	margin-bottom: 15px;
	height: 40px;
}
.website-link.stiga {
	background-color: #323E48;
	color: #fff;
}
.website-link.stiga h4 {
	color: #fff;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 22px;
	}
	p.lead {
		font-size: 16px;
	}
	.img-responsive {
		max-width: 150px;
	}
}