@font-face {
    font-family: "NotesEsa";
    src: url("NotesEsaBol.otf") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "NotesEsa";
    src: url("NotesEsaBolIta.otf") format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "NotesEsa";
    src: url("NotesEsaReg.otf") format('woff');
}

@font-face {
    font-family: "NotesEsa";
    src: url(NotesEsaRegIta.otf) format('woff');
    font-style: italic;
}

h3 {
    color: #29619a;
}

h1 {
    color: #29619a;
}

h2 {
    color: #29619a;
}

body {
    color: black;
}

h4 {
    color: #29619a;
}

.allContent{
    width: 950px;
    text-align: justify;
    margin: auto;
    font-family: "NotesEsa";
    margin-bottom: 10px;
}


img{
    display: block;
    /*    margin-left: auto;
        margin-right: auto*/
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
    height: 277px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

div.desc {
    padding: 15px;
    text-align: center;
}
.download {
    display: inline-block;
    width: 168px;
    height: 25px;
    background-image: url(buttons-sprite.png);
    vertical-align: bottom;
    margin-right: 0.4em;
    background-color: #0098db;
}

.d-png-low {
    background-position: 0 -100px;
}

.d-png-hi {
    background-position: 0 -125px;
}

.divLow {
    margin-top:14px; 
    float: left;
}

.divHigh {
    margin-top:6px; 
    /*margin-bottom: 14px;*/ 
    float: left;
}

.backgrounButton {
    background: #0098db; 
    width: 131px; 
    display: inline-block;
}

.dowloadButton {
    color:white; 
    font-size: 12.5px; 
    font-weight: bold; 
    text-decoration: initial;
}

.formatBackground {
    background: #00549f; 
    width: 35px; 
    display: inline-block; 
    margin-left: -3px;
}

.formatText{
    color:white; 
    font-size: 12.5px; 
    font-weight: bold; 
    text-decoration: initial;
}

.size{
    font-size: 12px; 
    color: #0098db;
}

.descriptionText {
    height: 38px;
}

.dowloadButtonHigh {
    margin-left: -11px; 
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    overflow:hidden;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    position: fixed;
    top:0;
    right: 6px;
}

.topBar {
    color: #29619a;
    width: 95%;
    font-size: 23px;
    display: inline-block;
    text-align: center;
    margin-top: 8px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.image-modal {
    max-width: 100%;
}

#downloadButton {
    margin: auto;
    font-family: "NotesEsa";
    display: inline-block;
    padding-top: 0;
    width: 250px;
}