h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

    
  .article-list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .article, .properties{
    width: 100%;
    max-width: 900px;
    border-radius: 8px;
  }

  .article a{
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
  }
  
  .site h2{
    font-size: 24px;
    color: #333;
  }
  
  .site p{
    font-size: 18px;
    color: black;
  }
  
  .site.hidden{
    display: none;
  }

  .hidden{
    display: none;
  }

.text, .articles{
    width: 65%;
    float: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}



.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
  .map{
    z-index: 0;
    width: 80%;
    height: 350px;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-top: 0;
    border: none;
    flex-shrink: 0;
    right: 0;
    object-fit: cover;
    margin-right: 0;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

#advert1{
    z-index: 50;
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: static !important;
    border-radius: 20px;
  }

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

.imageTwo{
    z-index: 50;
    width: 25%;
    height: 300px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;

}

.imageThree{
    z-index: 0;
    width: 25%;
    height: 200px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageFour{
    z-index: 0;
    width: 25%;
    height: 200px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageFive{
    z-index: 0;
    width: 25%;
    height: 200px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageSix{
    z-index: 0;
    width: 25%;
    height: 200px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageSeven{
    z-index: 0;
    width: 25%;
    height: 300px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageEight{
    z-index: 0;
    width: 25%;
    height: 300px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageNine{
    z-index: 0;
    width: 25%;
    height: 300px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-right: 90px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 270px;
    font-size: 0.9em;
    position: static !important;
}

.picture{
    position: static !important;
}

a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: #f2f0e6;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}

ul{
    margin-left: 0;
    padding-left: 0;
}

ol{
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
}

h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}



.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

ol{
    padding-left: 20px;
}





.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }




.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}



#cafesTitle{
    color: #6F4F37;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 80px;
    font-family: "Bruno Ace SC";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2.5rem;
    width: 100%;
}


.cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    margin-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 90px;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 200px;
    margin-bottom: 100px;
}

.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

