h1, h2{
    font-size: 18px;
}

.sm-icons a{
    font-size: 24px;
    padding: 8px;
    color: #fff;
}

#quote-box{
    position: relative;

    padding: 64px;
}

#quote-box::after {
    content: "";
    background: url('/img/peaceful-reading.jpg');

    background-size: cover;
    background-position: center center;


    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    border-radius: .25rem;
}

#bar-chart,
#line-chart{
    width: 100%; height: 500px;
}

footer{
    color: #efefef;padding: 80px;
}

footer a{
    color: #ffffff;
}

@media (orientation: landscape){
    #portrait-help{
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #quote-box{
        padding: 16px;
    }
}