h1{
    font-size: 22px;
    font-weight: 700;
}
h2{
    font-size: 20px;
    font-weight: 700;
}
h3{
    font-size: 18px;
    font-weight: 700;
}

p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #7c7c7c;
}
  
.font-white{
    color: white;
    line-height: 20px;
}
.font-grey{
    color: #999999;
    line-height: 20px;
}

.footer-1 ul{
    list-style-type: none;
}

.footer-1 li:first-child {
    font-size: 16px;
    font-weight: 700;
}

.footer-1 li {
    display: block;
    margin: 5px 0;
}

.footer-1 ul li span {
    padding-left: 30px;
}

a.button-blue:link, a.button-blue:visited{
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 700;
    width:max-content;
    border-radius: 5px;
    color: white;
    background-color: #38b0e6;
    position: absolute;
    top: 68%;
    left: 7%;
    text-decoration: none;
}
a.button-blue:hover {
    opacity: 0.5;
  }

a.footer-menu:link, a.footer-menu:visited{
    padding: 5px 5px;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    color: #999999;
    text-decoration: none;
    box-sizing: border-box;
}
a.footer-menu:hover {
    opacity: 0.5;
}

.divider-light {
    display: block;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    margin: 20px auto;
}

.divider-dark {
    display: block;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    margin: 20px auto 0;
}

.banner-header{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #303030;
}

.sub-item-2 li, .sub-item-3 li {
    margin-left: 20px;
    color: #7c7c7c;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

.footer-font {
    font-size: 14px;
  }
/* ------------------- */
/* Mobile Menu Layout */
/* ------------------- */
@media screen and (max-width: 640px) {
    a.footer-menu:link, a.footer-menu:visited{
        padding: 5px 10px;
        font-size: 14px;
        display: inline-block;
        border-radius: 5px;
        color: #999999;
        text-decoration: none;
        box-sizing: border-box;
    }

    h1{
        font-size: 20px;
        font-weight: 700;
    }
    h2{
        font-size: 18px;
        font-weight: 700;
    }
    h3{
        font-size: 14px;
        font-weight: 700;
    }

    p{
        font-size: 14px;
        color: #7c7c7c;
    }

    a.button-blue:link, a.button-blue:visited{
        padding: 8px 25px;
        font-size: 14px;
        top: 68%;
        left: 7%;
    }

    .footer-1 li {
        font-size: 14px;
        display: block;
        margin: 5px 0;
    }
    
}