.menu-font {
    font-size: 16Px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #1F3A62;
    font-weight: bold;
}

.header-font {
    font-size: 18Px;
    font-weight: bold;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #1F3A62;
    text-align: center;
    padding: 4px;
}

.super-header-font {
    font-size: 28Px;
    font-weight: bold;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #1F3A62;
    text-align: center;
    padding: 4px;
}

.ss-sub-header-font {
    font-size: 16Px;
    font-weight: bold;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #1F3A62;
    text-align: center;
    padding: 4px;
}

.ss-font {
    font-size: 15Px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.ss-font-align-center {
    text-align: center;
}

.ss-p-align {
    text-align: justify;
}

.ss-padding-right {
    padding-right: 30px;
}

.ss-margin-left {
    margin-left: 2%;
}

.a{
    color:#201c3d;
    text-decoration: none;
}

.ss-image-align-center {
    text-align: center;
}

.learnmore {
    background-color: #f7eee9;
    border-radius: 100px 15px 100px 10px;
    width:100%;
}