@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:700');

body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

html, body {
    height: 100%;
    margin: 0;
}
.bgblack {
	background: #000000;
}
.bggrey {
	background: #373737;
}
.djcontainer {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #FFFFFF;
    display: block;
	/*border:1px solid red;*/
}
.fill { 
    min-height: 100%;
    height: 100%;
}
.djhuvudmeny {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 15%;
}
.djlogo {
	max-height: 550px;
	float: left;
}
.djmenuitems {
	font-size: 26px;
	padding-top: 21.5%;
}

.pad1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pad2 {
	padding: 10px;
}
.bg-black {
	background: #000000;
}

.orange {
	color: #FF6F00;
	padding: 5px 1px;
}.orange:hover {
	color: #000000;
	text-decoration: none;
	background-color: lightgrey;
}
.blue {
	color:#0063FF;
	padding: 5px 4px 5px 3px;
}.blue:hover {
	color: #000000;
	text-decoration: none;
	background-color: lightgrey;
}
.yellow {
	color:#FFD300;
	padding: 5px 1px;
}.yellow:hover {
	color: #000000;
	text-decoration: none;
	background-color: lightgrey;
}

.gfira {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	line-height: 150%;
}


.floatl {
	float:left;
}
.cb {
	clear: both;
}

/* bilder */

.djfastmeny {
	position: fixed;
	top: 0;
	left:0;
	height: 80px;
	/*background: #000000;*/
	background: linear-gradient(0deg, rgba(0,0,0, 0)0%, rgba(0,0,0, 0.80)25%);
	-moz-background: linear-gradient(0deg, rgba(0,0,0, 0)0%, rgba(0,0,0, 0.86)25%);
	-webkit-background: linear-gradient(0deg, rgba(0,0,0, 0)0%, rgba(0,0,0, 0.86)25%);
	-ms--background: linear-gradient(0deg, rgba(0,0,0, 0)0%, rgba(0,0,0, 0.86)25%);
	width: 100%;
	padding-top: 1%;
	/*border: 1px solid red;*/
	/*max-width: 600px;*/
	/*margin: 0 auto;*/
	/*text-align: center;*/
}
.djfastmenyblock {
	max-width: 600px; 
	margin: 0 auto;
}
.djfastmenymeny {
	margin-top: 1.8%;
	margin-left: 1.5%;
	font-size: 24px;
	color:#A7A7A7;
	max-width: 800px;
}

.djbildcontainer {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: block;
	margin-top: 100px;	/*border:1px solid red;*/
}
.fill { 
    min-height: 100%;
    height: 100%;
}

.djbildbox {
	padding: 10px;
	color: #B0B0B0;
	text-align: center;
}
.djthumb {
	max-height: 300px;
	margin:5px;
}
.djthumb:hover {
	cursor: pointer;
}
/* CV */

.djcvblock {
	max-width: 642px;
	font-size: 18px;
	color: orange;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0;
}
.djcvrubrik {
	font-weight: bold;
	margin-bottom: -1px;
	padding-top: 10px;
	padding-left: 20px;
}
.djcvsidfot {
	max-width: 642px;
	margin: 0 auto;
	text-align: left;
	color: #626262;
	font-size: 16px;
}
.djcvsidfot a {
	color: #626262;
}
.djcvsidfot-hr {
background-color: #2C2C2C; height: 2px; border: none; width: 100%;
}

#menu-background {
	position: absolute; 
	top:0; 
	left:0; 
	z-index: 100;
}
#menu {
	position: absolute; 
	top:0; 
	left:0; 
	z-index: 200;
	padding-top: 28%; 
	font-size: 36px;
	width: 100%;
		text-align: center;
}

@media (min-width:1200px) {
	.djhuvudmeny {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 200px;
}
}
@media (max-width:1170px) {
	.djhuvudmeny {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
		padding-top: 5%;
}
	.djlogo {
	max-height: 550px;
	float: none;
	max-width: 80%;
}
	.djmenuitems {
	font-size: 26px;
	padding-top: 5%;
}
}
@media (max-width:767px) {
	#menu-background {
		display: none;
	}
	#menu {
		position: relative;
		padding-top: 5%;
		padding-bottom: 10%;
		text-align: center;
	}
	.djfastmeny {
		/*max-width: 480px;*/
	}
	.djfastmenyblock {
	width: 450px; 
	margin: 0 auto;
}
	.djfastmenymeny {
		max-width: 450px;
		margin-top: 15px;
		font-size: 18px;
}
}
@media (max-width:667px) {
	.djfastmeny {
		/*max-width: 500px;*/
		/*border: 1px solid red;*/
	}
	.djlogo {
	max-height: 200px;
	float: none;
	max-width: 80%;
		
}
}
@media (min-width:500px) {
	.djbr 
    { 
       display: none;
    }
}

@media (max-width:500px) {
	.djfastmeny {
		/*max-width: 85%;*/
		
		/*border: 1px solid red;*/
		
	}
	.djfastmenyblock {
	width: 90%; 
	margin: 0 auto;
}
	.djfastmeny {
		max-width: 100%;
	}
	.djfastmenymeny {
		max-width: 72%;
		margin-top: 5px ;
		font-size: 18px;
		/*border: 1px solid yellow;*/
}
	.djthumb {
	max-height: 100%;
	margin:5px auto;
}
	.djthumb:hover {
		cursor: default;
		pointer-events: none;
}
}
@media (max-width:375px) {
	.djbr 
    { 
       display: none;
    }
}
