/* Main classes */

html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
   	font-family: 'Raleway', sans-serif;
}


html {
	max-width: 100%;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	padding-top: 20px;
	position:relative;
	max-width: 100%;
	background-color: #F3ECDC;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: rgb(75, 75, 75);
	-webkit-font-variant-ligatures: no-common-ligatures; /* for iOS and Safari 6 */
	font-variant-ligatures: none;
}

h1 {
	font-size: 300%;
	text-align: center;
    font-weight: 100;
}


h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.125em;
}

a {
    color: black; 
    text-decoration: none;
}

a:visited {
    color: black; 
}

a:hover {
	opacity: 0.8;
}

p {
	color: #5d5d5d;
	margin: 0;
}

/* Layout */

.pure-g > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.l-box {
    padding: 1em;
}

.content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 880px;
	margin-bottom: 40px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
	
p.ingress {
	font-size: 1.15em;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 2em;
}

p.rubrikbox {
	font-weight: 700;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	padding: 1em;
	background-color: #1D1D1B;
	color: #FFF;
	margin-bottom: 1em;
	border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
	border: 0px solid #000000;
}

p.mellanrubrik {
	font-weight: 900;
	margin-bottom: 0.5em;
}

p.links {
	margin-top: 0.5em;
	font-size: 0.9em;
}

p.links a:before {
	content: "> ";
}

p.links a {
	padding-right: 20px;
}

.red, p.links.red a {
	color: #E7411D;
}


div.row {
	content: " ";
	border-bottom: 1px solid #9E9696;
	margin-bottom: 2em;
	width: 96.25%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div.row.last {
	border-bottom: none;
	margin-bottom: 1em;
}

div.row.fat {
	border-width: 6px;
	border-color: #1D1D1B;
}

div.center.logo {
		margin-bottom: 0.5em;
}

p.logotext {
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	color: black;
}

p.logotext.sub {
	font-weight: 200;
	font-size: 0.9em;
}