

/*************************** Navigation ***************************/



#navigation{
  position: fixed;
  top: 0;
  height: auto;
  z-index: 99999;
  

  width: 100%;

  box-sizing: border-box;



/* From https://css.glass */
background: rgba(21, 56, 127, 0.15);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10.8px);
-webkit-backdrop-filter: blur(10.5px);
border: 1px solid rgba(255, 255, 255, 0.1);

/*  margin: 30px;
  width: 96%;
  border-radius: 50px;*/


box-shadow: 0 8px 6px -6px rgba(0,0,0,0.19)

}


/*.nacCol2{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #03276da1;
  border-radius: 16px;
}*/


#navigation a{
  text-decoration: none;
}

#navigation ul{
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  width: auto;

  margin-top: -3px;

  padding-right: 40px;
}

#navigation ul li{
   position: relative;
  float: left;
  padding: 0px;
  cursor: pointer;
  box-sizing: border-box; 
}

#navigation ul a{
  position: relative;
  float: left;
  padding: 25px 25px;
  cursor: pointer;
  box-sizing: border-box;
}

#navigation ul a:visited{
  /*color: inherit;*/
}

#navigation ul a:hover{
  cursor: pointer;
  text-decoration: underline solid #FDC300 2px;
  text-underline-offset: 10px;
  color: #FDC300;
}

#navigation a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: #fff;
}




.open_navigation{
  position: relative;
  width: 100%;
  padding: 17px 30px;
  float: left;
  background: #15387f;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;


}


.burger_icon{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 20px;
  width: 30px;
}

.burger_icon img{
  width: 100%;
  position: absolute;
}



.navigation_logo_wrapper{
    position: absolute;
    width: 200px;
    padding-top: 35px;
    margin-left: 100px;
    z-index: 99;
}

.navigation_logo{
  position: relative;
  float: left;
  width: 140px;
  width: 210px;
  height: 100%;
}

.navigation_logo:hover{
  transform: scale(1.1);
}

.navigation_logo img{
  position: relative;
  width: 100%;
  margin-top: -25px;
  margin-top: -40px;
  margin-left: -25px;
}