@charset "utf-8";

a{
    color: inherit;
    text-decoration: none;
}
h1{
    font-size: 32px;
    font-weight: 500;
    color: #005959;
    letter-spacing: -2px;
    margin-block-start: 0em;
    margin-block-end: 0.2em;
}
h2{
    color: #005959;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-block-start: 0em;
    margin-block-end: 0.2em;
}
h3{
    color: rgba(125,125,125,1.00);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-block-start: 0em;
    margin-block-end: 0.2em;
}
p{
    font-size: 16.5px;
    color: rgba(50,50,50,.85);
    font-weight: 400;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.footer-txt{
    line-height: 25px;
    padding: 5px 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    color: rgba(125,125,125,1.00);
}
.hero-heading{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    margin-block-start: 0em;
    margin-block-end: 0.2em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.list{
    list-style: square;
    font-size: 16.5px;
    font-weight: 400;
    color: #00a88e;
}
span{
    color: rgba(50,50,50,.85);
}
.small-p{
    font-size: 15px!important;
}
.sub-header-txt{
    font-size: 14px!important;
    color: rgba(255,255,255,0.75)!important;
}
#title{
    font-weight: 500!important;
    text-shadow: none!important;
}