/* Write your custom styles here */
.blog-detail-content img{
    height: auto;
  }

  .blog-detail-contents{
    max-width: 1100px;
  }

  .blog-detail-contents h2{
    margin-bottom: 40px;
    margin-top: 50px;
    text-align: center;
  }

  .hamburger-menu{
    width: 170px;
    height: 170px;
  }

  .hamburger{
    left: 16px;
    bottom: 34px;
  }

  .list-items-container .list-item figcaption{
    background: #ffec03d9;
  }

  .blog-detail-banner img{
    height: 225px;
  }

  .copyright{
    display: none;
  }

  .resume-image img{
    max-width: 290px;
  }
  .resume-image{
    display: flex;
    /* margin-top: 50px; */
  }

  .download-resume .btn-default{
    padding: 10px 10px;
  }

  .download-resume .btn-default:hover{
    background: #fff !important;
    color: #0237fe !important;
    border: 1px solid #0237fe;
  }


  @media only screen and (max-width: 600px) {
    .Menu-list-item a{
      font-size: 3vh;
    }
  }
 