body{
    background-color:rgba(243, 238, 227, 0.1);
    
}

.con{
    font-family: 'Roboto';
}

.navbar {
    background-color: #e3f2fd;
    border-color: #ffffff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    padding-top: 1px;
    padding-bottom: 0px;
    font-family: 'Roboto';
    font-weight: bold;
  }

  
  .nav-item{
    padding-left: 20px;
  }

  .image-wrapper {
    overflow: auto; 
  }

.image{
    margin: 0px auto 0px auto;
    display:block;
    width: 30%;
    height: auto;
}
.img-container{
    display: flex;
}

.image1, .image2{
    margin: 0px auto 0px auto;
    display:block;
    width: 40%;
    height: auto;
}

.image3{
    margin: 0px auto 0px auto;
    width: 60%;
    height: auto;
    display:block;
}


.heading{
    margin-top: 5px;
}

.caption{
    font-size: smaller;
    color:grey;
    text-align: center;
}

.nav-item:not(.info-button):hover {
    background-color:  rgba(204, 204, 204, 0.5);
  }


  

  