/* Mediavine CSS */
@media only screen and (min-width: 1024px) {
    #primary {
        max-width: calc(100% - 300px);
    }
    #secondary {
        min-width: 300px;
    }
}
@media only screen and (max-width: 1023px) {
    #primary, #secondary {
        max-width: 100% !important;
        width: 100% !important;
        float: none;
        clear: both;
    }
}
@media only screen and (max-width: 399px){
#page {
    margin: 0px;
}
}
/* End of Mediavine CSS */

.content-container {
background: #E5E5E5;
color: #19191B;
}
h1.entry-title {
   line-height: 100%;
}