/* FONT STYLE 
        *Add font here* I can't decide on a font
        Headers/titles --- font-family: "Times New Roman", Times, serif;
        Paragraphs --- 
    COLOR SCHEME
        *Add hex colors here*
*/
body
{
}

.Font_roman {
    font-family: "Times New Roman", Times, serif;
}

/****  BASE STYLING  ****/
.navbar {
    list-style-type: none;
    background-color: transparent;
    text-align: center;
    width: 100%;
    justify-content: center;
}



.navbar li a:hover {
    transform: scale(2);
    opacity: 1;
    filter: blur(0);
    text-decoration: none;
    color: #fff;
}

.navbar li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    transform-origin: right;
    transform: scaleX(0);
    z-index: -1;
}

.navbar li a:hover:before {
    transition: transform 0.5s;
    transform-origin: left;
    transform: scaleX(1);
}

.navbarLI {
    display: inline;
    transition: 0.5s;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 1);
}

.navbarLI a {
    text-align: center;
    color: white;
    font-size: 2em;
    font-family: Consolas;
    padding: 1em 1em;
    margin-right: 2em;
    margin-left: 2em;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}


.title {
    color: white;
    text-align: center;
    text-decoration: none;
    margin-top: 100px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 1);
    font-size: 3.5em;
}





.footer-dark {
    padding: 2.5em 0;
    color: #f0f9ff;
    background-color: #282d32;
    z-index: 0;
    clear: both;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.2em;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: .9em;
    margin-bottom: 0;
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.footer-dark ul a:hover {
     opacity: 0.8;
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-dark .item.social {
    text-align: center;
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 1.3em;
    width: 1.8em;
    height: 2em;
    line-height: 2em;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

.footer-dark .item.social > a:hover {
        opacity: 0.9;
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 1.5em;
    opacity: 0.3;
    font-size: 1em;
    margin-bottom: 0;
}





/****  INDEX STYLING  ****/





.background {
    background: url('/static/images/blurredGold.jpg') no-repeat center center fixed;
    background-size: cover;
}

.index_1stcolumn_img {
    width: 70%;
    height: auto;
    border-radius: 35%;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 760px) {
    .index_1stcolumn_img {
        max-width: 100%;
        height: 30em;
    }
}

@media (min-width: 1024px) {
    .index_1stcolumn_img {
        height: 40em;
    }
    
    .Index_cards {
        height: 10em;
    }
}

.Index_textimage {
    text-align: center;
}

.Index_1stcolumn {
    height: auto;
    margin-top: 3em;
}
.Index_1stcolumn_left {
    width: 100%;
    justify-content: center;
}

.Index_1stcolumn_right {
    width: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.Index_table:after {
    margin-bottom: 1em;
    content: "";
    display: table;
    clear: both;
}

.Index_table {
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding-top: 100px;
    margin-right: auto;
    margin-left: auto;
}


.Index_whitebackground {
    background-color: #FFFAF0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.Index_tanbox {
    background-color: #ccccb3;
    padding: 20px;
    width: 100%;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.index_text {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1em;
}

.circle-container {
    position: relative;
    display: flex;
    align-items: center;
}

.circle {
    background-color: #ccccb3;
    z-index: 2;
    height: 7em;
    width: 7em;
    top: 0;
    position: absolute;
    transform: translate(70%, 5%);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #333;
}

.Index_margintop {
    padding-top: 11.5em;
}

.Index_cards {
    background: white;
    border-radius: 25px;
    text-align: center;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2em;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




div.scroll-container {
    background-color: white;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

.scroll-container {
    margin-top: 2em;
}

div.scroll-container img {
    padding: 10px;
    width: 600px;
    height: 400px;
    object-fit: cover;
}





.review_container {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    padding-left: 2em;
    padding-right: 2em;
}

.review_title {
    left: 30%;
    font-family: "Times New Roman", Times, serif;
    padding-right: 4em;
}

.review {
    text-align: left;
}

.reviewer {
    float: right;
    padding-top: 2em;
}



.img_background {
    background: url('/static/images/flowerspa.jpg') no-repeat center center;
    background-size: cover;
    height: 50em;
    display: flex;
    align-items: center;
    text-align: center;
}

.img_booknow_text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: "Times New Roman", Times, serif
}

.book-button {
    display: inline-block;
    padding: 10px 20px;
    color: black;
    font-size: 1.2em;
    text-decoration: none;
    border: 2px solid black;
    border-radius: 40%;
}


/***    BOOK NOW STYLING    ***/



.card-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.spa-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    width: 500px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 65px;
    margin-left: 65px;
}

.spa-card:hover {
    transform: translate(-5px);
}

.card-image {
    flex: 1;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 20px;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-content h3 {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.card-content p {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.card-info .price {
    font-size: 10px;
    font-weight: bold;
    color: #333;
}

.card-info .time {
    font-size: 14px;
    color: #666;
}

.select-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(to right, #617a8a, #e05a53);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.select-button::after hover {
    background: linear-gradient(to right, #e05a53, #617a8a)
}



/**        TEMP STUFF            **/

.tempTitle {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 3em;
}

.tempContactInfo {
    text-align: center;
    font-size: 2em;
    margin-bottom: 2em;
}

.tempSolid {
    border-top: 3px solid #bbb;
    width: 70%;
}

.solid {
    border-top: 3px solid #bbb;
    width: 30%;
    margin-top: 1em;
    margin-bottom: 2em;
}

@media (max-width:768px) {
    .tempTitle {
        font-size: 2em;
    }
    
    .tempContactInfo {
        font-size: 1em;
    }
}


/****        PRIVACY POLICY        ****/

.privacyTitle {
    text-align: center;
    margin-top: 1em;
}

.last {
    margin-bottom: 4em;
}

.center {
    text-align: center;
}

.centered-list {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 50%;
}

.centered-list li {
    margin: 10px 0;
    text-align: left;
}