h1 {
    font-size: 2.5em;
    font-family: "Asul", serif;
    padding-top: 65px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    padding-left: 10px;
    top: 0;
    left: 0; /* ensure it's aligned to the left */
    white-space: normal; /* allows line breaks */
    max-width: 90%; /* adjust this to control line length */
}



h2 {
    font-size: 2em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-top: 25px;
    color: white;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 40%;
}

  /* 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;
  }

  *{
    margin: 0;
    padding: 0;
    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;
}

.custom-dropdown {
    position: absolute;
    margin-top: 80px; /* same as your margin-top */
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    font-family: sans-serif;
    cursor: pointer;
    text-align: left; /* optional, keeps text aligned left inside the box */
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: white;
    transition: all 0.3s ease;
  }
  
  .selected {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
      
  }
  
  .options {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    transition: max-height 2s ease;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
  }
  
  .options div {
    padding: 10px;
  }
  
  .options div:hover {
    background-color: #eee;
  }
  
  .custom-dropdown:hover .options {
    max-height: 500px; /* Adjust to fit number of items */
  }
  
  .options.open {
    max-height: 500px; /* adjust as needed */
  }

.syrenka img{
    max-width: 150px;
    max-height: 250px;
}

.syrenka{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 300px; /* optional horizontal spacing from the right edge */
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-above {
    background-color: #f0f0f0;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.9em;
    border-bottom: 1px solid #ccc;
    bottom: 30px;
    position: fixed;
    width: 100%;
    color: black;
    text-decoration: none;
}

.footer-above a{
    color: black;
}

.footer-above a:hover{
    color: #BFA14A;
}

.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{
    display: inline-flex;
    color: inherit;
    font: white;
    padding: 10px;
    height: 50px;
}

input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }





.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;
}


.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;
}



a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    text-decoration: none;
    background-image: url('../other_photos/flux_dev4.jpg');
    background-size: cover;      /* Makes the image cover the whole area */
    background-position: center; /* Keeps it centered */
    background-repeat: no-repeat;/* Prevents it from repeating */
    height: 100vh;
    
}

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;
}



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;
}


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{
    text-align: center;
}






/* Content inside the cup (text) */


.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.search {
    width: 100%;
    padding-top: 0px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#searchForm {
    outline: 4px solid rgba(18, 18, 18, 0.95);;
    border: none;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 35px;
    display: flex;
}

#searchForm input {
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
}

::placeholder {
    color: white;
}

.row2 {
    display: inline-block;
}
