/* Extra CSS for portfolio pages- all pages but index and about */


@media (min-width:1200px){
            .right, a.brand{margin-left:50px;}
            header{max-width:1150px;gap:200px;}
        }

@media only screen and (min-width: 980px) and (max-width: 1080px){
            .container{grid-template-columns:1fr; padding:0;margin-left:0px;}
            body{padding:28px}
            /*.right{flex-direction:row;justify-content:space-between;align-items:center}*/
        }



@media (max-width: 768px) { /* iPad and smaller devices */

       .portrait img {display:none;}
       
       .left img, .right img{max-width:100%;height:auto;}
        }

        

    .site-top {margin:0px;}