*{
   box-sizing: border-box;
}

body{
   background-color: #F0EBE3;

   font-size: 16px;
   font-family: "Unica",sans-serif;

}

#header-nav{
   border-radius: 0;
   background-color: white;
}
h1 {
   font-weight: 350;
   font-size: 35px;
   font-family: "Josefin Sans", sans-serif;
   color: black;

   }
 


a{
   color: #202020;
   outline-color: currentcolor;
   outline: none !important;
   text-decoration: none;
   outline-style: none;
   outline-width: medium;
   text-decoration-style: solid;
   text-decoration-color: currentcolor;
   text-decoration-thickness: auto;
}
   .btn-custom a{
   position: absolute;
   left: 40px;
   appearance: none;
   border: 1px solid #666;
  border-radius: 35px;
  display: inline-block;
  font-family: "Unica",sans-serif;
  font-size: 11px;
  font-weight: 300;
  height: 35px;
  letter-spacing: .05em;
  line-height: 32px;
  min-width: 160px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease;
}


.btn-custom a:hover{
   background: #202020;
  border-color: #202020;
  color: #fff;

}


   .main-image {
      background: url('../images/index.png') no-repeat;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 40px;
    text-align: center;
    height:390px;
    box-shadow: 0 0 70px #B7BCCB;

   }



@media (min-width: 1200px){
.btn-custom a:hover{
   background: #202020;
  border-color: #202020;
  color: #fff;

}
      #header-nav {
     min-height: 100px;
   }

   .navbar-nav {
     flex-direction: row;
     gap: 15px;
     margin-top: 50px; /* Lower the list */
   }
    #main-content .container{
      margin-top: 50px;
      box-shadow: 0 0 70px #B7BCCB;
    }
    #main-content .row p{
      margin-top: 250px;
      font-family: "Unica";
      width: 100%;
      text-align: center;
    }
       .scroll-container {
      position: relative;
      overflow: hidden;
      width: 100%;
    }
    
    /* The actual scrollable area */
    .scroll-content {
      display: flex;
      transition: transform 0.5s ease;
      width: 100%;
    }
    
    /* Make each container take exactly one viewport width */
    .slide-item {
      flex: 0 0 100%;
      width: 100%;
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease;
    }
    
    /* Hidden slide */
    .slide-item.hidden {
      visibility: hidden;
      opacity: 0;
      position: absolute;
    }
    
    /* Navigation buttons */
    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background-color: #B7BCCB;
      color: white;
      border: none;
      width: 50px;
      height: 50%;
      font-size: 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .prev-btn {
      left: 10px;
    }
    
    .next-btn {
      right: 10px;
    }
    
    /* Your existing styles */
    #content-image {
       background-repeat: no-repeat;
       background-position: center;
       marigin-top: 0px;
       background-size: 90% auto;
       text-align: center;
      height: 517px;
    }
   #footer{

      margin-top: 30px;
      padding-top: 35px;
      padding-bottom: 30px;
      background-color: #222;
      border-top: 0;
      
    }
    #footer .container-fluid section p{
      margin-left: 20%;
      margin-top: 50px;
      margin-bottom: 35px;
      width: 50%;
      text-align: left;
      font-family: Unica;
      line-height: 2;
      color: white;
    }
    #footer a{
         color: white;
         outline-color: currentcolor;
         outline-style: none;
         outline-width: medium;
         text-decoration: underline;
         text-decoration-style: solid;
         text-decoration-color: white;
         text-decoration-thickness: auto;
      }

    #moe{
      color: white;
      margin-top: 20px;
      font-family: Unica;
    }
}

@media (min-width: 769px) and (max-width: 1199px){





.btn-custom a:hover{
   background: #202020;
  border-color: #202020;
  color: #fff;

}
            #header-nav {
        min-height: 100px;
	z-index: 2000;
      }

      .navbar-nav {
        flex-direction: row;
        gap: 15px;
        margin-top: 50px; /* Lower the list */
      }
       #main-content .container{
         margin-top: 50px;
         box-shadow: 0 0 70px #B7BCCB;
       }
       #main-content .row p{
         margin-top: 150px;
         font-family: "Unica";
         width: 100%;
         text-align: center;
       }
       .scroll-container {
      position: relative;
      overflow: hidden;
      width: 100%;
    }
    
    /* The actual scrollable area */
    .scroll-content {
      display: flex;
      transition: transform 0.5s ease;
      width: 100%;
    }
    
    /* Make each container take exactly one viewport width */
    .slide-item {
      flex: 0 0 100%;
      width: 100%;
      visibility: visible;
      transition: opacity 0.3s ease;
    }
    
    /* Hidden slide */
    .slide-item.hidden {
      visibility: hidden;
      opacity: 0;
      position: absolute;
    }
    
    /* Navigation buttons */
    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background-color: #B7BCCB;
      color: white;
      border: none;
      width: 50px;
      height: 50%;
      font-size: 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .prev-btn {
      left: 10px;
    }
    
    .next-btn {
      right: 10px;
    }
    
    #content-image {
     /* background: url('../images/photo.jpg') no-repeat; */
       background-repeat: no-repeat;
       background-position: center;
       background-size: 90% auto;
       text-align: center;
      height: 517px;
    }


   #footer{

      padding-bottom: 30px;
      background-color: #222;
      
    }
    #footer .container-fluid section p{
      margin-left: 20%;
      margin-top: 50px;
      margin-bottom: 35px;
      width: 70%;
      text-align: left;
      font-family: Unica;
      line-height: 2;
      color: white;
    }
    #footer a{
         color: white;
         outline-color: currentcolor;
         outline-style: none;
         outline-width: medium;
         text-decoration: underline;
         text-decoration-style: solid;
         text-decoration-color: white;
         text-decoration-thickness: auto;
      }

    #moe{
      color: white;
      margin-top: 20px;
      font-family: Unica;
    }

}

@media (max-width: 768px){
     #header-nav {
       min-height: 150px;
       z-index: 2000;
     }
     
     #nav-butt {
       position: absolute;
       right: 20px;
       margin-top: 20px;

     }
     
     .navbar-nav {
       margin-top: 70px;
       position: absolute;
       top: 100%;
       right: 0;
       background-color: #f8f9fa;
       padding: 10px;
       border-radius: 5px;
     }

    #main-content .container{
      margin-top: 50px;
      box-shadow: 0 0 70px #B7BCCB;
    }
    #main-content .row p{
      margin-top: 50px;
      font-family: "Unica";
      width: 100%;
      text-align: center;
    }
    #content-image{
     /* background: url('../images/photo.jpg') no-repeat; */
       background-repeat: no-repeat;
       background-position: center;
       marigin-top: 0px;
       background-size: 90% auto;
       text-align: center;
       height: 317px;
    }
    .slide-item {
      margin-bottom: 30px; /* Space between vertically stacked items */
    }
    
    /* Hide scroll buttons on small screens */
    .scroll-btn {
      display: none;
    }
       #footer{

      background-color: #222;
      border-top: 0;
      
    }
    #footer .container-fluid section p{
      
      margin-top: 50px;
      margin-bottom: 35px;
      font-family: Unica;
      line-height: 2;
      color: white;
    }
    #footer a{
         color: white;
         outline-color: currentcolor;
         outline-style: none;
         outline-width: medium;
         text-decoration: underline;
         text-decoration-style: solid;
         text-decoration-color: white;
         text-decoration-thickness: auto;
      }

    #moe{
      color: white;
      margin-top: 20px;
      font-family: Unica;
    }
    hr{ 
       margin-top: 1rem;
       margin-bottom: 1rem;
       margin-left: 25%;
       border: 0;
       border-top: 1px solid rgb(247, 242, 242);
       width: 50%;
    }
}
