/*
colorsceme from inksamples:
rgba(118,86,48); - middle sepia
rgba(41,70,136); - abelone
rgba(65,38,09);	- dark sepia
*/

@font-face {
  font-family:"RobotoSlab";
  src: url("RobotoSlab-Regular.ttf") format("truetype");
}

body {
	font-family: RobotoSlab, Arial, sans-serif;
	padding: 20px;
	background-color: rgba(65,38,09,0.8);
	color: white;
	background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: auto 100%; /*background-size: cover;*/
	background-position:center right;/*is shorthand for background-position: center center; (background-position: horizontal vertical)*/
}

/* Header/Blog Title */
.header {
	padding: 30px;
	font-size: 40px;
	text-align: center;
}

.projekt{
	float: left;
	display: inline-block;
	padding: 15px;
	margin: 10px;
	background: rgba(255, 255, 255, 0.5);/*119, 119, 119, 0.7); adding alpha*/
	color: black;
	position: relative;
	border-radius:3px;
	width: 25%;
	overflow: hidden;
	border: 1px inset rgba(41,70,136); /*abelone*/
}

.projectheader{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	cursor:pointer;
	
	color: rgba(41,70,136);
	text-decoration: none;
}

/* Change color of projectheader on hover */
.projectheader:hover {
	color: black;
}


.projectbackground{ /*the image behind the text*/
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
	opacity:0.5;
	width: 100%;
	vertical-align: center;
	border-radius:3px;
}

.projectbackgroundmodified{
	opacity:0.2;
}

.skrivebord { /*the border around the text*/
	border: 1px inset rgba(118,86,48);
	margin: 2px;
	padding: 12px;
	border-radius:5px;
}

.skrivebord:after {
	content: "";
	display: table;
	clear: both;
}

.changelog_dato{ /*label*/
	margin-left:8px;
	width:60px;
	text-align: left;
	display: inline-block; /*to get fixed width*/
}

.fuck_uno_euro { /*and their checksums*/
	border: 1px inset rgba(118,86,48);
	margin: 2px;
	padding: 12px;
	border-radius:5px;
}