﻿.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

body {
	font-family:Gudea;
	font-size:16px;
	color:#e2e2e2;
	background-image: url("http://unniwilhelmsen.com/lyrics/test/UnniGissFingers-opacity.png")!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;
	background-position:fixed!important;
	background-attachment:fixed!important;
	background-color: #000!important;
	text-align:justify;

}
a {
	color:#84aff4;
	text-decoration:none;
	outline:0;
}
a:hover {
	color:#e2e2e2;
}
p {
	text-align:justify;
	font-family:Gudea;
	font-size:16px;
}
img {
	float:center;
	margin-left:auto;
	margin-right:auto;
	
}
h1 {
	text-align:center;
	font-family:Jura;
	font-size:26px;
	color:#84aff4;
	letter-spacing:1px;
}
h2 {
	text-align:center;
	font-family:Jura;
	font-size:18px;
}
figure {
	float:right;
	font-style:italic;
	font-size:80%;
	color:#888;
	width:410px;
}
.innhold {
	width:800px;
	margin:0 auto;
	max-width:98%!important;
}
.innhold img {
	width:400px;
}
.recommended {
	width:100%;
	height:auto;
	max-width:99%!important;
	background-color:transparent;
	color:#e0e0e0;
	font-family:Gudea;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
}
.recommended img {
	float:left;
	padding: 16px;
}
.recommended a {
	color:#84aff4;
	text-decoration:none;
}
.recommended img {
	display:block;
	max-width:200px;
	max-height:150px;
	width:auto;
	height:auto;
	overflow:hidden;
}
#rec-left {
	float:left!important;
	width:30%;
}
#rec-right {
	float:right!important;
	width:30%;
	padding-right:10px;
}
#rec-center {
	margin:0 auto;
	width:30%;
}
.bunntekst {
	color:#8C8984;
	font-family:Jura;
	font-size:14px;
	font-weight:normal;
	letter-spacing:2px;
	text-align:center;
	padding-top:2em;
	padding-bottom:2em;
}
.bunntekst a {
	color:#e0e0e0;
}
.bunntekst a:hover {
	color:#84aff4;
}
.bunntekst img {
	max-width:78px!important;
}
.social {
	text-align:center;
	margin:auto;
	padding:16px 0px 4px 0px;
}
.social img {
	outline:none;
	max-width:36px!important;
	opacity:0.8;
}
.social img:hover {
	opacity:1.0;
}	
.fb-video {
	display:inline!important;
	float:center;
	padding:10px;
	height:500px;
	width:auto;
	border-radius:4px;
	margin-bottom:10px;
}
.intro {
	text-align:center;
}
.navn2 h1{
	display:none;
}

/* START MENY IKON */
.katt-icon {
	max-width:60px;
	height:auto;	
	position: fixed;
	top: 16px;
	border: 0;
	right: 6px;
	cursor:pointer;
	opacity:0.9;
	z-index:99;
	outline:none;

}
.katt-icon:hover {
	opacity:1.0;
}


@media (max-width:500px) {
	
	.katt-icon {
		width:50px!important;
		height:50px!important;
	}
	/* END MENY IKON*/
}


/*Skjerm under 2000px */
@media screen and (max-width: 2000px) {
	
}

/*Skjerm under 515px */
@media only screen and (max-width : 515px) {
	body {
		max-width:100%;
		margin:0 auto;
		text-align:justify;
	}
	h1 {
	text-align:left;
	font-family:Jura;
	font-size:20px;
	color:#84aff4;
	letter-spacing:1px;
	}
	img {
		width:100%!important;
		margin:0 auto!important;
		padding:6px 0px 10px 0px!important;
	}
	.navn1 h1{
		display:none;
	}
	.navn2 h1 {
		display:initial;
		width:100%;
		margin:auto;
	}
	
	.katt-corner:hover .octo-arm {
		animation: none;
	}
	.katt-corner .octo-arm {
		animation: octocat-wave 560ms ease-in-out;
	}
	figure {
		float:center;
		width:100%!important;
		font-style:italic;
	}
	
	.recommended {
		width:100%;
		max-width:100%!important;
		padding:0px!important;
		font-size:80%!important;
	}
	.recommended img {
		display:block;
		max-width:100px!important;
		max-height:100px;
		width:auto;
		height:auto;
		overflow:hidden;
	}
	
	#rec-left {
		float:center!important;
		width:100%;
		padding:10px 0px;
		clear:all;
	}
	#rec-right {
		float:center!important;
		width:100%;
		padding:10px 0px;
		clear:all;
	}
	#rec-center {
		width:100%;
		padding:10px 0px;
	}
}

/*Telefon*/
@media only screen and (max-width : 400px) {
	body {
		font-size:90%;
		max-width:100%;
		margin-left:3px!important;
	}
	p {
		text-align:justify;
	}
	h1, h2 {
		font-size:18px;
		letter-spacing:0px;
	}
	figure {
		margin:0 auto!important;
		width:100%!important;
		font-style:italic;
		padding-bottom:12px!important;
		float:center!important;
	}
	.intro {
		text-align:left;
	}
	
	div {
		max-width:100%!important;
	}
	#cff .cff-author img {
		width:40px!important;
		height:40px!important;
	}
	
	.recommended {
		width:100%!important;
		max-width:100%!important;
		padding:0px!important;
		font-size:80%!important;
	}
	.recommended img {
		display:block;
		max-width:100px;
		max-height:100px;
		padding-right:8px!important;
		width:auto;
		height:auto;
		overflow:hidden;
	}
	.bunntekst {
		font-size:80%;
	}
	#rec-left {
		float:center!important;
		width:100%;
		padding:10px 0px;
		clear:all;
	}
	#rec-right {
		float:center!important;
		width:100%;
		padding:10px 0px;
		clear:all;
	}
	#rec-center {
		width:100%;
		padding:10px 0px;
	}
	
}
 /* meny */
.overlay {
    height: 100%;
	overflow:hidden;
    width: 0;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.overlay a {
    font-family:Jura, Verdana;
	letter-spacing:2px;
	padding: 8px;
    text-decoration: none;
    font-size: 24px;
	font-weight:normal;
    color: #e0e0e0;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
@media screen and (max-width: 390px) {
    .overlay a {
		font-size: 20px;
		top:10px;
	}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}