.the-body {
    background-color: #69307f;
    font-family: Lucida Sans Unicode;
    font-size: 14px;
}

.frame {
    margin: auto;
    width: 90%;
}

.header {
    margin: auto;
    padding: 10px;
    height: 70px;
}

.menu {
    margin: auto;
    background-color: #f7eb31;
}

.content {
    margin: auto;
    min-height: 200px;
    padding: 10px;
    background-color: white;
}

.footer {
    margin: auto;
    background-color: #157c6f;
    height: 35px;
    padding: 10px;
}

/*.left-div {
    float: left;
    width: 90%;
}*/

.right-div {
    float: right;
    text-align: right;
    width: 30%;
}

.left-div {
    float: left;
    width: 50%;
}

.left-fifty-div {
    float: left;
    width: 50%;
    display: inline-block;
    height: auto;
    padding: 10px;
}

.right-fifty-div {
    float: right;
    width: 50%;
    display: inline-block;
    height: auto;
    padding: 10px;
}

.subRedTitle {
    font-family: Helvetica;
    font-size: 35px;
    color: #ff0000;
    font-weight: bold;
}

.wrapper {
    display: grid;
    font-size: 14px;
}

.bannerTitle {
    font-family: Helvetica;
    font-size: 55px;
    color: #f7eb31;
    font-weight: bold;
    padding: 25px;
}

.contactUsWrapper {
    text-align: right;
    width: 100%;
    height: 125px;
    padding-top: 40px;
}

.email {
    font-family: Helvetica;
    font-size: 25px;
    color: #f7eb31;
    font-weight: bold;
    border: 0px;
}

.charityNumber {
    font-family: Helvetica;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
}

.subTitle {
    font-family: Helvetica;
    font-size: 19px;
    color: #7521b0
}

/* nav bar custom colour */
.navbar-custom {
    background-color: #157c6f;
}

    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: rgb(255, 255, 255);
    }

    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
        font-size: 14px;
    }

    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: black;
        font-weight: bold;
    }

.center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}