/*
Theme Name:     Newspaper Child Theme - Datamation
Description:    A child theme of the tagDiv Newspaper theme
Author:         TechnologyAdvice
Author URI:     https://technologyadvice.com
Template:       Newspaper
*/

@import "fonts.css";

.tdb-logo-img { 
    width: 168px; height: 59px; 
} 

@media screen and (min-width: 768px) { 
    .tdb-logo-img { 
        min-width: 186px; min-height: 62px; 
    } 
}

@media screen and (min-width: 1240px) {
    .tdb-logo-img { 
        min-width: 272px; min-height: 90px; 
    }
}

#bottom-footer-fixed-slot {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#inline-top, #sticky-bottom { 
    min-height: 50px; 
} 

#sticky-rail {
    min-height: 250px;
}

@media screen and (min-width: 768px) { 
    #inline-top, #sticky-bottom {
         min-height: 90px; 
    } 
    #sticky-rail {
        min-height: 600px;
    }
} 

@media screen and (min-width: 1240px) { 
    #inline-top { 
        min-height: 250px; 
    } 
    #sticky-rail {
        min-height: 600px;
    }
    #sticky-bottom {
        min-height: 90px; 
    }
}