/*Landscape Observatory.css   - this static CSS file is pulled in last to main.css so overrides any SCSS settings */

    h1, h2, h3, h4, h5, p, ol ul, li {font-family: 'Open Sans'; color: inherit;}
    h1 {font-size: 1.6rem;}
    h2 {font-size: 1.4rem;}
    h3 {font-size: 1.2rem;}
    h5, .card-title {font-size: 1.2rem; color: red;}
    
    p, li, th, td {font-size: 1.0rem;}
    
    .full-width-section container p {text-align: left;}
    
    h2 {padding-top: 2em;}
    
    header .navbar-nav .nav-link {color: black !important;}