*{
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa', cursive;
    user-select: none;
    /* cursor: none; */
}
.xtr_links_1{
    text-decoration: none;
}



body{
    background-color: rgb(255, 255, 255);
}
.menuBar_area{
    position: sticky;
    width: 100%;
    box-shadow: 0 4px 8px -2px rgb(192, 192, 192);
    background-color: #1387fc;
    padding: 20px 0px;
}
.site_logo{
    /* padding: 1rem; */
    text-align: left;
    padding-left: 6%;
    padding-right: 7rem;
    font-size: 2rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.site_logo a{
    color: rgb(255, 255, 255);
}
.site_logo span{
    /* padding: 1rem; */
    font-size: 1.5rem;
    font-weight: 300;
    color: rgb(255, 255, 255);
    background-color: transparent;
}
#menu_btn{
    /* background-color:var(--clr5); */
    background: transparent;
    color:var(--clr5);
    padding: 7px 7px;
    border-radius: 10px;
    border: 2px solid #1387fc;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 5%;
    cursor: pointer;
    transition: 0.4s;
}
#menu_icn{
    font-size:1.35rem;
    color: rgb(255, 255, 255);
    }
#menu_btn:hover{
        /* border: 2px solid rgb(226, 226, 226); */
        box-shadow:  1px 1px 8px 1px rgb(255, 255, 255),
                    -1px -1px 8px 1px rgb(255, 255, 255);
    }
.form_area{
    /* width: 90vw; */
    /* max-width: 26rem; */
    /* height: 13rem; */
    /* background-image: linear-gradient(1800deg, #57fa93 0%, #58c0f5 100%); */
    margin-top: 15vh;
    display: block;
    
} 
.captionLine{
    text-align: center;
    font-family: var(--sm_font_10);
    padding-top: .2rem;
    font-size: 1.1rem;
    color: #000000;
}
.gif{
    width: 70vw;
    max-width: 20rem;
    height: auto;
    display: block;
    margin: auto;
}

/* .p3{
    font-size:.8rem ;
    font-weight: normal ;
    margin-top: 0.5rem ;
    color: #234f79;
}
.p3 a{
    text-decoration: none;
    color: #234f79;
    font-size:1.01rem ;

}
.p3 a:hover{
    text-decoration: underline;
} */



.main_body{
    /* display: inline-flex;
    justify-content: space-evenly;
    flex-direction: column; */

}
.card_holder{
    height: auto;
    width: 80vw;
    border: 1px solid rgb(206, 206, 206);
    margin: auto;
    margin-top: 2rem;
    border-radius: .7rem;
    padding: 1rem;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.342);
    background-color: #ffffff;


}
#catagory_1{
    margin-top: 2rem;
}
.catagory_header{
    font-weight: 700;
    color: #03a840;
}
.card{
    border: 1px solid rgb(163, 240, 163);
    padding: .8rem;
    border-radius: 10px;
    margin: .5rem;

}
.title_header{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .3rem;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
.title_subHeader{
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}




.footer{
    max-width: 70vw;
    height: 3rem;
    margin: auto;
    margin-top: 12rem;
    text-align: center;
    text-decoration: none ;
}
.credit{
    max-width: 70vw;
    /* height: ; */
    margin: auto;
    margin-top: 30vh;
    margin-bottom: 2rem;
    text-align: center;
    text-decoration: none ;
}
.p2{
    font-family: var(--sm_font_3);
    font-size:.85rem ;
    font-weight: normal ;
    margin-top: 0.2rem ;
    color: #234f79;
    }
.p2 span{
    font-size:.88rem ;
    font-family: var(--sm_font_3);
}
