

* {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
  }
  

  .nav{
    top: 0;
    z-index: 104;
  }
  
  .nav_bar{
      display: flex;
      background-color: #d4d2d0 ;
  }
  
  .push{
    margin-left: auto;
  }
  
  .nav_bar > div {
    color: #151515;
    padding: 10px;
    align-self: center;
  }
  
  .nav_bar > div > a{
    text-decoration: none;
    color: #121212;
    text-align: center;
    margin-left: 30px;
   
  }
  
  .nav_bar > div > a:hover{
  color: rgb(23, 23, 23);
  text-decoration: underline;
  }
  
  .icon_search > span{
    overflow-y: hidden;
  }

  .push_nav_2{
    display: flex;
    margin-left: auto;
    color: white;
    padding: 0px;
     background-color: #390404;
  }
  
  .push_nav_2 > div {
    color: #151515;
    padding: 10px;
    align-self: center;
    transition: background-color 0.3s; 
    margin: 0px;
   
  }
  
  .push_nav_2 > div:hover:nth-child(-n+4) {
   background-color: #6d0505;
  }
  
  .push_nav_2 > div > a{
    text-decoration: none;
    color: #fdfdfd;
    text-align: center;
    margin-left: 30px;
    font-size: larger;
   
  }
  
  .push_nav_2 > div > span {
    color: #e39f5a;
    margin-left: 30px;
    cursor: pointer;
  }

  .logo{
    font-size: 25px;
  }
  
.content{
    overflow-y: hidden;
}

  .blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 3px 3px 7px 3px rgba(17, 17, 17, 0.1);
    margin-bottom: 2%;
    background: #fff;
    line-height: 1.2;
    font-family: sans-serif;
    border-radius: 5px;
    overflow-y: hidden;
    z-index: 0;
    height: 400px;
  }
  
  .blog-card a {
    color: inherit;
    text-decoration: none;
  }
  
  .blog-card:hover .photo {
    transform: scale(1.3) rotate(3deg);

  }
  
  .blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
    overflow-y: hidden;
  }
  
  .blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
  }
  .blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow-y: hidden;
  }
  
 
  .blog-card .description h1 {
    line-height: 1.2;
    margin: 0;
    font-size: 1.7rem;
  }
  
  .blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
  }
  
  .blog-card .description .read-more a {
    color: #390404;
    font-weight: 500;
    display: inline-block;
    position: relative;
  }
  
  .blog-card .description .read-more a:hover {
    color: #390404;
   text-decoration: underline;
   transform: scale(1.3) ;
   margin-left: 10px;
  }

  .blog-card p {
    position: relative;
    margin: 1rem 0 0;
  }
  

  .foot_bar{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4d2d0;
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
    margin: 0px;
    column-gap: 20px;
  }
  
 
  
  .foot_bar2 > ul >li{
    text-decoration: none;
    list-style-type: none;
    line-height: 25px;
  }
  
  .foot_bar2 > ul >li > a{
    text-decoration: none;
    list-style-type: none;
    color: #121212;
  }
  
  .foot_bar2 > ul >li > a:hover{
    text-decoration: underline;
  }
  
  .foot_bar3 > ul >li{
    text-decoration: none;
    list-style-type: none;
    line-height: 25px;
  }
  
  .foot_bar3 > ul >li > a{
    text-decoration: none;
    list-style-type: none;
    color: #121212;
  }
  
  .foot_bar3 > ul >li > a:hover{
    text-decoration: underline;
  }
  
  .foot_bar3{
    align-self:center;
    margin-right: 25px;
  }
  
  .two_hr{
    border-left: 6px solid green;
     height: 290px;
  }
  
  .fa {
    padding: 20px;
    text-align: center;
    font-size: 30px;
    width: 30px;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  .fa-instagram {
    background: #881284;
    color: white;
  }
  
  .fa-snapchat{
    background: rgb(194, 239, 16);
    color: white;
  }

  .one_hr{
    display: none;
   }

   .two_hr{
    border-left: 6px solid green;
     height: 290px;
  }

  ::-webkit-scrollbar{
    width: 10px;
  }
  
  ::-webkit-scrollbar-track{
    border: 1px solid rgb(255, 255, 255);
    border-radius: 8px;
  }
  
  ::-webkit-scrollbar-thumb{
    background: rgba(108, 108, 108, 0.558);
    border-radius: 8px;
  }
  ::-webkit-scrollbar-thumb:hover{
    background-color: rgba(108, 108, 108, 0.896);
  }

  @media (min-width: 640px) {
    .blog-card {
      flex-direction: row;
      max-width: 700px;
    }
  
    .blog-card .meta {
      flex-basis: 40%;
      height: auto;
    }
  
    .blog-card .description {
      flex-basis: 60%;
    }
  
    .blog-card.alt {
      flex-direction: row-reverse;
    }
  
  }
   
  @media only screen and (max-width: 1440px) {
    .one_hr{
      height: 289px;
    }
  
    .foot_bar{
      display: flex;
      align-items:flex-start;
      flex-direction: column;
      background-color: #d4d2d0;
      max-width: 100%;
      max-height: 100%;
      padding: 0px;
      margin: 0px;
    }
    
    .foot_bar1{
      margin: 0 auto;
      margin-bottom: 20px;
      margin-right: 30px;
    }
    
    .foot_bar2 > ul >li{
      text-decoration: none;
      list-style-type: none;
      line-height: 25px;
    }
    
    .foot_bar2 > ul >li > a{
      text-decoration: none;
      list-style-type: none;
      color: #121212;
    }
    
    .foot_bar2 > ul >li > a:hover{
      text-decoration: underline;
    }
    .foot_bar3 > ul >li{
      text-decoration: none;
      list-style-type: none;
      line-height: 25px;
    }
    
    .foot_bar3 > ul >li > a{
      text-decoration: none;
      list-style-type: none;
      color: #121212;
    }
    
    .foot_bar3 > ul >li > a:hover{
      text-decoration: underline;
    }
    
    .foot_bar3{
      margin-right: 25px;
    }
  
    .foot_bar3{
      align-self:flex-start;
      margin-right: 25px;
    }
    
    .two_hr{
      border-top: 6px solid green;
      border-bottom: none;
      border-left: none;
      border-right: none;
      width: 340px;
      height: 20px;
      margin-left: 15px;
    }
  
    .one_hr{
      display: flex;
      border: none;
    }
  
  
  }
  
  @media only screen and (max-width: 1040px){
    .mobo {
      display: flex;
      flex-direction: column;
  }
  
  .mobo-hidden {
      display: none;
      
  }
  
  .mobo-hidden.open {
      display: block;
      margin-right: auto;
  }
  
  .mobo-hidden .push_nav_2 {
      margin-top: 20px; /* Adjust spacing between links and Chocolate Traders */
  }
    .nav{
      position: relative;
      top: 0;
      z-index: 104;
    }
    
    .nav_bar{
        display: flex;
        background-color: #d4d2d0 ;
    }
    
    .push{
      margin-left: auto;
    }
    
    .nav_bar > div {
      color: #151515;
      padding: 10px;
      align-self: center;
    }
    
    .nav_bar > div > a{
      text-decoration: none;
      color: #121212;
      text-align: center;
    
     
    }
    
    .nav_bar > div > a:hover{
    color: rgb(23, 23, 23);
    text-decoration: underline;
    }
    
    .nav_bar > div > img {
      height: 50px;
      width: 50px;
      border-radius: 50px;
      margin-left: 15px;
    }
    
    
    .push_nav_2{
      display: flex;
      background-color: #d4d2d0 ;
      margin-left: auto;
      flex-direction: column;
    
      width: 100%;
    }
    
   .push_nav_2 > .nav-items{
    color: white;
    margin-right: auto;
  }
    .push_nav_2 > div:hover:nth-child(-n+4) {
     background-color: #ada5a5;
    }
    
    .push_nav_2 > div > a{
      text-decoration: none;
      color: rgb(38, 2, 2);
      text-align: center;
      font-size: larger;
     margin-left: 3px;
    }
  
    .push_nav_2 > div > a:hover{
      text-decoration: underline;
    }
    
    .push_nav_2 > div > span {
      color: #e39f5a;
      cursor: pointer;
    }
  
  
    .one_hr{
      display: flex;
      border: none;
    }
  
    
  }
  
  @media only screen and (max-width: 800px){
  
  
    .one_hr{
      display: flex;
      border: none;
      height: 0px;
    }
  
  
  .hero_text > h1{
      font-size: 32px;
  }
  .hero_text > p{
    max-width: 100%;;
  }
  .hero_text > a {
    font-size: 20px;
    padding: 10px 10px;
  
  }
  
  
  .logo{
    font-size: 20px; 
  }
    .foot_bar{
      display: flex;
      align-items: center;
      background-color: #d4d2d0;
      padding: 0px;
      margin: 0px;
    }
    
    .foot_bar1{
      margin-left: 0px;
      margin-bottom: 20px;
      align-self: center;
      text-align: center;
    }
    
    .foot_bar2{
      align-self:center;
      text-align: center;
      margin-bottom: 20px;
    }
  
    .foot_bar3{
      align-self:center;
      text-align: center;
      margin-right: 0;
    }
    
    .two_hr{
       border-top: 6px solid green;
       border-left: none;
       margin: 0 auto;
    }
  
   
    
    .fa {
      padding: 20px;
      font-size: 30px;
      width: 30px;
      text-align: center;
      text-decoration: none;
      margin: 5px 2px;
    }
     
  }

  @media (max-width: 639px) {
    .blog-card {
      height: auto;
    }
  }