h1, h2, h3, h4{
    font-family: Serif;
}

p, ul, address, span, li {
    font-family: Serif;
}

.center-content{
    margin: auto;
    width: 65%;
}

@media only screen and (max-width: 800px) {
    .center-content {
        width: 90%;
    }
  }

.center-text{
    text-align: center;
}

.navbar {
    visibility: collapse;
    height: 0;
    display: flex;
    background-color: #222f3e;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  
  .navbar a {
    color: white;
    padding: 15px 15px;
    text-decoration: none;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-weight: bold;
  }
  
  .navbar-link a:hover {
    background-color: #c8d6e5;
    color: black;
  }


  .navbar-right {
    text-align: right;
    padding-right: 15px;
  }

  .navbar-left {
    text-align: left;
    padding-left: 15px;
  }

  .navbar-header-span{
      font-size: 1.5rem;
      color: white;
      font-family: "Lalezar", Sans-serif;
      display:inline-block;
      vertical-align: middle;
      margin-left: 5px;
  }

.header-section{
    margin: 0px;
    padding: 0px;
    display: none;
    height: 0;
}

.body-fullscreen{
    width: 100%;
    margin: 0px;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.fill img {
    min-width: 100%;
    min-height: 100%
}

.header-image{
    max-height: 700px;
    object-fit: cover;
}

.author-box{
    display: none;
    margin-top: 30px;
    color: #57606f;
}

.author-box hr{
    border: 1px solid #dfe4ea;
}

.main-content{
    margin-top: 30px;
}

p, address, span{
    font-size: 1.25rem;
}

ul{
    font-size: 1.25rem;
}

h1{
    font-size: 2.9rem;
    letter-spacing: 1px;
}

h2{
    font-size: 2rem;
    letter-spacing: 1px;
}

h3{
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.section-image{
    max-height: 520px;
    object-fit: cover;
    object-position: 50% 50%;
}

@media only screen and (min-width: 900px) {
    .image-container {
        flex-wrap: nowrap !important;
    }
  }

.image-container {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }

.f-image
{
    max-width: 100%;
}

.image-box{
    max-width: 100%;
}

.image-box:hover{
    margin: 4px;
    box-shadow: 3px 4px 4px #5a5a5a;
}

.image-link{
    margin-right: 10px;
    margin-top: 10px;
}

.list-margin{
    margin-top: 60px;
}

.list-small-margin{
    margin-top: 40px;
}

.margin-top-xs{
    margin-top: 10px;
    font-style: italic;
    font-size: 0.9rem;
}

.margin-s{
    margin-top: 40px;
}

  .row {
    display: flex;
  }

  @media only screen and (max-width: 900px) {
    .row {
      flex-wrap: wrap;
    }
  }
  
  .column {
    flex: 50%;
  }

  .logo-medium{
      width: 128px;
      display: none;
  }

  .logo-nav{
    width: 52px;
    height: 52px;
    margin-top: 6px;
    margin-bottom: 6px;
    display:inline-block;
    vertical-align: middle;
  }

  .footer {
    display: none;
    margin-top: 70px;
    margin-bottom: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
    color: black;
    text-align: center;

  }

.footer a { 
    padding: 15px; 
 }

.footer a:link { 
    color:black;
 }

.footer a:visited {
     color:black;
}

.footer a:hover { 
    color:black;
}

.footer a:active { 
    color: black;
 }

 .ul-square{
    list-style-type: square;
 }

 .long-text{
     word-wrap: break-word;
 }

 .side-panel{
    display: none;
}

.side-unit{
    display: none;
}