body{
    font-family: 'Montserrat', 'Noto Sans', sans-serif;
    color:white;
    margin:0;
    width:100%;
    height:100vh;
      background:#254364;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  header{
    width:100%; 
    background:#ffffff; 
    height:60px; 
    line-height:60px;
    border-bottom:1px solid #dddddd;
  }
  .hamburger{
    background:none;
    position:absolute;
    top:0;
    right:0;
    line-height:45px;
    padding:5px 15px 0px 15px;
    color:#999;
    border:0;
    font-size:1.4em;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:10000000000000;
  }
  .cross{
    background:none;
    position:absolute;
    top:0px;
    right:0;
    padding:7px 15px 0px 15px;
    color:#999;
    border:0;
    font-size:3em;
    line-height:65px;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:10000000000000;
  }
  .menu{z-index:1000000; font-weight:bold; font-size:0.8em; width:100%; background:#f1f1f1;  position:absolute; text-align:center; font-size:12px;}
  .menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
  .menu li {display: block;   padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
  .menu li:hover{display: block;    background:#ffffff; padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
  .menu ul li a { text-decoration:none;  margin: 0px; color:#666;}
  .menu ul li a:hover {  color: #666; text-decoration:none;}
  .menu a{text-decoration:none; color:#666;}
  .menu a:hover{text-decoration:none; color:#666;}
  
  .glyphicon-home{
    color:white; 
    font-size:1.5em; 
    margin-top:5px; 
    margin:0 auto;
  }
  header{display:inline-block; font-size:12px;}
  span{padding-left:20px;}
  a{color:#336699;}

  .full-width-image {
    padding: 20px;
    width: 100vw; 
    position: relative;
    left: 50%;  
    margin-left: -50vw;
  }
     
 .full-width-image img {
   width: 60%;
 }

 .notification{
    position: absolute;
    top: 5rem;
    right: 1rem;
}

 .bg-hollandsensorgold {
  background-color: #dbc882;
}

 .modal-form {
  color:black;
 }

.icon-div {
  position: relative;
  width: 200px;
}
.input {
  width: 200px;
  height: 20px;
}
i {
  position: absolute;
  right: 35;
  top: 97px;
}