:root{
    --av_bg-1: lightblue;
    --pad-top: 8vw;
    --gal-img_c_width: 100vw;
}
.font-pathway{
    font-family: 'Pathway Gothic One', sans-serif !important;
} 
body{
    font-family: 'Raleway', sans-serif;
}
*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{font-size: 16px; }
/* NAVIGATION STARTS */
    nav{
        background-color: white;
        padding: 0.4rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 1.2rem;
    }
    nav img{
        height: 44px;
    }
    .navbar{
        padding-left: 5vw;
        padding-right: 2vw;
    }
    #nav-menu{
        display: none;
    }
    #mob-nav{
        position: absolute;
        width: 0;
        height: 100vh;
        background: white;
        opacity: 0;
        overflow: hidden;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
        z-index: 2222;
    }
    #mob-nav .menu{
        margin-top: 0;
    }
    .mob-nav_inner{
        width: 100vw;
        height: 00vh;
        position: relative;
    }
    #nav-menu .nav-btn{
        margin: 1rem 0.6rem 1rem 4rem;
    }
    .nav-btn{
        padding: 1rem;
        font-weight: 500;
        margin: 0.6rem;
    }
    .nav-btn a{
        text-decoration: none;
        color: black;
        text-transform: uppercase;
    }
    .nav-social i{
        margin: 0.4rem 0.6rem 2rem;
    }
    #mob-nav.active{
        opacity: 1;
        width: 100%;
    }
/* NAVIGATION ENDS */
.main{
    width: 100%;
    height: auto;
}

/* FOOTER CSS BEGINS */
    address{
        flex-direction: column;
    }
    address div{
        margin: 1rem;
    }
    footer{
        color: white;
        background: #212121;
        padding: 3rem 2rem;
        width: 100%;
        overflow: hidden;
    }
    footer a{
        color: white;
        fill: white;
        text-decoration: none;
    }
    footer .av-btn{
        border: none !important;
        padding-right: 0 !important;
        color: inherit;
        font-size: 1rem;
    }
    footer a>svg{
        fill: inherit;
        transform: rotate(90deg);
        width: 20px;
        margin-left: 1rem;
    }
    #query-form{
        padding: 1rem;
        display: flex;
        flex-direction: column;
    }
    #query-form label{
        font-size: 0.9rem;
        display: flex;
        margin: 0.6rem 0 0.1rem;
    }
    #query-form input, #query-form textarea{
        background-color: transparent;
        border: 1px solid white;
        color: white;
        border-radius: 0;
        font-size: 1rem;
        padding: 0.6rem;
        width: auto;
        min-width: 300px;
    }
/* FOOTER CSS ENDS */

@media screen and (min-width: 426px) {
    /* if viewport is 426px or greater */
    :root{
        --gal-img_c_width: 23vw;
    }
    address{
        flex-direction: row;
    }
    nav img{
        height: 65px;
    }
    #nav-menu{
        display: flex;
    }
    #query-form input, #query-form textarea{
        width: 420px;
    }
}

.av-btn.transparent{
    background-color: transparent;
    border: 2px solid;
    padding: 0.7rem 1rem;
    cursor: pointer;
}
.text-right{text-align: right;}
.text-center{text-align: center;}

/* FONT CSS BEGINS */
    .av-font_1{font-size: 0.3rem;}
    .av-font_2{font-size: 0.6rem;}
    .av-font_3{font-size: 0.9rem;}
    .av-font_4{font-size: 1.2rem;}
    .av-font_5{font-size: 1.5rem;}
    .av-font_6{font-size: 1.8rem;}
    .av-font_7{font-size: 2.1rem;}
    .av-font_8{font-size: 2.4rem;}
    .av-font_9{font-size: 2.7rem;}
    .av-font_10{font-size: 3rem;}
/* FONT CSS ENDS */
    .pr-0, .px-0{padding-right: 0 !important;}
    .pl-0, .px-0{padding-left: 0 !important;}
    .pt-0, .py-0{padding-top: 0 !important;}
    .pb-0, .py-0{padding-bottom: 0 !important;}

    .pr-1, .px-1{padding-right: 0.5rem !important;}
    .pl-1, .px-1{padding-left: 0.5rem !important;}
    .pt-1, .py-1{padding-top: 0.5rem !important;}
    .pb-1, .py-1{padding-bottom: 0.5rem !important;}

    .pr-2, .px-2{padding-right: 1rem !important;}
    .pl-2, .px-2{padding-left: 1rem !important;}
    .pt-2, .py-2{padding-top: 1rem !important;}
    .pb-2, .py-2{padding-bottom: 1rem !important;}

    .pr-3, .px-3{padding-right: 1.5rem !important;}
    .pl-3, .px-3{padding-left: 1.5rem !important;}
    .pt-3, .py-3{padding-top: 1.5rem !important;}
    .pb-3, .py-3{padding-bottom: 1.5rem !important;}

    .pr-4, .px-4{padding-right: 2rem !important;}
    .pl-4, .px-4{padding-left: 2rem !important;}
    .pt-4, .py-4{padding-top: 2rem !important;}
    .pb-4, .py-4{padding-bottom: 2rem !important;}

    .pr-5, .px-5{padding-right: 2.5rem !important;}
    .pl-5, .px-5{padding-left: 2.5rem !important;}
    .pt-5, .py-5{padding-top: 2.5rem !important;}
    .pb-5, .py-5{padding-bottom: 2.5rem !important;}

    .pr-6, .px-6{padding-right: 3rem !important;}
    .pl-6, .px-6{padding-left: 3rem !important;}
    .pt-6, .py-6{padding-top: 3rem !important;}
    .pb-6, .py-6{padding-bottom: 3rem !important;}
/* Padding css ends */
    .mr-0, .mx-0{margin-right: 0 !important;}
    .ml-0, .mx-0{margin-left: 0 !important;}
    .mt-0, .my-0{margin-top: 0 !important;}
    .mb-0, .my-0{margin-bottom: 0 !important;}

    .mr-1, .mx-1{margin-right: 0.5rem !important;}
    .ml-1, .mx-1{margin-left: 0.5rem !important;}
    .mt-1, .my-1{margin-top: 0.5rem !important;}
    .mb-1, .my-1{margin-bottom: 0.5rem !important;}

    .mr-2, .mx-2{margin-right: 1rem !important;}
    .ml-2, .mx-2{margin-left: 1rem !important;}
    .mt-2, .my-2{margin-top: 1rem !important;}
    .mb-2, .my-2{margin-bottom: 1rem !important;}

    .mr-3, .mx-3{margin-right: 1.5rem !important;}
    .ml-3, .mx-3{margin-left: 1.5rem !important;}
    .mt-3, .my-3{margin-top: 1.5rem !important;}
    .mb-3, .my-3{margin-bottom: 1.5rem !important;}

    .mr-4, .mx-4{margin-right: 2rem !important;}
    .ml-4, .mx-4{margin-left: 2rem !important;}
    .mt-4, .my-4{margin-top: 2rem !important;}
    .mb-4, .my-4{margin-bottom: 2rem !important;}

    .mr-5, .mx-5{margin-right: 2.5rem !important;}
    .ml-5, .mx-5{margin-left: 2.5rem !important;}
    .mt-5, .my-5{margin-top: 2.5rem !important;}
    .mb-5, .my-5{margin-bottom: 2.5rem !important;}

    .mr-6, .mx-6{margin-right: 3rem !important;}
    .ml-6, .mx-6{margin-left: 3rem !important;}
    .mt-6, .my-6{margin-top: 3rem !important;}
    .mb-6, .my-6{margin-bottom: 3rem !important;}
/* margin css ends */

*::-webkit-scrollbar {
    width: 3px;
}
  *::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
  *::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0.5);
}
  *::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px;
}