.titlealbum {
    color: #000;
    font-size: 24pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}

.caption {
    font-size: 12pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: italic;
    color: #006666;
}

.exif {
    font-size: 12pt;
    font-style: normal;
}


.header {
    background-image: url('../img/banner3.jpg'), url('../img/banner_small.jpg');
    background-color: #0b5292;
    background-size: 100%;
    background-position: center, center; 
    padding: 0px;
    margin: 0px;
    height: 150px;
    transition-property: all;
    transition-duration: 1s;
    width:100%;
    margin-bottom: 15px;
}

.title {
    font-size: 1.5rem;
    color: rgb(87, 154, 231);
    text-align: left;
    max-width: 1000px;
    margin-left: auto;
    margin-right:auto;
    padding-left: 20px;
    padding-top: 15px;
    margin-bottom: 0px;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 800;
    transition-property: all;
    transition-duration: 1s;
    font-style: italic;
  }

  .titleb {
    font-size: 3.0rem;
    color: #fff;
    text-align: left;
    max-width: 970px;
    margin-left: auto;
    margin-right:auto;
    padding-top: 0px;
    padding-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 800;
    font-style: italic;
  }


.topnav {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  right: 0;
  z-index: 999;
}

@media screen and (max-width: 700px) {
  .topnav {
     display: none;
  }
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 4px 10px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  vertical-align: middle;
}

.active {
  background-color: #333;
  color: white;
  vertical-align: middle;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#bottom {
  float: right;
  padding: 0px;
  margin-left: 0px;
  font-size: 12px;
  color: grey;
}
