html {
    width: 100%
}

body {
    display:flex;
    align-content: center;
    flex-direction: column;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'PT Mono', monospace;
    font-weight: 400;
    background-image: linear-gradient(0deg, rgb(233, 233, 233),rgb(249, 249, 249)); /* Standard syntax (must be last) */    background-repeat: no-repeat;
    background-attachment: fixed;
}

content {


}
@media only screen and (max-width: 800px) {
  html,body, img {
    padding: 0pt;
    margin: 0pt;
  }
    p,h1,h2,h3,h4,span {
      padding-left: 1.8vw;
      padding-right: 1vw;
    }
  }

p {
    /* color: rgb(34, 34, 34);
    font-size: 16pt;
    line-height: 2.1rem; */
    font-weight: 400;
    color: rgba(49, 49, 49, 0.919);
    font-size: 12.5pt;
    line-height: 2.3rem;

  }

.heading {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 3vh;
}


h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    font-size: 46pt;
    display: inline-block;
    vertical-align: middle;
    margin-top: 12vh;
    margin-bottom: 8vh;
}

h2 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bolder;
}

h3 {
    font-size: 30pt;
    line-height: normal;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    text-align: left;
    width: 100%;
    justify-self: left;
    margin-top: 0%;
}

h4 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
}

img {
    width: 100%;
    margin: 0pt;
    margin-top: 1vh;
    margin-bottom: 3vh;
    padding: 0pt;

}

iframe {
    margin-top: 1vh;
    margin-bottom: 3vh;
}

table {
    width: 100%;
    font-size: small;
    font-weight: lighter;
    border-spacing:0; /* Removes the cell spacing via CSS */
    border-collapse: collapse;  /* Optional - if you don't want to have double border where cells touch */

}

tr.border_bottom td {
    border-collapse: collapse;
    border-bottom: 0.25px solid rgb(189, 189, 189);
    line-height: 1.5rem;
    padding-left: 5px;
    height: 2rem;
  }

nav {
    font-family: 'Abhaya Libre', serif;
    font-weight: 900;
    letter-spacing: normal;
    display: flex;
    font-size: 10pt;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5vh;
    margin-bottom: 3vh;
    justify-content:space-between;
    width: 100%
}

nav .column1 {
    padding-left: 2vw;
    width: auto;
}

nav .column2 {
    display: flex;
    width: 30%;
    justify-content: space-between;

}

nav .column3 {
  padding-right: 2vw;
  width: auto;

}


article {
    display: flex;
    flex-direction: column;
    margin-top: 10vh;
    margin-bottom: 5vh;
    font-size: 16pt;
    font-weight: 300;
}

.date {
    font-weight: bolder;
    color: rgba(197, 149, 26, 0.727);
    font-size: small;
    line-height: normal;
    vertical-align: bottom;
    margin-bottom: 3pt;
}

footer {
    margin-top: 6vh;
    margin-bottom: 5vh;
    text-align: center;
}

footer p {
    font-size: 9pt;
    line-height: normal;
}

a {
    color: black;
    text-decoration: underline;
}

a:hover {
    color:  rgb(235, 143, 31);
}



.logo {
    display:inline-block;
    vertical-align: middle;
}

.gallery-box {
    display: flex;
    flex-direction: column;
}

.heading2 {
    justify-self: right;
}

.gallery {
    margin-bottom: 3vh;
    width: 100%;
    display: block;
}

.content {
    align-self: center;
    position: relative;
    max-width: 800px;
}

.content .text {
    display: flex;
    flex-direction: column;
}

.content .text p {
    margin-top: 4vh;
    line-height: 1.2em;
}

.caption {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: small;
  margin-top:-10pt;
  margin-bottom: 20pt;
  font-style: italic;
  color: grey;
}
