#logo {
    width: 100%;
    height: auto;
  }
  
  #header-link:link, #header-link:visited {
    color: #00A650;
  }
  
  #header-content {
    font-size: 1.25rem;
  }
  
  .header-icon-link {
    padding-left: 10px;
    color: #00A650;
  }
  
  .header-icon-link:hover {
    text-decoration: none;
    color: #00A650;
    filter: brightness(80%);
  }
  
  .title {
    text-align: center;
    font-weight: bold;
    color: #00A650;
    margin-top: 1.75rem;
  }
  
  .subtitle {
    font-size: 1.5rem;
    text-align: center;
    font-style: italic;
  }

  .left{
    text-align: left;
  }
    
  .navbar {
    padding:0rem;
  }
  
  .dropdown .dropdown-menu {
    border-radius:0;
   }
  
  .header-details {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
  
  .content {
    margin-top: 2rem;
    text-align: justify;
  }
  
  .portfolio {
    margin-top: 3.5rem;
  }
  
  .portfolio-item {
    margin-bottom: 30px;
  }
  
  .card-img-top {
    height: 100%;
    min-height: 60px;
    display: block;
    margin: 0 auto;
  }
  
  .card {
    border: 0;
  }
  
  .card-title {
    color: #00A650;
    text-align: center;
    font-weight: bold;
  }
  
  .card-text {
    font-size: 1.15rem;
  }
  
  .pa-card-title {
    color: #00A650;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
  }
  
  .pa-card-subtitle {
    color: #343A40;
    font-style: italic;
    font-weight: bold;
    font-size: 1.25rem;
  }
  
  .pa-card-img-top {
    height: auto;
    margin: 10px auto;
  }
  
  .pa-card-body {
    margin: 0;
  }
  
  .main-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .centered {
    position: relative;
    width: 100%;
    display: block;
  }
  
  .bottom-left {
    position: absolute;
    bottom: 15%;
    left: 20%;
    color: white;
  }
  
  
  .footer-link {
    color: white;
  }
  
  .footer-link:hover {
    color: #999999;
    font-weight: bolder;
    text-decoration: none;
  }
  
  .footer-navlink {
    font-size: 0.75rem;
    color: white;
    margin: 0 20px;
  }
  
  .footer-navlink:hover {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
  }
  
  .footer-icon-link {
    font-size: 0.7rem;
    padding: 0 10px;
    color: #343A40;
  }
  
  .footer-icon-link.fa-stack {
    margin: 15px 0;
  }
  
  .footer-icon-link:hover {
    text-decoration: none;
    color: #343A40;
    filter: brightness(80%);
  }
  
  .footnote {
    font-size: 0.6rem;
  }
  
  footer {
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
  }
  
  /* Small devices (phones) */
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 4vw;
    }
  }
  
  /* Medium devices (tablets, 768px and up) 
  The navbar toggle appears at this breakpoint */
  @media (min-width: 768px) {  
    .header{
      padding: 1rem 0;
    }
  
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
      border-radius:0;
    }
  
    .navbar {
        height: 3rem;
    }
  
    @media (min-width: 1025px) {
      .zoom {
        transition: transform .2s; /* Animation */
      }
      
      .zoom:hover {
        transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        z-index: 1;
      }
    }
  }
  