div.gallery {
    border: 0px;
}

div.gallery:hover {
    border: 2px solid #973C3E;
    padding: 5px;
}

div.gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

div.desc {
    padding: 15px;
    text-align: justify;
    font-family: Georgia, 'Times New Roman', Times, serif;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 10px 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

h2{
    color:#973C3E;
    margin-top:50px;
    margin-left: 10px;
}

h3{
    font-variant: small-caps;
    margin-left: 10px;
    margin-bottom: 5px;
}

.space{
    height: 30px;
    width:100%;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#fullpage {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 96px);
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: black;
    cursor: pointer;
  }

  #content {
      height: 100%;
      overflow-y: auto;
  }

  h4{
      font-style: italic;
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 0.9em;
      font-weight: 100;
      margin-left: 10px;
      margin-top: 5px;
      margin-bottom: 5px;
  }