Accent Reduction: CSS

 




html {
    font-size: 20px;
}

.jumbotron {
    height: 250px;
    color: #ffffff;
    background: url('images/bg1536.jpg') no-repeat;
    background-size: 100%;
}

.promoImg {
    display: block;
    height: 100px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
}

.jumbo {
    padding: 20px;
}

#contact {
    border-left: 2px solid;
    border-color: #666666;
}

.contentWrap {
    border-top: 2px solid;
    margin-bottom: -30px;
}

.footer {
    height: 30px;
    margin-top: 30px;
    padding-left: 30px;
    padding-top: 3px;
    background-color: #666666;
    color: #ffffff;
}

.titleText {
    text-align: left;
    font-size: 1.8rem;
}

.jumboText {
    font-size: 0.8rem;
}

.kickerText {
    font-size: 2.0rem;
    text-align: right;
}

.subhead {
    margin-top: 15px;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}

.contentText {
    font-size: 0.8rem;
}

.leaderText {
    font-size: 1rem;
}

.promoText {
    text-align: center;
    font-size: 0.8rem;
}

#content {
    padding-left: 50px;
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    html {
        font-size: 14px;
    }
    .jumbotron {
        height: 200px;
    }
    .jumbo {
        padding: 0px;
    }
    .promoText {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 13px;
    }
    .jumbotron {
        height: 190px;
        background-size: 120%;
    }
    .promoImg {
        height: 75px;
    }
    .jumboText {
        font-size: 1rem;
    }
    .subhead {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .contentText {
        font-size: 0.9rem;
    }
    #contact {
        border-top: 2px solid;
        border-color: #666666;
        padding: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .subhead {
        font-size: 1.3rem;
        font-weight: bold;
    }
    .jumbotron {
        background-size: 140%;
    }
    .promoText {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 11px;
    }
    .jumbotron {
        height: 180px;
        background-size: 150%;
    }
    .promoImg {
        height: 50px;
        border-radius: 10px;
    }
    .contentText {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 360px) {
    .jumbotron {
        height: 100px;
        background-size: 120%;
    }
    .promoImg {
        display: none;
    }
    .kickerText {
        font-size: 1.5rem;
        text-align: right;
    }
}