html {
    overflow-y: scroll;
}

/*
Setup a basic body
*/
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 100%;
}

/*
Header is relative so z-index: 1 guarantees always displayed on top
*/
header {
    background-color: rgb(34,178,214);
    padding: 10px;
    text-decoration: none;
    position: fixed;
    width: 100%;
    z-index: 1;
    border-bottom: solid black 1px;
	height: 17vw;
	background-image: url("../images/bente_logo_140.gif");
	background-repeat: no-repeat;
    background-position: top right 25px;
    background-size: 19vw 19vw;
}

/*
using background color is important to cover the menu. 
position absolute is set to cover the whole viewport
*/
#content {
    background-color: whitesmoke;
    padding: 50vw 10px 10px 10px;
    position: relative;
    width: auto;
    height: 100%;
    -webkit-box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

/*
the hamburger button with a little gradient effekt
*/
#hamburger {
    border: 1px solid #374C77;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 4.8vw;
    padding: 3px 4px 3px;
    position: relative;
    width: 5vw;
    background: #4569b2;
    background: -moz-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4569b2), color-stop(100%, #4062a5));
    background: -webkit-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -o-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -ms-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: linear-gradient(to bottom, #4569b2 0%, #4062a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4569b2', endColorstr='#4062a5', GradientType=0);
}

.mobil_menu	{
	font-family: arial;
	color: whitesmoke;
	font-size: 2vw;
	margin: 0.8vw 0 0 0.2rem;
	font-weight: 400;
	}

/*
The white stripes in the hamburger button
*/
#hamburger div {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px 3px 3px 3px;
    height: 0.4vw;
    margin-top: 0.6vw ;
    width: 90%;
}

/*
The navigation container in the background
*/
nav {
    opacity: 0;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
    width: 70%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
   	background-color: #ebc385; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);
}

/*
Style the navigation menu
*/
nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

nav li {
    position: relative;
    border-bottom: 2px solid red;
    padding: 15px;
}

nav li a {
    color: red;
    text-decoration: none;
  	font-family: 'Josefin Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}

nav li a:hover {
	color: black;
	}

/*
The Layer that will be layed over the content
so that the content is unclickable while menu is shown
*/
#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 5;
}

/*
THIS IS THE H1 HEADING UP IN THE BLUE HEADER ZONE
*/
header h1	{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 4vw;
	font-weight: 400;
	color: whitesmoke;
	line-height: 6vw;
	width: 58vw;
	position: absolute;
	margin: -14vw 0 0 15vw;
	z-index: 2;
	}

/*
THIS IS THE H2 HEADING JUST UNDER THE BLUE HEADER - WITH THE BACKGROUND AND SOLID LOWER BORDER
*/
#content h2	{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 9vw;
	letter-spacing: 0.5px;
	color: black;
	background-color: #ebc385;
	padding-top: 5vw;
	padding-bottom: 20px;
	margin: -30vw -10px 10px -10px;
	border-bottom: 1px black solid;
	}
	
/* HIDE AND SHOW HEADINGS */
.hide_when_small	{
	display: none;
	}
	
	
h3	{
	font-family: 'Cherry Cream Soda', cursive;
	font-size: 6.6vw;
	font-weight: 400;
	line-height: 8vw;
	margin: 1.5vw 0 1.5vw 0;
	padding: 2vw 0 1.5vw 0;
	text-shadow: 4px 3px 6px rgba(0,0,0,.4);
	}
	
p	{
	font-family: 'Bitter', serif;
	font-size: 3.6vw;
	font-weight: 400;
	line-height: 6.4vw;
	letter-spacing: 0.4px;
	margin-bottom: 1.9vw;
	}

/* SET LINKS HERE */

a:link, a:visited	{
	color: black;
	padding: 1px;
	text-decoration: none;
	border-bottom: dashed 1px black;
	}

nav ul li a:link, nav ul li a:visited	{
	color: red;
	text-decoration: none;
	border-bottom: none;
	}
	
/* ------------------------------------- STYLES for SISTE NYTT (LEFT COLUMN) ------------------------------------- */

aside		{
	background-color: #ebc385; 
	border: red solid 2px;
	border-radius: 10px;
	width: 86vw;
	margin: 0 auto;
	margin-top: 3vw;
	margin-bottom: 4vw;
	padding: 0 2vw 0 4vw;
	}
	
aside h3	{
	text-align: center;
	padding-top: 0.5vw;
	}
	
aside p		{
	font-size: 3.8vw;
	line-height: 6.6vw;
	padding-bottom: 1.5vw;
	}


/* ------------------------------------- STYLES COLUMNS (ONLY ONE HERE) - MAINLY WIDTH ------------------------------------- */

.index_left_column	{
	padding-top: 1.5vw;
	}
	
#right_column_home	{
	padding: 0 2vw 0 2vw;
	}



/*
STYLING FOR THE FOOTER, INCLUDING LINKS
*/

footer	{
    background-color: rgb(34,178,214);
	width: 110%;
	margin: 30px 0 0 -5%;
	padding: 1rem 0 20px 7%;
	border-top: 1px solid black;
	}	
	
footer p	{
	font-family: Arial;
	font-size: 3.3vw;
	color: whitesmoke;
	line-height: 4.7vw;
	}
	
footer a:link, footer a:visited	{
	display: inline-block;
	color: whitesmoke;
	border-bottom: whitesmoke dashed 1px;
	margin: 2vw 0 2vw 0;
	}