
/* GLOBAL */
body{
	font-family: 'Quicksand', sans-serif;
	font-size:15px;
	line-height:1.5;
	padding:0;
	margin:0;
	background-color:#35424a;

}

body{
	width: 60%;
	margin:auto;
	overflow:scroll;
	
}

h3{
	color: #f4f4f4;
	font-size: 15px;
	text-align: left;
	font-style: italic;
}

/* HEADER --------------------------------*/

header{
	background-color:#35424a;
	width: 100%;
	min-height:25px;
	padding-left: 0px;
	color: #f4f4f4;
	text-align:left;	
	border-bottom:#B66459 1px solid;
}

header img{
	float:left;
	width: auto;
	height: 60px;
	padding-left: 10px;
	padding-right: 45x;
	padding-top: 0px;
}

header h1{
	padding-top: 0px;
	color:#f4f4f4;
	font-size: 40px;
	font-weight: lighter;
	text-align: left;
	padding-left: 65px;
	
}

/* ---------------NAV--------------------*/
nav{
	background-color:#35424a;
	overflow: hidden;
	color:#f4f4f4;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 12px;	
}
nav a{
	text-decoration: none;
	color:inherit;
	padding-left: 0px;
}

nav ul li{
	float: right;
	display: inline-block;
	margin: 0;
	list-style-type: none;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bolder;
} 

nav ul li:hover {
	color:#B66459;
} 

/* -------SECTION------------ INDEXpage*/
section{
	width: 100%;
	margin:auto;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	background-attachment:scroll;
	background-size: cover;
	background-size: 100% auto;

}


section img{
	width: 100%;
	margin:auto;
	background-attachment:scroll;
	
}

.order{
	width:100%;
	margin:auto;
	box-align: center;
	padding-bottom: 0px;
	text-align: left;
}


.order a{
	text-decoration: none;
	color:inherit;	
}

.order a:hover{
color:#B66459;	
}

.order p{
		padding-left: 0px;
		color: #f4f4f4;
}


/* -------------iconer---- BESTILLING PÅ NETT ------START*/
.webServices{
	width: 100%;
	margin:auto;
	padding: 10px 25px 10px 25px;
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	justify-content: space-around;
}

.infoIcon{
	width: 100%;
	margin:auto;
	display: inline-block;
	padding: 10px 25px 10px 25px;
	color: #f4f4f4;
	font-size: 18px;
}


.flexIconCard img{
	width: 55px;
	height: 70px;
	padding: 25px 0px 0px 0px;

}

a .flexIconCard:hover{
	cursor: pointer;
}

.flexIconCard h4{
	font-size: 15px;
	color: #B66459;
	font-weight: bolder;
	padding: 0px;
}

.flexIconCard img:hover{
width: 65px;
height: 80px;

}

.flexIconCard{
margin: 0px 60px 0px 60px;
padding-bottom: 0x;
width: 150px;
}
	

/* -------------------- BESTILLING PÅ NETT--------SLUTT*/

/* SECTION h1*/
section h1{
	padding-left: 50px;
	padding-right: 50px;
	color:#f4f4f4;
}
/* SECTION h2*/
section h2{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	color:#f4f4f4;
}
/* SECTION Ul*/
section ul{
	padding-left: 30px;
	padding-right: 50px;
	padding-bottom: 40px;	
}
/* SECTION p*/
section p{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	color: #f4f4f4;
}


/* -----START ------------FOOTER*/ 

footer{
	padding-top: 5px;
	text-align: center;
	color:#f4f4f4;
	font-size: 10px;
	border-top:#B66459 1px solid;
}

/* -----END ------------FOOTER*/ 


/* START------Prisliste-------*/ 

 .priceList h2{
	font-weight: bold;
	color: #B66459
}

.priceList li{
	color: #f4f4f4;
	letter-spacing: 0,5px;
	font-weight: bold;
}
/* END-----Prisliste-------*/ 



/* FLEXBOX-CONTACTINFO*/

.container-contact{
	box-sizing: border-box;
	width:100%;
	display: flex;
	flex-flow: row wrap;
	background:#35424a;
	border-top: #B66459 1px solid;
	color:#f4f4f4;
	text-align: left;
 	justify-content: space-around;
  }   
  

  .box{
	margin-left: 10px;
}

/*FLEXBOX h4*/ 
.box h4{
	font-size: 18px;	
}
/*FLEXBOX p*/ 
.box p{
	font-size: 12px;
	padding-right: ;
}


/* END FLEXBOX-CONTACTINFO */ 


/* START ABOUT (flexContainer)*/

.aboutText{
	text-align: left;
	padding-top: 40px;
	margin-left: 0px;
	color: #f4f4f4;
	font-size: 18px;

}

.flexContainer{
	width: 100%;
	margin:auto;
	padding: 25px 25px 0px 25px;
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	justify-content: center;
}

.flexItem img{
	width: 200px;
	height: auto;
	padding: 2px;
	border-radius: 50%;
}

.flexItem img:hover{
  width: 220px;
}


.flexItem{
	background-color: #35424a;
	margin: 0px 25px 0px 25px;
	width: 250px;
	height: 400px;
	color: #f4f4f4;
}
/* START_____________INFO-SIDE______________________________________ */

.containerInfo{
display: grid;
grid-template-columns: 100px auto;
grid-template-rows: 350px 350 350;
grid-gap: 10px;
background-color: #35424a;
color: #f4f4f4;
font-size: 18px;
justify-content: center;
align-items: center;
padding-bottom: 40px;
padding-top: 25px;
}


.newsImg img{
	width: 100px;	
}

.newsInfo{
	background-color: #35424a;
	text-align: left;
	vertical-align: center;
	padding-top: 25px;
}


.labImg img{
	width: 100px;
}

.labInfo{
	background-color: #35424a;
	padding-top: 25px;
}

.faceBookImg img{
	width: 100px;
	padding-top: 25px;
}

.faceBook{
	background-color: #35424a;
	text-align: left;
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	}
	

.faceBookImg img:hover{
	width: 105px;
	padding-top: 25px;
}

/* A-MEDIA */
@media screen and (max-width: 580px){
	    nav ul li{
		box-sizing: border-box;
		width:100%;
		padding: 10px;
		text-align:left;
	}
}