body {
    color: rgba(0,0,0,0.8);
}

h1,h2,h3,h4,h5,h6, dt {
    color: rgba(0,0,0,0.8);
}

a {
   color: rgba(0,0,0,0.8); 
}

a:hover {
    color: rgba(0,0,0,0.8);
    text-decoration: none;
}

strong {
    font-weight:600;
}

figure {
    padding: 0.5em 0 1em 0;
}

figcaption {
    font-style: normal;
    color: rgba(0,0,0,0.8);
    font-family: inherit;
    font-size: 9pt;
    width: 100%;
    text-align: center;
}

.button, .button:hover, .button:active {
    background-color: #44a4ae;
}

#main-nav {
    background: rgba(255,255,255,0.9);
}

#pageHeader {
    background: #44a4ae;
    padding: 12px 0 6px 0;
    margin: 0 0 2em 0;
}

#pageHeader header h1 {
    text-align: left;
    text-transform: capitalize;
    font-size: 2.5em;
    font-weight: 200;
    margin-bottom: 0.4em;
    letter-spacing: 1px;
    padding: 0;
    display: block;
}

#pageHeader header h1 strong {
    font-weight: 700;
}

.sectionHeader {
    margin: 1.5em 0;
}

.sectionHeader h1 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    border-top: 5px solid #44a4ae;
    display: inline-block;
    padding: 0.5em 0 1em 0em; 
}

section h2 {
    font-weight: 900;
    font-size: 1em;
}

section h3 {
    font-weight: 600;
    font-size: 0.9em;
}

section h4 {
    line-height: 1.5em;
}

section dd {
    margin-bottom: 1em;
    font-size: 0.9em;
}

section dt {
    font-weight: 900;
    font-size: 1em;
    sline-height: 1.2;
    margin-bottom: 0.2em;
}

#publications h2 {
    font-weight: 900;
    font-size: 1.1em;
    padding-top: 2px;
    margin-bottom: 1em;
   
}

img.thumbnail {
    transition: .2s ease-in-out;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 6px solid #fff;
    border-bottom: none;
}

img.thumbnail:nth-child(odd)  {
    border-left: none;
}

img.thumbnail:hover {
    transform: scale(1.1);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border: none;
}

.is-modal {
    position: relative;
}

.modal {
    border-radius: none;
    background: none;
    box-shadow: none;
}

.close {
    display: none;
}

.modal-header {
   display: none;
}

.modal-body {
  font-size: inherit;
  background: none;
  padding: 0;
}

.modal-image {
   background: none;
   height: 75vh;
}
  
.modal-footer {
    display: none;
}

.is-modal-caption {
    width: 70%;
    margin: 0 auto;
}

.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.9); }
  .overlay > .close {
    position: fixed;
    top: 1rem;
    right: 1rem; }


/*Mobile overrides*/
@media only screen and (max-width: 1024px) {
    
    .is-width-large {
       padding: 24px;
    }
    
    #pageHeader {
        background: #44a4ae;
        padding: 0;
        margin: 0 0 2em 0;
    }
    
    #pageHeader header h1 {
        text-align: left;
        text-transform: capitalize;
        font-size: 1.5em;
        font-weight: 300;
        margin-bottom: 0.4em;
        letter-spacing: 1px;
        padding: 0;
        display: block;
    }
    
    #pageHeader .is-large {
        font-size: 1.1em;
    }
    
    
}