body {
	height: 100%;
	/*background: rgba(60,93,124,1.00)*/
	
}	
	
.videoTop{
  position: fixed;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.Blokfron{
	display:block;
	background: rgba(250,250,250,1.00);
	width: 400px;
	margin: auto;
	padding-bottom: 60px;
	border-radius: 20px;
	
}
.b2{
	display:flex;
	text-align: center;
	width: 100%;
	max-width: 1024px;
	height: 100px;
	min-height: 100px;
	margin: 10px auto;
	scroll-margin-top: 100px; 
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.center {
	display: flex;
	justify-content:center;
	align-content: center;
	align-items:center;
	height: 600px;
	z-index: 10;
	
	
}

.homelogo{
	margin: auto;
	width: 200px;
	height: auto;
	padding: 60px 0px;
}

.Maincontainer{
	width: 100%;
	margin:auto;
	height: 200%;
	padding: 200px 10px;
	z-index: 20;
	
}

.subtitle{
	text-align: center;
	font-family: verdana;
	font-size: 20px;
	color: #3C5D7C;
}

.socialhome{
	width: 280px;
	margin: auto;
	padding: 10px;
	padding-left: 30px;	
}

	
@media only screen and (max-width: 640px) {
		
	/* For mobile phones: */
		
[class*="parent-div"] {
	width: 100%;
}
		
	.center {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 500px;
	}
		
	img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.Maincontainer{
	width: 100%;
	margin:auto;
	height: 800px;
	padding: 100px 10px;
}
	
}

