﻿@media (min-width: 960px) {
    .space-10 { height: 10px; }
    .space-20 { height: 20px; }
    .space-40 { height: 40px; }
    .space-60 { height: 60px; }
    .space-80 { height: 80px; }
    .space-100 { height: 100px; }

    header { background-image:url(/assets/img/pixb.jpg); }
    header { height:100vh; position:relative; overflow:hidden; background-color:#fff; background-position-x:center; background-position-y:top; background-repeat:no-repeat; background-size:cover; }
    header.sm {
        height: 236px;
    }
    section.news-item h2 { font-size:1.4rem; }
    header::before {
        display: block;
    }
    .flex-even { flex: 1; }

    #news .news-img { display:block !important; }
    #news .news-text {
    flex: 0 0 83.33333333333%;
    max-width: 83.33333333333%;
    padding-left: 4rem;
    }
    #xst { display:none;}
    header .header-title, header .about-me {
        display: block;
    }

    #maps{width:100%; height:500px; }

    #program .props p {
        font-weight:600;
        font-size:1.5rem;
        margin-top:0.75rem;
    }

    .h2, h2 {font-size: 2rem;}
}
