/* Map--------------------------------------------------------------------------------------*/
#map {
    
    
    margin-top: 40px;
    width:100%;
}

/* text changes---------------------------------------------*/

span.titles{
    font-weight: bold;
    color:black;
    font-size:1.5em;
 
}


span.white-txt{
    color:white;
    font-weight:100;
 
}

div.col-md-2{
    color:black;
    line-height:1.1;
}

span.astrix{
color:orange;
font-weight:bold;
font-size:1em;
}


/*  css for modal menue  */



body {
    margin: 0;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index:3;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.75);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

.overlay a {
    padding: 13px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f57b20;
}

.overlay .closebtn {
    position: absolute;
    top: 8px;
    right: 30px;
    font-size: 40px;
}

.hamburger{
    position: fixed;
    top: 20px;
    right: 35px;
    font-size: 60px;
    z-index:2 ;
    color:#d8d5d5;
}

.envelope{
    position: fixed;
    top: 20px;
    right: 100px;
    font-size: 60px;
    z-index:2 ;
    color:white;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 10px;
    right: 35px;
  }
}
/* end css for modal menue  */































