 /*************FONTS*************/
.lovers-quarrel-regular {
    font-family: "Lovers Quarrel", cursive;
    font-weight: 400;
    font-style: normal;
}

.nanum-myeongjo-regular {
    font-family: "Nanum Myeongjo", serif;
    font-weight: 500;
    font-style: normal;
}

            /*************HTML TAGS*************/
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    background: #c1cdb7;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {

    .title-bg {
        min-height: 150px;
        max-height: 300px;
        background-position: unset;
    }
    .title-bg img{
        padding-bottom:0px;
        padding-top:50px;
    }
    .foot-faq {
        margin-bottom: 250px;
    }
}
@media (min-width: 481px ) and (max-width: 2200px) {
    .title-bg {
        min-height: 150px;
        max-height: 300px;
        background-position: unset;
    }

    .foot {
        margin-bottom: 20%;
        height: auto;
    }

    .foot-faq {
        margin-bottom: 20%;
    }
}


    body {
        background: none;
    }

    .navbar {
        background-image: linear-gradient(#c1aaa2, rgba(193, 205, 183, 0.1));
    }

    h1, h2 {
        font-family: "Lovers Quarrel", cursive;
        font-weight: 500;
        font-style: normal;
    }

    h1 {
        text-align: center;
        font-size:2.5em;
    }

    h2 {
        font-size: 2.2em;
    }

    table {
        box-shadow: 0px 5px 24px 4px rgba(140,154,141,1);
        -webkit-box-shadow: 0px 5px 24px 4px rgba(140,154,141,1);
        -moz-box-shadow: 0px 5px 24px 4px rgba(140,154,141,1);
        border-collapse: separate;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-spacing: 0;
        border-collapse: separate;
        border-radius: 10px;
    }

footer {
    position: fixed; 
    text-align: center;
    padding: 2px;
    background-color: #c1aaa2;
    opacity: 0.8;
    margin-top: 2px;
    height: auto;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 800;
    font-style: normal;
    font-size: 14px;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 600px) {
    footer {
        height: auto; 
        padding: 12px; 
        font-size: 13px; 
    }
    .team-txt-sm{
        font-size:1.2em;
    }
}


    /*************CLASSES*************/
    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    .service-types-box {
        background: #8c9a8d;
        border-radius: 10px;
    }

    .nav-link-th {
        border-radius: 7px;
    }

        .nav-link-th:hover {
            border-radius: 7px;
            background-color: #c1aaa2;
            color: white;
        }

/*CRUD BUTTONS*/

.delete-btn {
    background-color: brown;
    border: 2px solid #000000;
    padding: 8px;
    border-radius: 5px;
    color: black;
    text-decoration: none;
}

    .delete-btn:hover {
        background-color: #e0d4d0;
        border: 2px solid #000000;
        font: black;
    }

.create-btn {
    background-color: lightskyblue;
    border: 2px solid #000000;
    padding: 8px;
    border-radius: 5px;
    color: black;
    text-decoration: none;
}

    .create-btn:hover {
        background-color: #e0d4d0;
        border: 2px solid #000000;
        font: black;
    }

.backToList{
    text-decoration: none;
    color: royalblue;
    font-weight: 900;
    font-size: 18px;
}

.th-btn-pink {
    background-color: #c1aaa2;
    border: 2px solid #000000;
    padding: 8px;
    border-radius: 5px;
}

        .th-btn-pink:hover {
            background-color: #e0d4d0;
            border: 2px solid #000000;
        }

    .type-row {
        background-color: #8c9a8d;
        height: 10%;
        line-height: 60px;
    }

    .service-row {
        height: 20px;
        line-height: 20px;
        background-color: rgba(193, 170, 162, .9);
    }

    .type-row:hover {
        background-color: rgba(177,160,139);
    }

    .service-row:hover {
        background-color: rgba(177,160,139, .96);
    }

    .bg-pnk {
        background-color: rgba(193, 170, 162, .96);
    }

    .img-bg-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        background-image: url('/images/succulents_1.png');
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .th-bg-header {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 6px;
        padding: 15px; 
    }

    .th-h1-op {
        font-size: 3.5em;
        color: white;
        text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    }

    .th-msg {
        font-size: 12px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .title-bg {
        position: relative; 
        margin: 0;
        width: 100%;
        height: auto;
        color: white;
        text-align: center;
        text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
        box-shadow: 9px 10px 22px 0px rgba(140,154,141,1);
        -webkit-box-shadow: 9px 10px 22px 0px rgba(140,154,141,1);
        -moz-box-shadow: 9px 10px 22px 0px rgba(140,154,141,1);
    }

    .title-bg img {
        display: block; 
        width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0 auto; 
        z-index: -1; 
    }

    .title-bg h1 {
        position: absolute;
        top: 12%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: 0;
        z-index: 1;
        font-size: 40px;
}
}
.footer-details a {
    color: black; 
}
.footer-details p::before {
    content: "\00A9"; /* Unicode for the copyright symbol */
    display: inline-block;
    margin-right: 5px; /* Add some space between the symbol and the text */
}

