@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bitter');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Open+Sans:wght@300;400;600&display=swap');

body {
    align-items: center;
    min-width: 100%;
    background: #2e332d;
    overflow-x: hidden;
    text-align: center;
    font-family: "Open sans", Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    padding-top: 100px;
}
body::before {
    content: "";
    background: url('https://starinndylife.uk/gifs/ystarbackground7.jpg') center top no-repeat;
    background-size: cover;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Ensures full width */
    height: 100vh; /* Ensures full height */
    z-index: -1;
    pointer-events: none;
}

body.northernlights::before {
    content: "";
    background: url('https://starinndylife.uk/gifs/ystarbackgroundnorthernlights.jpg') center top no-repeat;
    background-size: cover;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Ensures full width */
    height: 100vh; /* Ensures full height */
    z-index: -1;
    pointer-events: none;
}
body.news::before {
    content: "";
    background: url('https://starinndylife.uk/gifs/ystarbackgroundnews3.jpg') center top no-repeat;
    background-size: cover;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Ensures full width */
    height: 100vh; /* Ensures full height */
    z-index: -1;
    pointer-events: none;
}
body.accommodation::before {
    content: "";
    background: url('https://starinndylife.uk/gifs/ystarbackgroundaccommodation2.jpg') center top no-repeat;
    background-size: cover;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Ensures full width */
    height: 100vh; /* Ensures full height */
    z-index: -1;
    pointer-events: none;
}
body.food::before {
    content: "";
    background: url('https://starinndylife.uk/gifs/ystarbackgroundfood.jpg') center top no-repeat;
    background-size: cover;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Ensures full width */
    height: 100vh; /* Ensures full height */
    z-index: -1;
    pointer-events: none;
}
body.bar::before {
    content: "";
    background: url('https://starinndylife.uk/gifs/ystarbackgroundbar2.jpg') center top no-repeat;
    background-size: cover;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Ensures full width */
    height: 100vh; /* Ensures full height */
    z-index: -1;
    pointer-events: none;
}

html {overflow-y: scroll;} 

/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


h1 {
    font-family: 'Bitter', serif;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight:300;
    color: white;
}

h2 {
    font-family: 'Bitter', serif;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight:300;
    color: white;
}

h3 {
    font-family: 'Bitter', serif;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight:300;
    color: white;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height:1.5;
    margin-bottom:7px;
    color: white;
}

P.clear{
clear:both;
}

P.clearpc{
clear:both;
}

/* General Button Style */
button, a.whatsapp-button {
    background-color: #33351f;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;  /* Remove underline from the link */
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin:11px;
}

button:hover, a.whatsapp-button:hover {
    background-color: #128C7E;
    transform: scale(1.05);  /* Slightly enlarge the button on hover */
}

button:focus, a.whatsapp-button:focus {
    outline: none;  /* Remove outline on focus */
}

/* Optional: Adding a WhatsApp Icon */
a.whatsapp-button i {
    margin-right: 8px;  /* Space between icon and text */
}

.button {
    background-color: #33351f; 
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;  /* Remove underline from the link */
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin:11px;
}

.button:hover {
    background-color: #128C7E;
    transform: scale(1.05);  /* Slightly enlarge the button on hover */
}

.button:focus {
    outline: none;  /* Remove outline on focus */
}

.select { 
    border: 1px solid #c4c4c4; 
    width: 275px; 
    font-size: 16px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.select:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 


.smallselect { 
    border: 1px solid #c4c4c4; 
    width: 135px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.smallselect:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 


/* Facebook Link Styling */
.contact-info .facebook-link {
    display: inline-flex;
    align-items: center;
    color: white;
    font-size: 16px;
    text-decoration: none; /* Remove underline */
    padding: 10px 20px;
    background-color: #3b5998;
    border-radius: 5px; /* Rounded corners */
    gap: 10px; /* Space between icon and text */
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.contact-info .facebook-link:hover {
    background-color: #8b9dc3;
    transform: scale(1.05); /* Slightly enlarge on hover */
}

.contact-info .facebook-link i {
    font-size: 18px; /* Adjust icon size */
    margin-right: 8px; /* Space between the icon and text */
}


/* Navigation Bar */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

nav .logo img {
    height: 60px;
}

/* Contact Information Container */
.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center the items horizontally */
    align-items: center; /* Center the items vertically */
    gap: 10px; /* Space between graphic and text */
    text-align: center; /* Center align text inside the container */
    padding-top: 17px; /* Add padding to the top */
    padding-bottom: 17px; /* Add padding to the bottom */
}

/* Contact Item */
.contact-info .contact-item {
    display: flex;
    flex-direction: row; /* Align graphic and text horizontally */
    align-items: center; /* Align graphic and text on the same line */
    gap: 10px; /* Space between graphic and text */
}

/* Ensure the icons are a reasonable size */
.contact-info .contact-item img {
    max-width: 20px; /* Adjust the size of the icon */
    height: auto;
}

/* Make all links white */
.contact-info .contact-item a {
    text-decoration: none; /* Remove underline from links */
    color: white;
    font-size: 16px;
    white-space: nowrap; /* Prevent the links from wrapping */
}

.contact-info .contact-item a:hover {
    color: #ff9e2c;
}

/* Menu */
/* Hide the menu by default on mobile */
#menu {
    list-style: none;
    display: flex;  /* Always visible on desktop */
    transition: all 0.3s ease;
}

#menu li {
    margin-left: 20px;
}

#menu a, a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: color 0.3s;
}

#menu a:hover, a:hover {
    color: #ff9e2c;
}

/* Hamburger Menu (Mobile) */
.hamburger {
    display: none;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

/* Mobile Menu */
#menu.mobile-menu {
    display: none;  /* Hide the menu by default on mobile */
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#menu.mobile-menu.active {
    display: flex;  /* Show the menu when 'active' class is added */
}

/* Intro Section */
#intro {
    margin-top: 60px; 
    margin-bottom:325px;
    padding-top: 0;
    padding-bottom: 0; /* Remove bottom padding */
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    position: relative;
}

.intro-box {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    color: white;
    text-align: center;
    border-radius: 10px;
    width: 90%; /* Make the width 90% of the screen width */
    max-width: 800px; /* Set a max width to prevent it from becoming too wide */
}

.intro-box h1 {
    font-family: 'Bitter', serif;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight:300;
}

.intro-box h2 {
    font-family: 'Bitter', serif;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight:300;
}

.intro-box h3 {
    font-family: 'Bitter', serif;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight:300;
}

.intro-box p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height:1.5;
}

/* Footer */
footer {
    background-color: rgba(68, 71, 35, 0.9);
    color: white;
    text-align: center;
    padding: 20px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

/* Footer Links */
footer a {
    text-decoration: none; /* Remove underline */
    color: white;
    transition: color 0.3s ease; /* Smooth transition */
}

footer a:hover {
    color: #ff9e2c;
}








@media (max-width: 799px) {

    /* Intro Section */
    #intro {
        margin: 0; /* Remove all margins */
        margin-top:485px;
        margin-bottom:195px;
        padding: 0; /* Remove all padding */
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        position: relative;
        width: 100%; /* Ensure it takes full width */
        overflow-x: hidden; /* Prevent horizontal scroll */
    }

    /* Intro Box */
    .intro-box {
        width: 100%; /* Ensure intro-box takes up full available width */
        max-width: 100vw; /* Prevent the intro-box from overflowing the screen */
        padding: 20px; /* Adjust padding for smaller screens */
        box-sizing: border-box; /* Include padding in width calculation */
        margin: 0; /* Remove any margin */
    }

    /* Additional Fix for Body/Container Overflow */
    body, html {
        width: 100%; /* Ensure the body does not cause overflow */
        overflow-x: hidden; /* Prevent horizontal scrolling globally */
        margin: 0; /* Ensure no global margins cause issues */
        padding: 0; /* Remove any padding causing overflow */
    }


.intro-box h1 {
    font-size: 29px;
}

.intro-box h2 {
    font-size: 19px;
}

/* On mobile, hide menu by default */
    #menu {
        display: none; /* Hide the menu by default on mobile */
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    /* When 'active' class is added, show the menu on mobile */
    #menu.active {
        display: flex;  /* Show the menu when 'active' is added */
    }

    .hamburger {
        display: block; /* Show the hamburger icon on mobile */
    }

    #menu li {
        margin: 10px 0;
    }

}



/* Media Query for Small Screens (Mobile) */
@media (max-width: 480px) {

    .contact-info {
        flex-direction: column; /* Stack items vertically on small screens */
        align-items: center; /* Center the items vertically */
    }

    .contact-info .contact-item a {
        white-space: normal; /* Allow text to wrap if needed */
    }

}