
#bc-text {
    /*display:none;*/
    /*position: absolute;*/
    display:flex;
    flex-direction: column;
    max-width: 40%;
    /*left: 30px;*/

    font: 1em "Trebuchet MS", sans-serif;
    letter-spacing: 3px;
    line-height: 30px;

    margin: auto;
}
#headline {
    margin:auto;
    text-align: center;
}
#bc-text-section {
    text-align: justify;
    font: 1em "Trebuchet MS", sans-serif;
    letter-spacing: 3px;
    line-height: 30px;
}

#goal-text {
    margin-bottom: 5%;
}
a {
    color: black;
    /*text-decoration: none;*/
}

.sub-header {
    font-weight: bold;
}
@media only screen and (max-width: 800px) {
    #bc-text {
        max-width: 85%;
    }
}