html{
      box-sizing: border-box;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;

}

p {
font-family: 'Open Sans', sans-serif;
}
h1{
            font-family: 'Jost', sans-serif;
    text-transform: uppercase;

}
#logo{
    width: 200px;
    height: 100px;
    position: fixed;
    z-index: 60;
    top: 14px;
    margin-left: 10px;
    transition: 0.2s;


}
#logo img{
    width: 100%;
}

#burger {
        z-index: 60;
    position: fixed;
    right: 20px;
    top: 0px;
    transition: 0.2s;
}

#burgericon{
font-size:65px;
    cursor:pointer; 
    color:#FEC92B;    
    transition: 0.2s;

}
/* SLIDE MENU*/

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #32384E; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav p{
    color: white;
    position: relative;
    bottom: -600px;
    text-align: center;
}

.sidenav img{
    width: 50px;
    position: absolute;
  left: 50%;
  transform: translate(-50%, -0%);
    bottom: 180px;
}
/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
    text-transform: uppercase
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #FEC92B;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}




/*HERO*/

#hero {
    z-index: 0;
    top: 0;
     position: relative;
    width: 100%;
    height: 850px;


}

#hero img{
    height: 100%

        
}
#herobar{
    width: 100%;
    height: 300px;
background: rgba(0, 0, 0, 0.5);
    z-index: 10;
     top: 30%;
    position: absolute;
    
}
#herotekst {
     position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    width: 600px;
      text-align: center;
    color: white;

}

#herotekst h1{
    padding-bottom: 0px;
        font-family: 'Jost', sans-serif;
    font-size: 50pt;

}

#herobutt{
    height: 40px;
    width: 150px;
    margin-top: 50px;
    background-color: rgb(299,89,51,.4);
    border-radius: 25px;
      line-height: 40px;
    font-weight: 700;
margin-left: auto;
    margin-right: auto;
    
}
#herobutt a{
        text-decoration: none;
    color: white;
}

#herobutt:hover {
    background-color: rgb(299,89,51,.8);

    
}
/* OM FALKEBLIK */
#omfalkeblik {
    width: 40%;
    height: 200px;
    margin: 20px auto 250px;
    text-align: center;
}
#omfalkeblik h2{
    text-transform: uppercase;
    padding-bottom: 15px;
}
#omfalkeblik p{
    margin-bottom: 10px;
}

#omosbutt{
    height: 40px;
    width: 150px;
    margin-top: 50px;
    background-color: #32384E;
    border-radius: 25px;
      line-height: 40px;
    font-weight: 700;
margin-left: auto;
    margin-right: auto;
}
#omosbutt a{
        text-decoration: none;
    color: white;
}

.wave-container {
    z-index: -20;
    position: relative;
    overflow: hidden;
}

#videocontainer{
    width: 100vw;
    height: 1000px;
    margin: -30px auto -190px;
    overflow:hidden;

}

#videocontainer video{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;

}

#servicescontainer{
    width: 100%;
    height: 900px;
    margin: 120px auto 0px;
    margin-bottom: -150px;
        background-color: #f3f4f5;
    z-index: 60;

}
#servicescontainer h1{
    margin-top: -180px;
    font-size: 50pt;
    text-align: center;
    color: #32384E;
    text-transform: uppercase
}

#services{
    width: 80%;
    margin: 60px auto 0px;
    padding-bottom: 150px;
}
#casescontainer{
    width: 100%;
    margin: 120px auto 0;
    margin-bottom: -350px;
    z-index: 60;


}
#casescontainer h1{
    margin-top: -180px;
    font-size: 50pt;
    text-align: center;
    color: #32384E;
    text-transform: uppercase
}

#cases{
    width: 60%;
    margin: 60px auto 0px;
    padding-bottom: 150px;
}
.column {
  float: left;
  width: 300px;
  margin: 30px 100px 50px;
  height: 300px; /* Should be removed. Only for demonstration */
    text-align: center
}
.column img{
    max-width: 300px;
    height: 300px
}
.column h3{
    font-size: 20pt;
    margin-top: 15px;
    margin-bottom: 35px
}
.flex-container{
display:-webkit-flex;
display:flex;
-webkit-justify-content:space-between;
justify-content:space-between;
-webkit-align-items:center;
-webkit-align-content:center;
}
.flex-item{
    width: 300px;
    height: 300px;
    text-align: center;
    margin-bottom: 120px;
}
.flex-item img{
     max-width: 200px;
    height: 200px
}
.flex-item h3{
 font-size: 20pt;
    margin-top: 30px;
    color: #32384E
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#fill{
    height: 2000px;
    background-color: white;
    margin-top: -200px;
}


.flex-item-cases{
    width: 400px;
    height: 400px;
    text-align: center;
    margin-bottom: 80px;
}
.flex-item-cases img{
     max-width: 400px;
    height: 400px
}
.flex-item-cases h3{
 font-size: 20pt;
    margin-top: 30px;
    color: #32384E
}

/* Fade */ 
.wrapper {
    margin: 0 auto;
    position: absolute;
    

}
.wrapper img {
    display: block;
    height: auto;
    -webkit-box-shadow: 10px 10px 6px -3px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 6px -3px rgba(0,0,0,0.25);
box-shadow: 10px 10px 6px -3px rgba(0,0,0,0.25);
    border-radius: 50px;
    
}

.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 35pt;
    width: 400px;
    
}
.content a{
        text-decoration: none;
    color: white;
   font-family: 'Jost', sans-serif;

}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 400px;
    opacity: 0;
    transition: .5s ease;
    background: rgba(254, 200, 44, 0.9);
    border-radius: 50px;

}
.wrapper:hover .overlay{
    opacity: 1;
}

/* call */

#CALL{
    width: 100%;
    height: 800px;
background-color: #f3f4f5;
    margin-top: -150px;
    z-index: 0;
-webkit-box-shadow: inset 0px -16px 14px -11px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px -16px 14px -11px rgba(0,0,0,0.3);
box-shadow: inset 0px -16px 14px -11px rgba(0,0,0,0.3);
}

#callcontent{
    width: 80%;
    padding-top: 60px;
margin: 0 auto;
text-align: center;
}
#callcontent h2 {
    font-size: 35pt;
    text-align: center;
    color: #32384E;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    margin-bottom: 80px;
}

#callcontent img{
    margin: -80px auto 20px;
    max-width: 850px;
    padding-left: 150px;
}
/* FOOTER */ 

.footer{
    width: 100%;
    background-color: #32384E;
    height: 180px;
        }
.footer h4{
    font-size: 13pt;
    color: #fec92b;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    padding-top: 20px;

}
.footer a{
    text-decoration: none;
    color: white;
}
.footer p{
    font-size: 10pt;
}
#footercontent{
    width: 80%;
    margin: 0 auto;
    color: white;
}
#footercenter img{
    width: 70px;
    margin: 30px auto 0px;
    text-align: center;
}
.centeringinfo{
    display: table;   
	margin: 0 auto;
}
#footerleft{
    float: left;
}
#footerright{
    float: right;
}
#footerright p:first-of-type{
    margin-top: 20px;
}
#footercenter{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#icons {
    margin-top: 20px;
}
#icons img{
    width: 30px;
    margin-right: 5px;
}