@media screen and (min-width: 1025px){
h1{
    font-size: 2em;
    font-family: 'Asul', sans-serif;
    padding-top: 50px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#articleTitle{
    padding-top: 100px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 12px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
}

  /* 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;
  }
  
.article{
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; }
  

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
  .map{
    z-index: 50;
    width: 80%;
    height: 350px;
    padding-top: 100px;
    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;

}

.time{
    color:rgb(128, 0, 0);
    display: inline;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 120px;
}

#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: 30%;
    height: 350px;
    right: 0;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: contain;
    flex-basis: 150px;
}



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;
    margin-bottom: 10px;
    position: sticky;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.click-article{
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}



.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.intro{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

ol{
    padding-left: 20px;
}

a:hover{
    color: #BFA14A;
}

nav>div>a{
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.part{
    display: inline-block;
    width: 70%;
}

.division{
    display: flex;
    width: 100%;
    font-size: 1.1em;
    justify-content: space-between;
    align-items: flex-start;
}

.text-block{
    flex: 1;
    display: block;
    width: 50%;
    padding: 40px;
}

.text-block p{
  display: block;   
  margin-bottom: 1em;    
}

.photo-stack {
  display: block; /* or flex-direction: column if using flex */
  width: 30%;    /* or limit it to something like 300px */
}

#stacked{
  width: 100%;     /* or set fixed width/height */
  display: block;  /* ensure no inline spacing */
  margin-bottom: 20px; /* optional spacing between them */
}

.bonheur-royale-regular {
    font-family: "Bonheur Royale", cursive;
    font-weight: 400;
    font-style: normal;
  }
}

@media screen and (min-width: 901px) and (max-width: 1024px){
h1{
    font-size: 2em;
    font-family: 'Asul', sans-serif;
    padding-top: 50px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#articleTitle{
    padding-top: 100px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 12px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
}

  /* 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;
  }
  
.article{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; }
  

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
  .map{
    z-index: 50;
    width: 80%;
    height: 350px;
    padding-top: 100px;
    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;

}

.time{
    color:rgb(128, 0, 0);
    display: inline;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 120px;
}

#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;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    border: none;
    border-radius: 20px;
    object-fit: contain;
    flex-basis: 150px;
    justify-content: center;
    align-items: center;
}


.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;
    margin-bottom: 10px;
    position: sticky;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.click-article{
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}



.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.intro{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

ol{
    padding-left: 20px;
}

a:hover{
    color: #BFA14A;
}

nav>div>a{
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.part{
    display: inline-block;
    width: 70%;
}

.division{
    display: inline-block;
    width: 70%;
    font-size: 1.1em;
}

.bonheur-royale-regular {
    font-family: "Bonheur Royale", cursive;
    font-weight: 400;
    font-style: normal;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px){
h1{
    font-size: 2em;
    font-family: 'Asul', sans-serif;
    padding-top: 50px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#articleTitle{
    padding-top: 100px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 12px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
}

  /* 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;
  }
  
.article{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; }
  

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
  .map{
    z-index: 50;
    width: 80%;
    height: 350px;
    padding-top: 100px;
    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;

}

.time{
    color:rgb(128, 0, 0);
    display: inline;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 120px;
}

#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;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: contain;
    flex-basis: 150px;
}


.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;
    margin-bottom: 10px;
    position: sticky;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.click-article{
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}



.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.intro{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

ol{
    padding-left: 20px;
}

a:hover{
    color: #BFA14A;
}

nav>div>a{
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.part{
    display: inline-block;
    width: 70%;
}

.division{
    display: inline-block;
    width: 70%;
    font-size: 1.1em;
}

.bonheur-royale-regular {
    font-family: "Bonheur Royale", cursive;
    font-weight: 400;
    font-style: normal;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px){
h1{
    font-size: 2em;
    font-family: 'Asul', sans-serif;
    padding-top: 50px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#articleTitle{
    padding-top: 100px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 12px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
}

  /* 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;
  }
  
.article{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; }
  

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
  .map{
    z-index: 50;
    width: 80%;
    height: 350px;
    padding-top: 100px;
    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;

}

.time{
    color:rgb(128, 0, 0);
    display: inline;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 120px;
}

#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;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: contain;
    flex-basis: 150px;
}


.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;
    margin-bottom: 10px;
    position: sticky;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.click-article{
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}



.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.intro{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

ol{
    padding-left: 20px;
}

a:hover{
    color: #BFA14A;
}

nav>div>a{
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.part{
    display: inline-block;
    width: 70%;
}

.division{
    display: inline-block;
    width: 70%;
    font-size: 1.1em;
}

.bonheur-royale-regular {
    font-family: "Bonheur Royale", cursive;
    font-weight: 400;
    font-style: normal;
  }
}

@media screen and (max-width: 480px){
h1{
    font-size: 2em;
    font-family: 'Asul', sans-serif;
    padding-top: 50px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#articleTitle{
    padding-top: 100px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 12px;
    line-height: 1.3;
    word-spacing: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
}

  /* 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;
  }
  
.article{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; }
  

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
  .map{
    z-index: 50;
    width: 80%;
    height: 350px;
    padding-top: 100px;
    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;

}

.time{
    color:rgb(128, 0, 0);
    display: inline;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 120px;
}

#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;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: contain;
    flex-basis: 150px;
}


.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;
    margin-bottom: 10px;
    position: sticky;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.click-article{
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}



.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.intro{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

ol{
    padding-left: 20px;
}

a:hover{
    color: #BFA14A;
}

nav>div>a{
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.part{
    display: inline-block;
    width: 70%;
}

.division{
    display: inline-block;
    width: 70%;
    font-size: 1.1em;
}

.bonheur-royale-regular {
    font-family: "Bonheur Royale", cursive;
    font-weight: 400;
    font-style: normal;
  }
}
