/*#e2e2e2;
#000000;
;*/

.jumbotron {
    background-color: #e2e2e2;
    color: #000000;
    padding: 5rem 1rem 1rem 1rem;
    border-radius: 0;
    margin-bottom: 1rem;
}

footer a {
    padding: 5px 10px 5px 10px;
    color: #ccc;
    text-decoration: none;
}

/* ad  ----------------------------------------------------------*/
.myAd {
    display: none;
    width: 100%;
    margin: 5px 0px;
}

@media (min-width: 320px) {
    .myAd {
        display: inline-block;
        height: 50px;
    }
}

@media (min-width: 728px) {
    .myAd {
        display: inline-block;
        height: 90px;
    }
}