@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
body { 
  background: #000;
  color: #000;
font-family: 'Roboto Slab', serif;
}
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

.video-container video {
  min-width: 100%; 
  min-height: 100%; 
  
  width: auto;
  height: auto;
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
  
.over {
  background: rgba(250,250,250,0.7);
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  width: 95%;
  max-width: 45em;
  margin: auto auto 1em;
  box-sizing: border-box;
  padding: 2em;
  line-height: 1.5;
  text-align: center;
  border-radius: 10px;
  color: #000;
  :last-child { margin-bottom: 0; }

  h1 {
    font-size: 14pt;
    font-weight: normal;
    text-shadow: 0 0 .3em #000;
    margin: 0 0 1em;
  }
  a {
    color: #fff;
  }
  img {
	  width: 100%;
  }
}
	
	div.contact {
		text-align: center;
		margin: auto;
	}
	#launch-modal {
		background-color: #21b468;
	}
.tekst {
	font-size: 12pt;
}
@media screen and (max-width: 768px) {
.tekst {
     font-size: 9pt;
  }
}