body {
	font-size: 18px;
}

.dmy {
	visibility:hidden;
}

.myblock {
	font-size: 1em;
	color: #444;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
		
	background-color: #EEE; 
}

.blockimage {
	float: left; 
	margin-right: 10px;"
	display: inline-box;
	vertical-align: top;
}



input, #kommentar, #submitknapp {
	margin-top: 5px;
}

#submitknapp {
	min-width:200px;
}

.footerheadertext {
	margin-top: 30px;
}

@media only screen and (max-width: 600px) {

.navbar-brand img {
	max-height: 10px;
}

.jumbotron {
    margin-bottom: 0px;
    background-image: url(images/slide11.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    color: white;
    text-shadow: black 0.2em 0.2em 0.2em;
	 height: 40vh;
	 min-height: 180px;
	  
}

.jumbo-tekst .display-4 {
	display:none;
	font-size: 100%;
}



.jumbo-tekst .blockquote {
	margin-left: 55%;
	margin-top: 20px;
	font-weight: 600;
	font-size: 150%;
	text-shadow: 3px 3px 3px #000000;
}

}


@media only screen and (min-width: 600px) {

.jumbotron {
    margin-bottom: 0px;
    margin-top: 0px;
    background-image: url(images/slide11.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    color: white;
    text-shadow: black 0.2em 0.2em 0.2em;
	 height: 40vh;
	 min-height: 320px;
	 
}

.jumbo-tekst {
	margin-left: 55%;
	text-shadow: 2px 2px 6px #000000;
	margin-top: -30px;
}

.jumbo-tekst .display-4 {
	font-weight: 500;
	text-shadow: 2px 2px 6px #000000;
}

.jumbo-tekst .blockquote {
	font-weight: 600;
	font-size: 160%;
	text-shadow: 2px 2px 6px #000000;
}

}


@media only screen and (min-width: 768px) {


.jumbotron {
    margin-bottom: 0px;
    background-image: url(images/slide12.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    color: white;
    text-shadow: black 0.2em 0.2em 0.2em;
	 height: 70vh;
	 min-height: 500px;
	 
}

.jumbo-tekst {
	display: block;		
	font-size: 130%;	
	margin-left: 50%;
	text-shadow: 2px 2px 6px #000000;
}

.jumbo-tekst .display-4 {
	font-size: 400%;
	font-weight: 500;
	text-shadow: 2px 2px 6px #000000;
}

}

@media only screen and (min-width: 1200px) {


.jumbotron {
    margin-bottom: 0px;
    background-image: url(images/slide12.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    color: white;
    text-shadow: black 0.2em 0.2em 0.2em;
	 height: 70vh;
	 min-height: 500px;
	 
}

.jumbo-tekst {
	display: block;		
	font-size: 130%;	
	margin-left: 50%;
	text-shadow: 2px 2px 6px #000000;
}

.jumbo-tekst .display-4 {
	font-size: 400%;
	font-weight: 500;
	text-shadow: 2px 2px 6px #000000;
}

}