html, body {
    color: black;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: white;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

.top {
    width: 16px;
}

@media screen and (max-width: 750px) {
    .top {
        width: 30px;
    }
}

.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-top: 15px;
    padding-left: 20px;
    margin-top: 20px;
    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;
  }

@media screen and (max-width: 420px) {
    .header {
        height: 100px;
    }

    .title {
        font-size: 0.8rem;
        margin-top: 30px;
        padding-left: 20px;
    }

    .titleb {
        font-size: 2.5rem;
    }
}

#banner {
    margin-bottom: 20px;
}

.albumthumb {
    width: 250px;
    transition: .2s cubic-bezier(0.250, 0.250, 0.445, 1.500);
    -webkit-transition: .2s cubic-bezier(0.250, 0.250, 0.445, 1.500);
    -webkit-box-shadow: 8px 6px 21px -9px rgba(0,0,0,0.78);
    -moz-box-shadow: 8px 6px 21px -9px rgba(0,0,0,0.78);
    box-shadow: 8px 6px 21px -9px rgba(0,0,0,0.78);
    border-radius: 5%;
}

.albumthumb:hover {
    transition: 0.2s cubic-bezier(0.250, 0.250, 0.445, 1.500);
    -webkit-transition: 0.2s cubic-bezier(0.250, 0.250, 0.445, 1.500);
    border-radius: 15%;
    transform: matrix(1.1,0,0,1.1,0,-10)
}

.pict {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 3px;
}

a:link {
  text-decoration: none;
  border-width: 0px;
  outline: 0;
}

a:visited {
  text-decoration: none;
  border-width: 0px;
  outline: 0;
}

a:hover {
  font-style: italic;
  border-width: 0px;
  outline: 0;
}

span.caption {
    display: block;
    font-size: 14pt; 
    text-decoration: none; 
    color: #0D0EBF;
    font-weight: bold;
    width: 250px;
}

span.caption2 {
    color: #666666;
    font-size: 8pt;
}

#title2 {
    color: #0066cc;
    font-size: 24pt;
    font-family: 'Courier New',Courier,monospace;
    font-weight: bold;
    font-style: italic;
}

#title3 {
    color: #0066cc;
    font-size: 24pt;
    font-family: 'Courier New',Courier,monospace;
    font-weight: bold;
    font-style: italic;
    display: none;
}
