
@media (min-width: 768px) {
    .container-fluid {
        min-height: 650px !important;
    }
}

@media (max-width: 768px) {
    .container-fluid {
        min-height: 300px !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}


.homepage_bg {
    background-image: url(../images/landingpage_backg.jpg);
    background-size: cover;
    background-position: bottom;
}

.home_bg {
    background-image: url(../images/home_pages_backg.jpg);
    background-size: cover;
}

.services_bg {
    background-image: url(../images/services_pages_backg.jpg);
    background-size: cover;
    background-position: bottom;
}

.contact_bg {
    background-image: url(../images/contact_page_backg.jpg);
    background-size: cover;
    background-position: bottom;
}

* {
    font-family: 'Squada One', cursive;
}

.ls_10 {
    letter-spacing: 10px;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #EFEFEF;
}

video {
    width: 100%;
    object-fit: fill;
}

.text-justify {
    text-align: justify;
}

.black_border {
    border: solid black 1px;
    width: 250px;
    height: 250px;
}

.pt_70 {
    padding-top: 70px;
}

.pt_85 {
    padding-top: 85px;
}

.pt_100 {
    padding-top: 100px;
}

.pt_120 {
    padding-top: 120px;
}

.mb_150 {
    margin-bottom: 150px;
}

body {
    background-image: url(../images/services_pages_backg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:bottom left;
}