@media screen and (min-width: 1025px){
h1{
    font-size: 2em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-top: 40px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

  /* 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;
  }


  #unit{
    font-size: 1.2em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-align: center;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    position: fixed;
    top: 0;
    text-decoration: none;
    width: 100%;
    max-height: 30px;
    opacity: 1;
    z-index: 1500;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 25px;
}

nav div{
    justify-content: space-between;
}

nav a:hover{
    color: #BFA14A;
}

#homelogo{
    width: 100px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
  }

.dropdownButton{
    float: none;
    border: none;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    background-color: inherit;
    font-family: inherit;
    overflow: visible;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 0;
    right: 10;
    font-size: 1em;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    position: absolute;
    vertical-align: top;
    justify-items: top;
    padding-right: 20px;
}

.dropdownButton:hover, .dropdownButton:focus{
    color: #BFA14A;
    height: 50px;
    width: 50px;
} 

.dropdownContent>a:hover{
    color: #BFA14A;
  }

.dropdown{
    position: relative;
    right: 20;
    top:-12px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding-right: 80px;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: top;
    justify-items: content;
}

.dropdownContent{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 0.1;
    background-color: rgba(18, 18, 18, 0.95);
    width: 150px;
    font-size: 0.8em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    float: left;
    box-shadow: 0px 4px 12px 0px rgb(3,0,0);
    color: inherit;
    overflow: visible;
    left: auto;
    right: 0;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 20px;
    
}

.dropdownContent>a{
    color: inherit;
    padding: 15px 15px;
    display: block;
    color: white;
}


.show{
    display: block;
    color: inherit;
}

nav, .dropdownContent{
    display: none;
    text-decoration: none;
    color: inherit;
}

.bar, .dropdownButton{
    display: inline-flex;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.2em;
}

.bar{
    padding-right: 300px;
    width: 60%;
    margin: 0 auto;
    display: flex;
    gap: 90px;
}

nav, .dropdown:hover .dropdownContent{
  display: block;
}

#unit{
    padding: 10px;
    height: 50px;
}


.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

.article{
    width: 50%;
    display: flex;
    margin: 0 auto;
    text-align: center;  /* centers text, images, etc. */
    flex-direction: column;
    align-items: center;
    align-content: center;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
}

#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: 100%;
    max-width: 500px;
    height: 250px;
    margin-top: 0;
    border: none;
    border-radius: 5px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    justify-content: right;
    align-items: right;
    margin: 0 auto;
    left: 0;
}


.picture{
    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;
}

footer{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    text-align: left;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 50000;
}


footer>div>p{
    margin: 0;
    padding: 5px;
}

footer>div>p>a{
    color: white;
}


.flexbox97{
    text-align: left;
    display: inline-flex;
    margin-left: 0px;
    padding-left: 200px;
    padding-right: 10px;
}

.flexbox98{
    text-align: center;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox99{
    text-align: center;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox100{
    text-align: right;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox101{
    float: right;
    display: inline-flex;
    padding-right: 200px;
  }


.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

ol{
    padding-left: 20px;
}

footer a:hover{
    color: #BFA14A;
}

nav a:hover:not(#homelogo) {
    transform: scale(1.05); /* Applies transform on hover for all except the logo */
  }
  
nav #homelogo:hover {
    transform: none !important; /* Prevents the transform on hover for the logo */
  }
  

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;
  }




.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    color: #7a7a7a;
}



.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.part{
    display: inline-block;
    width: 70%;
}

.division{
    display: inline-block;
    width: 70%;
}

.article1{
    width: 100%;
    background-color: white;
    border: solid 1px black;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-right: 30px;
    padding: 0;
  }

  .article2{
    width: 33%;
    background-color: white;
    border: solid 1px black;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-right: 30px;
    padding: 0;
  }

.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    z-index: 100;
    position: absolute;
    flex-direction: row;
    padding-top: 0;
    margin-top: 0;
}

.articles{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: flex;
    float: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
}

article p{
    color: black;
}

.article:hover h2, .article:hover h3{
    text-decoration: underline;
}

#articleSearch{
    border: solid 1px black;
    outline: none;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
    display: block;
    margin: 0 auto;
}

#articleSearch:hover{
    box-shadow: 0 3px 3px 3px black;
}

.input {
    position: relative;
    margin: 0 auto 40px auto; /* top right bottom left */
    width: 100%;
    display: block; /* changed from inline-block to block */
    max-width: 1000px; /* optional: limits width for visual appeal */
}

input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }


html, body {
    scroll-behavior: smooth;  /* Optional: Smooth scrolling */
    overflow-x: hidden;  /* Prevent horizontal scrolling */
    margin: 0 !important;
    padding: 0 !important;
  }

  
  .article.hidden{
    display: none;
  }

#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;
}

.article:first-child{
    border-right: 3px solid grey;
    margin: 10px;
}

.article-right:last-child{
    border-left: 3px solid grey;
    margin: 10px;
}

.row2:first-child {
    border-top: 3px solid grey;
    border-bottom: 3px solid grey;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 150px;
  }

.row2:last-child {
    border-top: 3px solid grey;
    border-bottom: 3px solid grey;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 150px;
  }



.row1{
    width: 100vw;
    height: 25vw;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    border-top: 3.5px solid black;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
}

.row2{
    width: 95vw;
    height: 25vw;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
}

.row3{
    width: 95vw;
    height: 25vw;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    border-top: 3.5px solid black;
    display: flex;
    justify-content: center;
}

.advert-placeholder {
    width: 300px;
    height: 250px;
    background-color: #e0e0e0; /* light gray placeholder */
    border: 2px dashed #999;  /* dashed border for 'in development' look */
    display: block;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #555;
    margin: auto auto;
    text-align: center;
    position: relative;
  }

  .advert-placeholder:first-child{
    border-right: 3px solid grey;
    border-bottom: 3px solid grey;
    margin-top: 10px;
  }

  .advert-placeholder:last-child {
    border-bottom: 3px solid grey;
  }

  .intro{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

ol{
    padding-left: 20px;
}

br{
    padding: 0;
    margin: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.click-article{
    background-color: white;
    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;
}

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;
    font-family: "Asul", sans-serif;
    color:rgb(3, 0, 0);
}}

@media screen and (min-width: 901px) and (max-width: 1024px){
 ::-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;
  }


.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

.article{
    width: 50%;
    display: flex;
    margin: 0 auto;
    text-align: center;  /* centers text, images, etc. */
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    padding-bottom: 30px;
    text-align: center;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
}

#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: relative;
    border-radius: 20px;
  }

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 75%;
    height: 200px;
    margin-top: 0;
    border: none;
    border-radius: 5px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    justify-content: right;
    align-items: right;
    margin: 0 auto;
    padding-bottom: 50px;
}


.picture{
    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;
}

footer a:hover{
    color: #BFA14A;
}


.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{
    color: #7a7a7a;
}



.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.part{
    display: inline-block;
    width: 70%;
}

.division{
    display: inline-block;
    width: 70%;
}

.article1{
    width: 100%;
    background-color: white;
    border: solid 1px black;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-right: 30px;
    padding: 0;
  }

  .article2{
    width: 33%;
    background-color: white;
    border: solid 1px black;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-right: 30px;
    padding: 0;
  }

.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    z-index: 100;
    position: absolute;
    flex-direction: column;
    padding-top: 0;
    margin-top: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;

}

.articles{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    text-align: center;
     min-height: 1800px;
}

article p{
    color: black;
}

.article:hover h2, .article:hover h3{
    text-decoration: underline;
}

#articleSearch{
    border: solid 1px black;
    outline: none;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
    display: block;
    margin: 0 auto;
}

#articleSearch:hover{
    box-shadow: 0 3px 3px 3px black;
}

.input {
    position: relative;
    margin: 0 auto 40px auto; /* top right bottom left */
    width: 100%;
    display: block; /* changed from inline-block to block */
    max-width: 1000px; /* optional: limits width for visual appeal */
}

input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }


html, body {
    scroll-behavior: smooth;  /* Optional: Smooth scrolling */
    overflow-x: hidden;  /* Prevent horizontal scrolling */
    margin: 0 !important;
    padding: 0 !important;
  }


body{
    overflow-x: hidden !important;
}

  
  .article.hidden{
    display: none;
  }

#articleTitle{
    padding-top: 100px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 18px;
    line-height: 1.3;
    word-spacing: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    font-size: 2em;
    display: flex;
    justify-content: center;
    text-align: center;
}


.advert-placeholder {
    width: 300px;
    height: 250px;
    background-color: #e0e0e0; /* light gray placeholder */
    border: 2px dashed #999;  /* dashed border for 'in development' look */
    display: block;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #555;
    margin: auto auto;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
  }

  .advert-placeholder:first-child{
    border-right: 3px solid grey;
    border-bottom: 3px solid grey;
    margin-top: 10px;
  }

  .advert-placeholder:last-child {
    border-bottom: 3px solid grey;
  }

  .intro{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

ol{
    padding-left: 20px;
}

br{
    padding: 0;
    margin: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.click-article{
    background-color: white;
    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;
}

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;
    font-family: "Asul", sans-serif;
    color:rgb(3, 0, 0);
}}


@media screen and (min-width: 769px) and (max-width: 900px){
  ::-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;
  }


.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

.article{
    width: 50%;
    display: flex;
    margin: 0 auto;
    text-align: center;  /* centers text, images, etc. */
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    padding-bottom: 30px;
    text-align: center;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
}

#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: relative;
    border-radius: 20px;
  }

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 75%;
    height: 200px;
    margin-top: 0;
    border: none;
    border-radius: 5px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    justify-content: right;
    align-items: right;
    margin: 0 auto;
    padding-bottom: 50px;
}


.picture{
    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;
}

footer a:hover{
    color: #BFA14A;
}


.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{
    color: #7a7a7a;
}



.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.part{
    display: inline-block;
    width: 70%;
}

.division{
    display: inline-block;
    width: 70%;
}

.article1{
    width: 100%;
    background-color: white;
    border: solid 1px black;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-right: 30px;
    padding: 0;
  }

  .article2{
    width: 33%;
    background-color: white;
    border: solid 1px black;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-right: 30px;
    padding: 0;
  }

.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    z-index: 100;
    position: absolute;
    flex-direction: column;
    padding-top: 0;
    margin-top: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;

}

.articles{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    text-align: center;
     min-height: 1800px;
}

article p{
    color: black;
}

.article:hover h2, .article:hover h3{
    text-decoration: underline;
}

#articleSearch{
    border: solid 1px black;
    outline: none;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
    display: block;
    margin: 0 auto;
}

#articleSearch:hover{
    box-shadow: 0 3px 3px 3px black;
}

.input {
    position: relative;
    margin: 0 auto 40px auto; /* top right bottom left */
    width: 100%;
    display: block; /* changed from inline-block to block */
    max-width: 1000px; /* optional: limits width for visual appeal */
}

input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }


html, body {
    scroll-behavior: smooth;  /* Optional: Smooth scrolling */
    overflow-x: hidden;  /* Prevent horizontal scrolling */
    margin: 0 !important;
    padding: 0 !important;
  }


body{
    overflow-x: hidden !important;
}

  
  .article.hidden{
    display: none;
  }

#articleTitle{
    padding-top: 100px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 18px;
    line-height: 1.3;
    word-spacing: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    font-size: 2em;
    display: flex;
    justify-content: center;
    text-align: center;
}


.advert-placeholder {
    width: 300px;
    height: 250px;
    background-color: #e0e0e0; /* light gray placeholder */
    border: 2px dashed #999;  /* dashed border for 'in development' look */
    display: block;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #555;
    margin: auto auto;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
  }

  .advert-placeholder:first-child{
    border-right: 3px solid grey;
    border-bottom: 3px solid grey;
    margin-top: 10px;
  }

  .advert-placeholder:last-child {
    border-bottom: 3px solid grey;
  }

  .intro{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

ol{
    padding-left: 20px;
}

br{
    padding: 0;
    margin: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.click-article{
    background-color: white;
    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;
}

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;
    font-family: "Asul", sans-serif;
    color:rgb(3, 0, 0);
}}

@media screen and (min-width: 481px) and (max-width: 768px){
  ::-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;
  }


.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

.article{
    width: 50%;
    display: flex;
    margin: 0 auto;
    text-align: center;  /* centers text, images, etc. */
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    padding-bottom: 30px;
    text-align: center;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
}

#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: relative;
    border-radius: 20px;
  }

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 75%;
    height: 200px;
    margin-top: 0;
    border: none;
    border-radius: 5px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    justify-content: right;
    align-items: right;
    margin: 0 auto;
    padding-bottom: 50px;
}


.picture{
    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;
}

footer a:hover{
    color: #BFA14A;
}


.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{
    color: #7a7a7a;
}



.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.part{
    display: inline-block;
    width: 70%;
}

.division{
    display: inline-block;
    width: 70%;
}

.article1{
    width: 100%;
    background-color: white;
    border: solid 1px black;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-right: 30px;
    padding: 0;
  }

  .article2{
    width: 33%;
    background-color: white;
    border: solid 1px black;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-right: 30px;
    padding: 0;
  }

.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    z-index: 100;
    position: absolute;
    flex-direction: column;
    padding-top: 0;
    margin-top: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;

}

.articles{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    text-align: center;
     min-height: 1800px;
}

article p{
    color: black;
}

.article:hover h2, .article:hover h3{
    text-decoration: underline;
}

#articleSearch{
    border: solid 1px black;
    outline: none;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
    display: block;
    margin: 0 auto;
}

#articleSearch:hover{
    box-shadow: 0 3px 3px 3px black;
}

.input {
    position: relative;
    margin: 0 auto 40px auto; /* top right bottom left */
    width: 100%;
    display: block; /* changed from inline-block to block */
    max-width: 1000px; /* optional: limits width for visual appeal */
}

input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }


html, body {
    scroll-behavior: smooth;  /* Optional: Smooth scrolling */
    overflow-x: hidden;  /* Prevent horizontal scrolling */
    margin: 0 !important;
    padding: 0 !important;
  }


body{
    overflow-x: hidden !important;
}

  
  .article.hidden{
    display: none;
  }

#articleTitle{
    padding-top: 100px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 18px;
    line-height: 1.3;
    word-spacing: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    font-size: 2em;
    display: flex;
    justify-content: center;
    text-align: center;
}


.advert-placeholder {
    width: 300px;
    height: 250px;
    background-color: #e0e0e0; /* light gray placeholder */
    border: 2px dashed #999;  /* dashed border for 'in development' look */
    display: block;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #555;
    margin: auto auto;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
  }

  .advert-placeholder:first-child{
    border-right: 3px solid grey;
    border-bottom: 3px solid grey;
    margin-top: 10px;
  }

  .advert-placeholder:last-child {
    border-bottom: 3px solid grey;
  }

  .intro{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

ol{
    padding-left: 20px;
}

br{
    padding: 0;
    margin: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.click-article{
    background-color: white;
    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;
}

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;
    font-family: "Asul", sans-serif;
    color:rgb(3, 0, 0);
}}

@media screen and (max-width: 480px){
  ::-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;
  }


.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

.article{
    width: 90%;
    display: flex;
    margin: 0 auto;
    text-align: center;  /* centers text, images, etc. */
    flex-direction: row;
    align-items: center;
    align-content: center;
}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 75%;
    height: 200px;
    margin-top: 0;
    border: none;
    border-radius: 5px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    justify-content: right;
    align-items: right;
    margin: 0 auto;
    left: 0;
    padding-bottom: 20px;
}


.picture{
    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;
}

footer a:hover{
    color: #BFA14A;
}


.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{
    color: #7a7a7a;
}


.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.part{
    display: inline-block;
    width: 70%;
}

.division{
    display: inline-block;
    width: 70%;
}



.article-list{
    display: flex;
    flex-wrap: wrap;
    z-index: 100;
    position: absolute;
    flex-direction: row;
    padding-top: 0;
    margin-top: 0;
}

.articles{
    width: 100%;
    padding-top: 30px;
    margin-bottom: 250px !important;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    min-height: 1700px;
    
}

article p{
    color: black;
}

.article:hover h2, .article:hover h3{
    text-decoration: underline;
}

#articleSearch{
    border: solid 1px black;
    outline: none;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
    display: block;
    margin: 0 auto;
}

#articleSearch:hover{
    box-shadow: 0 3px 3px 3px black;
}

.input {
    position: relative;
    margin: 0 auto 40px auto; /* top right bottom left */
    width: 100%;
    display: block; /* changed from inline-block to block */
    max-width: 1000px; /* optional: limits width for visual appeal */
}

input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }


html, body {
    scroll-behavior: smooth;  /* Optional: Smooth scrolling */
    overflow-x: hidden;  /* Prevent horizontal scrolling */
    margin: 0 !important;
    padding: 0 !important;
  }

  
  .article.hidden{
    display: none;
  }

body{
    overflow-x: hidden !important;
}

#articleTitle{
    padding-top: 60px;
    padding-bottom: 30px;
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 18px;
    line-height: 1.3;
    word-spacing: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    text-align: center;
}

#articleTitle:first-child{
    border-bottom: 3px solid grey;
    margin-top: 10px;
    width: 80%;
}


  .advert-placeholder:last-child {
    border-bottom: 3px solid grey;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }


.advert-placeholder {
    width: 300px;
    height: 250px;
    background-color: #e0e0e0; /* light gray placeholder */
    border: 2px dashed #999;  /* dashed border for 'in development' look */
    display: block;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #555;
    margin: auto auto;
    text-align: center;
    position: relative;
    margin-top: 10px;
  }

  .advert-placeholder:first-child{
    border-right: 3px solid grey;
    border-bottom: 3px solid grey;
    margin-top: 10px;
  }

  .advert-placeholder:last-child {
    border-bottom: 3px solid grey;
  }

  .intro{
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

ol{
    padding-left: 20px;
}

br{
    padding: 0;
    margin: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}

.click-article{
    background-color: white;
    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;
}

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;
    font-family: "Asul", sans-serif;
    color:rgb(3, 0, 0);
}}