nav {  
    color: #fff;
    background-color: #efefef;
    width: 100%;
    overflow: overlay
}

.logo img {
    width: 80%;
    max-width: 80%;
    height: auto;
    width: auto\9; /* ie8 */
    margin-left: auto;
    margin-right: auto;
}

.content {
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: "left";
    padding: 10%;
}

.content img {
    max-width: 350px;
    width:100%;
    height: auto;
}

.section img {
    padding-top: 20px;
}

/* Headers and Fonts */

@font-face {
  font-family: 'Nunito';
  src: url(https://fonts.googleapis.com/css?family=Nunito);
}

html {
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

body {
    font-size: 18px;
}

h2 {
    font-size: 36px;
    font-family: 'Karla', sans-serif;
}

h3 {
    font-size: 18px;
    font-family: 'Karla', sans-serif;
}

@media only screen and (max-width: 480px) {
  h4 {
    font-size:10pt;
  }
}

@media only screen and (max-width: 480px) {
  h6 {
    font-size:6pt;
  }
}

/* Navigation Bar Button  -------------------------------------------------*/



/* Flex styles -------------------------------------------------*/

header {
  display: flex;
  align-items: center;
}

@media (min-width: 700px) {
   .leading {
    display: flex;
    align-items: center;
    }
}

/* Sponsors Grid -------------------------------------------------*/

.image-grid-large {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 15px;
    max-width: 960px;
    margin: 0 auto 20px;
}

/* Staff Grid -------------------------------------------------*/

.image-grid-small {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 15px;
    max-width: 960px;
    margin: 0 auto 0px;
}

image-cell {
    position: relative;
}

.image-cell-img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.image-cell-title {
    text-align: center;
    position: relative;
    padding-top: 5px;
    font-size: 14px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}
.ocf-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
