/* Add your own custom css here *//* Add your own custom css here */
body{
    font-family: "Fira Sans", sans-serif;
}
.clear_all{
    clear: both;
}
:root {
  color-scheme: only light!important;
}
/* Firefox */
@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light;
    }
}

/* Chrome */
@media (forced-colors: active) {
    :root {
        color-scheme: light;
    }
}
.h100{
    height: 100%;
}
.ta-center{
    text-align: center;
}
.logo-top-scroll{
    max-width: 60px;
}
.logo-top{
    max-width: 330px;
}
.uk-navbar-nav li.uk-active{color: #7d2235;}
.uni-header .uk-navbar-nav>li>a::after{background-color: #7d2235;}
.uk-dark .uk-navbar-nav li>a::after{background-color: #ffffff;}
.italic{
    font-style: italic;
}
.text-c-vpink{
    color: #7d2235;
}
.text-c-vgrey{
    color: #828282;
}
.text-c-white{
    color: #fff;
}
.footer-logo{
    filter: brightness(0) invert(1);
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.footer-left-column{
    text-align: center;
    color: #fff;
}
.uk-modal{
    
}
.popup-modal-edited{
    min-height: 100vh;
    overflow-x: hidden;
    background: #fff;
    z-index: 99999;
}
.footer-c-link{
    min-width: 200px;
}

.main-book-button{
    background: #7d2235;
}

.main-book-button:hover{
    background: #6f1326;
}

.thank-you-container{
    background: #fff;
    //position: absolute;
    z-index: 99999999;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
    overflow: hidden;
    position: fixed;
    font-size: 30px;

    -moz-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@media only screen and (max-width: 959px) {
.mtop-minus{
    margin-top: -150px;
}
.flex-custom{
    flex-direction: column!important;
}
.image-header-mobile-container{
    min-height: 313px;
    height: calc(100vh - 128px);
    background-image: url(../images/heros/freelancer-hero.jpg);
    background-size: cover;
    background-position: right;
    margin-right: -90px;
    margin-left: -20px;
    width: -webkit-fill-available;
}
.image-header-mobile{
    width: 140%;
    max-width: 140%;
    margin-bottom: -148px;
    margin-left: -40%;
}
.logo-top-scroll {
    max-width: 50px;
    padding: 10px 0;
}
.contact-from{
    max-width: 94%;
}
}
@media only screen and (max-width: 767px) {
.main-head-container{
    padding-bottom: 75px;
}
.logo-top {
    max-width: 300px;
}
h5.doc-title{
    font-size: 17px!important;
}
.main-phone-button{
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.main-book-button{
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.footer-c-link{
    width: 100%;
}
}

@media (prefers-color-scheme: dark) {
  
}



--heading-color-text: #7d2235;

/*
--font-family-primary: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-secondary: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
*/

