
.footer {
    background: #333333;
}

.footer-text {
    color: #E0E0E0;
    font-family: Oxygen;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    width: 442px;
    height: 40px;
    top: 29px;
    left: 150px;
}
.cwhq-link {
    width: 348px;
    height: 40px;
}

#about-title {
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
    text-decoration: underline;
    text-align: center;
}

.about-containerL {
    width: 30%;
    margin-left: 10%;
    position: relative; 
    top: 5%; 
    float: left;
}


.aboutText{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 250;
    line-height: 22px;
    text-align: left;  
    margin-bottom: 20px;
}

.aboutTextend{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 250;
    line-height: 22px;
    text-align: left;  
    margin-bottom: 60px;
}

.bodyText{
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    text-align: center;
}

.about-containerR {
    width: 50%;
    margin-left: 2%; 
    position: relative; 
    top: 5%;
    float: left; 
}

.aboutTextL {
    font-size: 20px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    text-align-last: center;
}

.aboutTextR {
    font-size: 20px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    text-align-last: center;
}

.about-image {
    margin-top: 20%;
    margin-left: 25%;
    width: 250px;
    height: 200px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.main-content {
    flex: 5;
}

@media only screen and (max-width: 510px) {
    .footer-text {
    font-size: 12px;
    }
}

@media only screen and (max-width: 400px) {
    .footer-text {
    font-size: 10px;
    }
}

@media only screen and (max-width: 615px) {
    .cwhq-link {
        width: 348px;
        height: 60px;
        font-size: 15px;
    }
    
}