colors {
    color: #f3f9f0;
    color: #dddedb;
    color: #9ab4dd;
    color: #8198c4;
  }

@font-face {
    font-family: HollyFont;
    src: url('fonts/HollyFree-MVDLv.ttf') format('truetype');
}

body {
    letter-spacing: 0.5em;
    font-family: 'HollyFont';
    margin: 0;
    padding: 0; 
    background-image: url('img/bg2.png');
    background-size: cover; /* Adjust to your preferred sizing */
    background-repeat: no-repeat;
    background-attachment: fixed; /* Optional: Fixed or scroll with the content */
}

.create {
    font-size: 5rem;
    margin: 0px;
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

/* Style the navigation bar */
.navbar {
    display: inline-flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
    background-color: #8aa8da;
    color: white;
    height: 120px;
    width: 100%;
}

.navbar img {
    filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.5));
}

.logo {
    height: auto;
    max-width: 600px;
}

.display {
    display: flex;
    justify-content: center;
    background-color: #8198c4;
    width: 300px; /* Adjust the width as needed */
    padding: 20px;
    height: 300px;
    border: 1px solid black; /* Add a border for visual separation */
    margin: 0 auto; /* Center the box horizontally */
    text-align: center;
}

/* Style the inner 'shlumbis' div */
.shlumbis-preview {
    background-color: white; /* Background color for the inner div */
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally and vertically */
    height: 100%; /* Make the inner div take up the full height */
}
/* Style the image */
.shlumbis-preview img {
    max-width: 100%; /* Ensure the image doesn't exceed the div's width */
    height: auto; /* Maintain the image's aspect ratio */
    width: 100%;
}

.layer {
    position: absolute; /* Positions the images relative to the container */
    top: 0;
    left: 0;
    width: 100%; /* Ensures the images fill the container */
    height: 100%;
}

#shlumbis-bg {
    z-index: 0;
    height: 300px;
    width: 300px;
}

#shlumbis-base {
    z-index: 1; /* Adjust the z-index values to control the stacking order */
    height: 300px;
    width: 300px;
}

#shlumbis-body {
    z-index: 3;
    height: 300px;
    width: 300px;
}

#shlumbis-hat {
    z-index: 4;
    height: 300px;
    width: 300px;
}

#shlumbis-eyewear {
    z-index: 2;
    height: 300px;
    width: 300px;
}

.instruct {
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    margin: 2px;
    font-size: 2rem;
    padding: 10px 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.customize {
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.customize img {
    width: 25px;
    height: 25px;
    margin: 10px;
    transition: transform 0.3s ease-in-out;
}

.customize:hover img {
    transform: scale(1.25);
}

.customize:hover + #trait {
    transform: scale(1.05);
}

#trait {
    letter-spacing: 0px;
    color: white;
    font-size: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Add your desired styles for the button */
.saveContainer {
    padding: 15px 30px;     
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#saveButton {
    font-family: 'HollyFont';
    font-size: 2rem;
    letter-spacing: 0.2em;
    display: flex;
    padding: 10px 20px;
    background-color: #6081bd;
    color: #fff;
    border: none;
    width: 300px;
    justify-content: center;
    align-items: center;
    border: solid;
    box-shadow: none;
    border-radius: 18px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#saveButton:hover {
    color: #6081bd;
    background-color: #fff;
}

.loadingButton {
    font-family: 'HollyFont';
    font-size: 2rem;
    letter-spacing: 0.2em;
    display: flex;
    padding: 10px 20px;
    background-color: #6081bd;
    color: #fff;
    border: none;
    width: 300px;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border-radius: 18px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.loadingButton:hover {
    background-color: #6081bd;
}

.customizeShlumbis {
    font-family: 'HollyFont';
    font-size: 2rem;
    letter-spacing: 0.2em;
    display: flex;
    padding: 10px 20px;
    background-color: #6081bd;
    color: #fff;
    border: solid;
    width: 300px;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border-radius: 18px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.customizeShlumbis:hover{
    background-color: #fff;
    color: #6081bd;
}

.shlumbisMerch {
    font-family: 'HollyFont';
    font-size: 2rem;
    letter-spacing: 0.2em;
    display: flex;
    padding: 10px 20px;
    background-color: #fff;
    color: #6081bd;
    border: solid;
    width: 300px;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border-radius: 18px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.shlumbisMerch:hover{
    background-color: #6081bd;
    color: #fff;
}

#links {
    text-decoration: none;
}

.comingSoon {
    text-align: center;
}

.footer {
    background-color: #8aa8da;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.footerCustom {
    background-color: #8aa8da;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-icons {
    margin-bottom: 10px;
}

.footer-icons a {
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
}

.footer-icons img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.footer-icons img:hover {
    opacity: 0.8;
}

footer p {
    margin: 0;
    font-size: 14px;
}
/* Sizing for Mobile */
@media (max-width: 768px) {
    /* CSS styles for small screens */
    .logo {
        width: 100%;
    }

    .create {
        letter-spacing: 0.2em;
        font-size: 2.2rem;
    }

    .customize {
        margin-top: 0px;
        height: 55px;
    }

    .comingSoon {
        text-align: center;
    }
    
    .footer {
        position: static;
    }
}