<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:hover {
    text-decoration: none !important
}

.no-focus {
    outline: none !important;
    box-shadow: none;
}

/* scroll to top */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
/* /scroll to top */

/* banner */
.banner-text {
    padding-top: 15rem;
    padding-bottom: 15rem;
}
/* /banner */

/* logo */
.text-font-script {
    font-family: 'Dancing Script', cursive;
}
/* /logo */

.pt-10 {
    padding-top:10rem;
}

.pb-10 {
    padding-bottom:10rem;
}

.text-shadow {
    text-shadow: 2px 1px 3px black
}

.text-logo {
    font-weight: 400 !important
}

.border-10 {
    border-top: 10px solid #A99560;
}

.bg-va {
    background-color: #A99560;
}

@media (max-width: 768px) {
    
    .pt-10 {
        padding-top:5rem !important;
    }
    
    .pb-10 {
        padding-bottom:5rem !important;
    }

    .text-logo {
        font-size: 4rem
    }
}</pre></body></html>