body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 54px;
    color: #3f5a7d;
  }
  
  @media (min-width:992px) {
    body {
      padding-top: 0;
      padding-left: 17rem;
    }
  }
  
  h1, h2, h3, h4, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #064fad;
  }
  
  h1 {
    font-size: 5.5rem;
    line-height: 4rem;
  }
  
  h2 {
    font-size: 3rem;
  }
  
  h3 {
    font-size: 1.75rem;
  }
  
  h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #2e406e;
  }
  
  p.h7 {
    font-size: 1rem;
    font-weight: 600;
    color: #2e406e;
  }
  
  p.lead {
    font-size: 1.1rem;
    font-weight: 400;
    color: #3f5a7d;
  }
  
  .subheading {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
  }
  
  h1 .text-primary {
    color: #2e406e !important;
  }
  
  .list-social-icons a {
    color: #3f5a7d;
  }
  
  .list-social-icons a:hover {
    color: #064fad;
  }
  
  .list-social-icons a .fa-lg {
    font-size: 1.75rem;
  }
  
  .list-icons {
    font-size: 3rem;
  }
  
  .list-icons .list-inline-item i:hover {
    color: #064fad;
  }
  
  .logo {
    display: block;
    position: relative;
    margin-top: 20px;
  }
  
  #rutgers, #sppu, #hsbc, #marathonbibs {
    position: right;
  }
  
  #rutgers {
    max-height: 250px;
    max-width: 250px;
  }
  
  #sppu {
    max-width: 250px;
    max-height: 150px;
  }
  
  #hsbc {
    max-width: 250px;
    max-height: 100px;
  }
  
  #marathonbibs {
    max-width: 600px;
    max-height: 325px;
  }
  
  .gridder {
    position: relative;
    display: block;
    align-content: left;
  }
  
  .grid-item {
    display: block;
    float: left;
    margin: 16px 0;
    padding: 0 16px;
  }
  
  .grid-item, .grid-sizer {
    width: 100%;
  }
  
  .grid-item img {
    width: 100%;
    height: 100%;
  }
  
  .grid-item .img-place {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
  }
  
  .grid-item .img-caption {
    position: absolute;
    bottom: 0;
    padding: 12px 16px;
    width: 100%;
    background-color: #323131;
    color: #fff;
    z-index: 11;
  }
  
  .grid-item .img-caption p {
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .grid-item .img-caption p::before {
    content: "\2014";
    margin-right: 5px;
  }
  
  @media (min-width:768px) {
    .gridder .grid-item, .gridder .grid-sizer {
      width: 50%;
    }
  }
  
  @media (min-width:992px) {
    .gridder .grid-item, .gridder .grid-sizer {
      width: 33.33333%;
    }
  }
  
  .fg-theme {
    color: #064fad !important;
  }
  
  .img-place {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
  }
  
  .img-place > img {
    width: 100%;
    height: auto;
  }
  
  .container {
    text-align: left;
  }
  
  .visitCounter {
    color: #f8f9fa !important;
  }
  
  #sideNav .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    letter-spacing: .05rem;
    text-transform: uppercase;
  }
  
  #sideNav .navbar-toggler:focus {
    outline-color: #064fad;
  }
  
  @media (min-width:992px) {
    #sideNav {
      text-align: center;
      position: fixed;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      width: 17rem;
      height: 100vh;
    }
    
    #sideNav .navbar-brand {
      display: flex;
      margin: auto auto 0;
      padding: .5rem;
    }
    
    #sideNav .navbar-brand .img-profile {
      max-width: 14rem;
      max-height: 14rem;
      border: .5rem solid rgba(255,255,255,.2);
    }
    
    #sideNav .navbar-collapse {
      display: flex;
      align-items: flex-start;
      flex-grow: 0;
      width: 100%;
      margin-bottom: auto;
    }
    
    #sideNav .navbar-collapse .navbar-nav {
      flex-direction: column;
      width: 100%;
    }
    
    #sideNav .navbar-collapse .navbar-nav .nav-item {
      display: block;
    }
    
    #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
      display: block;
    }
  }
  
  section.resume-section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  section.resume-section .resume-item .resume-date {
    min-width: none;
  }
  
  @media (min-width:768px) {
    section.resume-section {
      min-height: 100vh;
    }
  
    section.resume-section .resume-item .resume-date {
      min-width: 18rem;
    }
  }
  
  @media (min-width:992px) {
    section.resume-section {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
  }
  
  .bg-primary {
    background-color: #064fad !important;
  }
  
  .text-primary {
    color: #064fad !important;
  }
  
  a {
    color: #064fad;
  }
  
  a:active, a:focus, a:hover {
    color: #02358a;
  }
  