body {
    font-family: 'Space Grotesk', sans-serif;
    background-color: #fff;
}

.brand-text {
    font-size: 1.2em;
}

.menu-logo {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar {
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

.navbar-end {
    padding-top: 12px;
    padding-right: 20px;
}

.menu-pills {
    font-size: 0.8em;
    font-family: 'Space Grotesk', sans-serif;
    color: #000 !important; 
}

.navbar-item:hover {
    background-color:  #02d1b2 !important; 
    color: #fff !important;
}

.image-menu-div {
    margin-right: 40px;
}

.attention-menu-item {
    /* Previously #00008B @ color #ccc */
    background-color: #2646fe;
    color: #fff !important;
}

.attention-menu-item:hover {
    /* Previously: bgcolor #0000FF / #E6E6FA & color #ccc */
    background-color: #eff5fb !important;
    color: #000 !important;
}

.container {
    min-height: 550px;
    margin: 30px auto 30px auto;
}

.page-title {
    font-size: 1.4rem;
}

.large-page-title {
    font-size: 2.0rem;
    margin-top: 20px;
}
  

.hero_image {
    max-width: 1000px; 
    max-height: 600px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer {
    background-color: #213443;
    color: #ccc;
    min-height: 165px;
    max-height: 450px !important; 
}

.alexander-logo {
    margin-bottom: 15px;
    max-width: 115px;
    padding-top: 50px;
}

.footer a {
    color: #ccc;
}  

.flags {
    width: 250px;
}

.primary-paragraph-heading {
    font-size: 1.5em;
    text-transform: uppercase;
}

.secondary-paragraph-heading {
    font-size: 1.2em;
    text-transform: uppercase;
}

.image-container {
    position: relative;
}
  
.overlay {
    position: absolute;
    top: 225px;
    left: 40px;
    width: 35%;
    height: 25%;
    color:#fff;
    background-color: rgba(0,0,0,0.60); /* semi-opaque black */
    z-index: 1;
}

.team_photos {
    max-width: 250px; 
    max-height: 250px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.image-row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .image-row img {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
  }

  .team-card {
    width: 250px;
    height: 420px;
    background-color: #213443;
    color:#fff;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    cursor:pointer;
  }

  .image-div {
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .teammember-name {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .float-left {
    float: left;
    width: 250px;
    height: 420px;
    background-color: #213443;
    margin-right: 20px;
  }