* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background: #333;
  }
  #nav ul  li a[class="li-projects"]{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    border-bottom: 3px transparent solid;
    padding-bottom: 0.5rem;
    border-color: #ffbc00;
    }
  a {
    text-decoration: none;
    color: #333;
  }
  
  ul {
    list-style: none;
  }
  
  h2,
  h3,
  h4 {
    text-transform: uppercase;
  }
  
  img {
    width: 100%;
  }
  
  /* #logo {
    width: 70px;
    height: 70px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: #999;
    font-style: italic;
    font-weight: bolder;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 8px;
    font-size: 3rem;
  } */
  
  #main-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
  }
  #main-nav ul {
    display: flex;
  }
  #main-nav ul li {
    padding: 1rem 1.5rem;
  }
  #main-nav ul a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 3px transparent solid;
    padding-bottom: 0.5rem;
    transition: border-color 0.5s;
  }
  #main-nav ul a:hover {
    border-bottom: #ccc;
  }
  #main-nav ul a.current {
    border-color: #ffbc00;
  }
  
  #header-inner {
    background: url("./public/img/activityPhoto.png") no-repeat 20% 30% / cover;
    height: 5.5rem;
    border-bottom: 3px solid #ffbc00;
  }
  
  .h3 {
    color: #ffbc00;
    /* text-align: center; */
  }
  .projects {
    line-height: 1.5rem;
  }
  .project_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    background: #555;
    color: #fff;
  }
  .pre {
    overflow-y: scroll;
    height: 30vh;
  }
  h2 {
    font-size: 2rem;
    line-height: 6rem;
    color: #fff;
    margin-left: 1rem;
  }
  .container1 h5 {
    background: url("https://images.unsplash.com/photo-1518655048521-f130df041f66?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80")
      no-repeat center center/cover;
    padding: 200px;
    text-align: center;
    font-size: 5rem;
    opacity: 0.8;
    height: 577px;
  }
  .footer_container {
    max-width: 1170px;
    margin: auto;
  }
  .row {
    display: flex;
    justify-content: space-evenly;
    /* flex-wrap: wrap; */
  }
  ul {
    list-style: none;
  }
  .footer {
    background-color: #333;
    padding: 50px 0;
  }
  .footer.copy {
    text-align: center;
    color: #fff;
  }
  .footer-col {
    width: 25%;
    padding: 0 15px;
  }
  .footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 500;
    position: relative;
  }
  /* .footer-col h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #ffbc00;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  } */
  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-col ul li a,
  pre {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
  }
  .footer-col ul li a:hover {
    color: #ffbc00;
    padding-left: 8px;
  }
  .footer-col .social-links a {
    display: inline-block !important;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center !important;
    line-height: 40px !important;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  .footer-col .social-links a i {
    text-align: center;
    margin-top: 30%;
  }
  .footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffbc00;
  }
  .contact-info {
    color: #fff;
  }
  pre {
    margin-left: -110px !important;
  }
  .bottom-line1 {
    height: 1px;
    width: 4rem;
    background: #ffbc00;
    display: block;
    margin: 0.5rem 0;
  }
  
  @media (max-width: 500px) {
    .footer-col .social-links {
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: space-evenly;
  
      margin: 1rem 8rem;
    }
    .footer-col .social-links a {
      height: 60px;
      width: 60px;
      margin: 1rem 0.5rem;
      padding: 0.2rem 1rem !important;
      font-size: 2rem;
    }
    .footer-col .social-links a i {
      margin-right: 8rem !important;
      /* margin-top: 0.5rem !important; */
      margin: 0.5rem 2rem 1rem 0rem;
    }
  }
  