body{
    background-color: #ffffff;
}

.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{
    align-items: center;
    vertical-align: middle;
    width: auto; 
    height: 120px;
    margin-left: 40%;
}
.image1{
    margin-top: 10px;
    align-items: center;
    vertical-align: middle;
    width: auto; 
    height: 300px;
    margin-left: 30%;
}


.heading{
    margin-top: 5px;
}

.caption{
    font-size: smaller;
    color:grey;
    margin-left: 40%;
}
.disclaimer{
    font-size: smaller;
    color:grey;
}
.nav-item:not(.info-button):hover {
    background-color:  rgba(204, 204, 204, 0.5);
  }