html,
body {
/*css for full size background image*/
  background: url(../images/BG-Dutcheminternational.png) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  height: 100%;
  background-color: #fff;
  color: #1d1d1b;
  text-align: center;
}
div.center{
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
}
.center .content .tekst {
}


@media (max-width: 480px) {
}
@media (max-width: 768px) {
    body {
    font-size: 70%;
    text-align: center;
	}
	div.center{
  		height:100vh;
  		display:flex;
  		align-items:center;
  		justify-content:center;
	}
	.content{
		margin-top: 0px;
		margin-left: 0%  !important;
		width: 100%;
	}
	
} 
.content{
	width: auto;
	height: auto;
	margin-top: -100px;
  	background-color: #fff;
	opacity: 0.95;
}
.logo {
}
a {
	color:#1d1d1b;
}
.tekst {
	color:#1d1d1b;
    font-size: 2em;
	text-align: center;
	padding-bottom: 50px;
	line-height: 1;
	font-family: "futura-pt";
}

.tekst small {
	font-size: 0.6em;
}
