@charset "UTF-8";
@import url("0main.css");
@import @import url(http://fonts.googleapis.com/css?family=Numans);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:100&display=swap);

/*OVERALLS*/
* {margin:0; padding:0; border:0;}
a {
	color:#000000;
	text-decoration: none;
	font-family: 'Numans', sans-serif;
    font-size: 11px;
	font-style:normal;
	font-weight:500;
	opacity:0.5;
}
a:hover {
	color:#000000;		
	opacity:1.0;
}
p {
	font-family:'Times', serif;
	color:#000000;
	font-size:12px;
    letter-spacing: 1px;
    font-weight:100 ;
    justify-content:space-between;
    margin-bottom: 15px;
    opacity: 0.8;
}
/*art/science Absolut Baeredygtighed title stor*/
h8 {
    font-family: 'Times', serif;
	color:#000000;
	height: 10px;
    font-size:40px;
	font-weight:100;
    letter-spacing: 10px;
	margin-top: -1px;
	opacity: 0.8;
}
/*CV TEXT h7*/
h7 {
    font-family: 'Times', serif;
	color:#000000;
	height: 10px;
    font-size:10px;
	font-weight:100;
    letter-spacing: 1px;
	margin-top: -1px;
	opacity: 0.8;
}
/*PICTURE TEXT h6*/
h6 {
	float: right;
    font-family: 'Times', serif;
	color:#000000;
	height: 9px;
    font-size:9px;
	font-weight:100;
    letter-spacing: 1px;
	margin-top: -2px;
	opacity: 0.8;
}
/*text for the about page*/
h5 {
	font-family:'Times', sans-serif;
	color:#000000;
	font-size:14px;
    letter-spacing: 2px;
    font-weight:normal;
    justify-content:space-between;
    margin-bottom: 15px;
    opacity: 0.6;
}
/*titles for work on individual pages h3*/
h4 {
	font-family: 'Times', serif;
	color:#000000;
	height: 16px;
    font-size:16px;
	font-weight:100;
    letter-spacing: 2px;
	margin-top: 5px;
    margin-bottom: 5px;
	opacity: 1;
}
/*titles for work matrix h3*/
h3 {
	font-family: 'Times', serif;
	color:#000000;
	height: 12px;
    font-size:12px;
	font-weight:100;
    letter-spacing: 2px;
	margin-bottom: 0px;
	opacity: 0.8;
}
h3:hover {
	color:#000000;
	opacity: 1;
}
/*for menu h2*/
h2 {
	color:#000000;
	font-family: 'Numans', sans-serif;
	font-style:normal;
	font-size:14px;
	font-weight:lighter;
	margin-bottom: 5px;
	opacity: 0.8;
}
/* Christine hvidt name h1*/
h1 {
	color:#000000;
	font-family: 'Josefin Sans', sans-serif;
	font-style:normal; 
	font-size:25px;
	font-weight: lighter;
    letter-spacing: 3px;
	margin-bottom: 5px;
	opacity: 0.5;
}
h1:hover {
	color:#000000;
	opacity: 1;
}
front {
	color:#000000;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
	font-style:normal;
	font-weight:500;
	opacity:0.5;
}

html,body {width:100%; height:100%;}
body {background:#ffffff;}
.bg {z-index:-1; 
	width:auto; 
	height:auto;
	position: fixed;
	width:100%;
	height:100%;
}
#wrapper {
	position:absolute;
	margin-top:0px;
	width: 850px;
	height:auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
}
#header { 
	height:20px;
	width:auto;
	text-indent:0px;
	float:left;
}
#menu {
	float:right;
	color:#000000;
	width:auto;
	height: 15px;
    margin-top:-5px;
	padding-left: 520px;
}
#menu ul {
	float:left;
}
#menu ul li {
	font-family: 'Numans', sans-serif;
    float:left;
	margin-left:35px;
	margin-top:0px;
	text-decoration: none;
	list-style:none;
}
#menu ul li:hover {
	font-family: 'Numans', sans-serif;
    float:left;
	margin-left:35px;
	margin-top:0px;
	text-decoration: none;
	list-style:none;
	opacity:1;
}
.active {
	opacity:1;
}
#sep {
	float:left;
	height: 1px;
	width: 100%;
	background:#000000;
	margin-top: 3px;
    margin-bottom: 20px;
	opacity:0.3;
}
#sepwork {
	float:left;
	height: 1px;
	width: 100%;
	background:#000000;
	margin-top: 13px;
    margin-bottom: 6px;
	opacity:0.1;
}
#sepcase {
	float:left;
	height: 1px;
	width: 100%;
	background:#000000;
	margin-top: 2px;
    margin-bottom: 20px;
	opacity:.3;
}
#sepbuttom {
	float:left;
	height: 1px;
	width: 850px;
	background:#000000;
	margin-top: 20px;
    margin-bottom: 0px;
	opacity:0.3;
}
.textcase {
	float:left;
	width:158px;
	height:120px;
	margin-top:15px;
	margin-right:8px;
	margin-left:8px;
}
.textcasefront {
	float:left;
	width:100%;
	height:500;
	margin-top:0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.textcasebig {
	width:420px;
	height:337px;
	margin-right:1px;
	margin-left:1px;
}
.showcasebig {
	width:100%;
	height:300px;
	margin-bottom:2px;
	background-color:#fff;
	opacity:1;
    filter:saturate(100%);
}	
.showcasebig:hover {
	width:100%;
	height:300px;
	margin-bottom:2px;
	background-color:#fff;
	opacity:1;
    filter:saturate(100%);
}
#middle {
	margin-top:10px;
	float:left;
	width:850px;
	height:auto;
}
#middlepic {
	margin-top:10px;
	float:left;
	width:850px;
	height:auto;
    opacity:0.5;
}
#middlenarrow {
	margin-top:10px;
	float:none;
	width:500px;
	height:auto;
    text-align:justify;
}
#cvcolumnleft {
	margin-top:10px;
	float:left;
	width:85px;
	height:auto;
    text-align:justify;
}
#cvcolumnright {
	margin-top:10px;
	float:right;
	width:415px;
	height:auto;
    text-align:justify;
}
#bottom {
	margin-top:5px;
    margin-bottom:25px;
    margin-right:0px;
	float:left;
	width:850px;
	height:auto;
}
#bottom elm {
    	font-family: 'Numans', sans-serif;
    float:left;
	margin-right:20px;
	margin-top:0px;
	text-decoration: none;
	list-style:none;

}
#left {
	float:left;
	width:422px;
	min-height:200px;
	text-align: left;
    margin-bottom: 0px;
}
#right {
	float:right;
	width:422px;
	min-height:200px;
    text-align: left;
    margin-bottom: 0px;
}
#currentimg {
	width:auto;
	height:auto;
	opacity:0.6;
}
#artwork {
	margin-top:30px;
	float:left;
	width:850px;
	min-height:100px;
}
.headline {
	margin-top:20px;
	float:left;
	width:350px;
	height:auto;
	padding-left:8px;
}
.about {
	z-index:2;
	display:block; 
	position:fixed; 
	bottom:0; 
	left:0;
	background-repeat:no-repeat;
	background-position: 30px -90px;
	width:850px;
	height:400px;
}
.abouttext {
	margin-top: 50px;
	float:left;
	width:350px;
	padding-left:350px;
}
.abouttext h2{
	font-size:18px;
}
