@charset "UTF-8";
/* CSS Document */
/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */







html {
    background-color: #000;
}




/* Generel styling af tekster  */

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: "Verdana", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
h1 {
    font-size: 26px;
	line-height: 1.1em;
	font-weight: 600;
    margin-top: 0px;
	margin-left: 0px;
    color: #666666;
}
h2 {
    font-size: 12px;
	line-height: 1.1em;
	font-weight: 300;
    margin-top: 0px;
	margin-left: 0px;
    color: #666666;
    text-decoration:none; 
}
h3 {
    line-height: 1em;
    margin-bottom: .4em;
    color: #666666;
}
h4 {
    font-size: 18px;
	line-height: 1.1em;
	font-weight: 600;
    margin-top: 0px;
	margin-left: 0px;
    color: #666666;
}
h5 {
    font-size: 10px;
    line-height: 20px;
    background-color: #999999;
    color: white;
    padding-left: 200px;
}
/* Generel styling af tekster - SLUT - */


/*  Styling af billeder  */

img.fixpix {
    margin-top: 100px;
}


    

	div.box {
		background: #ffffff;
		color: #39454b;
		padding: 6em;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.style2 {
			padding: 3.5em 2.5em 3.5em 2.5em;
		}

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

			.box {
				padding: 1em;
			}

				.box.style2 {
					padding: 1.5em 1.25em 1.5em 1.25em;
					background-color: rgba(255, 255, 255, 0.9);
				}

		}
    
}