/*CLEAR FIX*/
.clearfix:before, .clearfix:after{
  content:"";
  display:table;
}

.clearfix:after{
  clear:both;
}

/*CHANGE ME*/
.nav{
	background-color: #4282A5;
}

.hero-background{
	height: 400px;
	width: 100%;
	position: absolute;
	z-index: -2;
	top: 80px;
	left: 0;
	overflow: hidden;
}

.background-image{
	background-image: url("/billeder/hero_image_small.jpeg");
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.background-overlay{
	height: 400px;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background-color: #244658;
	opacity: 0.6;
}

.hero{
	z-index: 1;
	width: 100%;
	height: 400px;
}

.hero-container{
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero h1{
	color: white;
	font-weight: 300;
}

.see-more{
	width: 100%;
	text-align: center;
	margin-top: -100px;
}

.see-more a{
	text-decoration: none;
	color: white;
	border-radius: 50px;
	border: 2px solid white;
	padding: 10px 20px;
}

.clock{
	height: 400px;
	background-color: #f2f2f2;
	background: -webkit-linear-gradient(white, #f2f2f2); /* For Safari 5.1 to 6.0 */

}

.clock img{
	height: 300px;
	width: 100%;
	top: 100px;
	margin: 0 auto;
	position: relative;
	float: right;
}

.klokken_container{
	margin: 32px;
}

#klokken {
	position: relative;
	width: 200px;
	height: 200px;
	background: url("/clock/clockface.svg");
	list-style: none;
	margin: 0 auto;
}
        
#sec, #min, #hour {
	position: absolute;
	width: 13.3333333333px;
	height: 200px;
	left: 93.3333333333px;
	list-style: none;
}
        
#sec {
	background: url("/clock/sec.svg");
	z-index: 3;
}
           
#min {
	background: url("/clock/min.svg");
	z-index: 2;
}
           
#hour {
	background: url("/clock/hour.svg");
	z-index: 1;
}

.clock h1{
	width: 100%;
	height: 100%;
	text-align: center;
	color: darkgray;
	font-weight: 300;
	font-size: 50px;
}

.clock h2{
	width: 100%;
	height: 100%;
	text-align: center;
	color: darkgray;
	font-weight: 300;
	font-size: 50px;
}

.info{
	width: 100%;
	height: 400px;
	background-image: url("/billeder/about_small.jpeg");
	background-position: 40% center;
	background-repeat: no-repeat;
	background-size: cover;
}

.info-container{
	margin:0 auto;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	width: 100%;
}

h3{
	font-size: 25px;
	font-weight: 300;
}

p{
	font-size: 17px;
	font-weight: 300;
	width: 65%;
	margin: 0 auto;
	line-height: 1.5;
	margin-top: 20px;
}

.white{
	color: white;
}

.splitter{
	width: 100%;
	height: 10px;
	background-color: white;
}

.info2{
	height: 400px;
	width: 100%;
	background-image: url("/billeder/goat_small.png");
	background-position: 40% 40%;
	background-size: 170%;
}

.info-container2{
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
}

/*FOOTER SECTION STYLES*/
.footer{
	background-color: #4282A5;
	height: 80px;
	width: 100%;
	color: #f0f0f0;
	font-weight: 300;
}

.footer .container{
	line-height: 80px;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#desktop{
	float:left;
	font-size: 0px;
}

#mobile{
	float:left;
}

.footer span{
	font-weight: bold;
}

.footer a{
	float: right;
	padding-left: 20px;
	text-decoration: none;
	color: #f0f0f0;
}

