﻿body {
    font-size:1rem
}
.photo-credit {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    padding: 5px;
    font-size: smaller
}
.navbar-logo {
    height: 32px;
    width: auto;
}
@media (min-width: 992px) {
    .navbar-logo {
        height: 48px;        
    }
}
@media (max-width: 310px) {
    .navbar-logo {
        display: none;
    }
}
.news-summary p {
    font-size: smaller;
}

.container h1:first-child {
    margin-top: 90px
}    

@media (max-width: 992px) {
    .container h1:first-child {
        margin-top: 70px
    }    
}
@media (max-width: 575px) {    

    .post-preview .img-fluid {
        max-height: 200px;        
    }
}