body{
    background-color:rgb(225, 255, 255);
}
.navbar{
    font-size: 15px;
}

.navbar-brand{
    padding-top:1px;
    padding-bottom:1px;
    text-align:left;
}
/**  .navbar-brand h1{
     font-family:'Lora', serif;
     color: #557c3e;
     font-size: 1.5em;
     text-transform:uppercase;
     font-weight: bold;
     text-shadow: 1px 1px 1px #222;
     margin-top:0;
     margin-bottom:0;
     line-height:.75;
  }

  **/

.dropdown-menu{
    text-align:center;
    text-decoration: blue;
}
/****Large Devices****/
@media(min-width:1200px){
    .image-logo{
        width:150px;
    }
}
/****Medium Devices****/
@media(min-width:992px)and (max-width:1199px){
    
}
/****Small Devices****/
@media(min-width:768px)and(max-width:991px){
    .image-logo{
        display:block;
        margin-left:auto;
        margin-right:auto;
    }
}
/****Extra Small Devices****/
@media(max-width:767px){
    .image-logo{
        width:150px;
    }
}

.Location{
    width:100%;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
h1{
    color:blueviolet;
    margin-top:10px;
    margin-bottom:5px;
}
iframe{
    width:80%;
    height:500px;
    filter:invert(100%);
}
.center{
    text-align: center;
}