#page-container {
    position: relative;
    min-height: 100vh;
}

#page-wrap {
    padding-bottom: 50px;
}

#content {
    padding: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    /* margin-top: 80px; */
    height: 50px;
    width: 100%;
    background-color: #22577A;
    color: white;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.navTitle {
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
    margin-right: 40px;
}

.navbar-nav {
    margin-left: auto;
}

.nav-link.active {
    border-bottom: 2px solid #22577A;
}

.pageHeading1 {
    font-size: 2.5rem;
    text-align: center;
}

.pageHeading2 {
    font-size: 2.0rem;
    text-align: center;
}

.subHeading1 {
    font-size: 1.3rem;
    text-align: center;
    color: rgb(114, 114, 114);
}

.feauturebox {
    background-color: rgb(236, 236, 236);
    border-radius: 25px;
    padding: 15px;
}

.featureboxTop {
    margin-top: 80px;
}

.featureboxInsideBox {
    margin: 10px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
}

.insideBoxHeading {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 2px;
    color: #22577A;
}

.storeButtonArea {
    position: relative;
    top: -50px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.storeButtonBox {
    background-color: black;
    border-radius: 15px;
    padding: 20px 10px 20px 10px;
    text-align: center;
    /* height: 60px; */
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-content: center;
}

.storeLink {
    color: white;
    text-decoration: none;
}

.storeLink:hover {
    color: white;
    text-decoration: dotted white 1px;
}

.featureDetailDescription {
    color: rgb(112, 112, 112);
}

h4 {
    color: #22577A;
    font-size: 9rem;
}

.blueBox {
    background-color: #22577A;
    border-radius: 25px;
    padding: 30px 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
}

.button1 {
    background-color: white;
    text-align: center;
    margin-top: 50px;
    padding: 12px 20px 12px 20px;
    border-radius: 25px;
    color: #22577A;
    font-weight: bold;
    text-decoration: none;
}

.button1:hover {
    color: #0b3552;
}

.textlink {
    color: #22577A;
}

.textlink:hover {
    color: #134262;
}

.generalDescription {
    text-align: center;
    font-size: 1.2rem;
}