        @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
        body, html {
            font-family: 'Jost', sans-serif;
            overflow-x: hidden;
            margin: 0 auto;
        }

        .navbar {
            min-height: 0;
        }

        h1, h2, h3 {
            font-family: 'Cinzel', serif;
        }

        h1, p {
            padding-bottom: 5vh;
        }

        .h1, h1 {
            font-size: 2rem;
        }

        .p, p {
            font-size: 1.1rem;
        }

        .carousel-item img {
            display: block;
            margin-top: auto;
            margin-bottom: auto;
            margin-left: auto;
            margin-right: auto;
            width: 95%!important;
        }

        .carousel-item {
            /* background-color: #ffffff; */
            max-width: auto;
        }

        .carousel-caption {
            position: static;
            display: block;
            margin-top: auto;
            margin-bottom: auto;
            margin-left: auto;
            margin-right: auto;
            /* padding: 20vh 10vh 0vh 10vh; */
            text-align: center;
            color: black;
        }

        h2, p .carousel-caption {
            display: block;
            margin-top: auto;
            margin-bottom: auto;
            margin-left: auto;
            margin-right: auto;
            padding: 2% 0;
            text-align: center;
            color: black;
            /* margin: 20wh; */
        }

        .valign {
            height: 100wh;
            padding-bottom: 3%;
            padding-top: 3%;
            text-align: center;
        }

        .testimonial {
            height: auto;
            padding-bottom: 1%;
            padding-top: 3%;
            padding-left: 10%;
            padding-right: 10%;
            margin: 0%;
            text-align: center;
        }

        .valign img {
            width: 100%;
            height: 100%;
            padding-bottom: 4%;
            padding-top: 4%;
        }

        .one {
            background: center center no-repeat scroll #fafafa;
        }

        .two {
            background: center center no-repeat scroll #f2f2f2;
        }

        .three {
            background: center center no-repeat scroll #fafafa;
        }

        .four {
            background: center center no-repeat scroll #f2f2f2;
        }

        .five {
            background: center center no-repeat scroll #fafafa;
        }

        h1 {
            font-size: 2rem !important;
        }

        .col-12 {
            margin: 0 !important;
        }

        .foot {
            padding: 1% 0 1% 0;
            background: center center no-repeat scroll #292727;
        }

        .foottxt p {
            display: block;
            margin-top: auto;
            margin-bottom: auto;
            margin-left: auto;
            margin-right: auto;
            padding: 2%;
            color: white;
            text-align: center;
            font-size: 2.2vh;
            font-family: 'Jost', sans-serif;
        }

        .backwards {
            unicode-bidi: bidi-override;
            direction: rtl;
        }

        img.sticky {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            /* width: 200px; */
        }
        .navbar-toggler {
            background-color: white;
        }

        .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
            color: rgba(252, 125, 6, 0.7);
        }

        @media only screen and (min-width: 600px) {
            body, html {
                font-family: 'Jost', sans-serif;
                overflow-x: hidden;
                margin: 0 auto;
            }
            h1 {
                font-size: 1.5rem !important;
            }
        }