@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");

@media only screen and (max-width: 600px) {
    /* Global */

    body {
        border-top:2px solid black;
    }

    #menubar {
        border-top: solid black;
        border-bottom: solid black;

    }
    
    #menubar a {
        color:#022e5b;

    }

    /* list */
    div.list div.post, div.list div.event_date {
        border-bottom: 1px solid #00a7e0;
    }

    /* div.list div.title h2 {
        color:white;
        background-color:#002e5c;

    } */
    /* div.list div.title h2 a {
        color:white;
    }
 */

    div.list div.title h2 {
        color:#002e5c;
        background-color: #cdf;
    }

    
    div.list div.title h2 a {
        color:#002e5c;
    }

    div.list div.title h3 {
        color:#00a7e0;
    }

    div.list div.title h3 a {
        color:#00a7e0;
    }

    /* detail */
    /* div.list div.title h2 {
        color:white;
        background-color:#002e5c;

    } */
    /* div.list div.title h2 a {
        color:white;
    }
     */

     div.detail div.title h2 {
        color:#002e5c;
        background-color: #cdf;

    }


    div.detail div.title h2 a {
    color:#002e5c;
    }

    div.detail .title h3 {
        color:#00a7e0;
    }

    div.detail .title h3 a {
        color:#00a7e0;
    }


    #footer {
        background-color:#002e5c;
        color:white;
    }
}

@media screen and (min-width:601px) {
    /* Global */

    body {
        border-top:2px solid black;
    }

    #menubar {
        border-top: solid black;
        border-bottom: solid black;

    }
    
    #menubar a {
        color:#022e5b;
    }

    div.list #columns .column  {
        border-left: 1px solid black;
    }

    /* list */
    div.list div.post, div.list div.event_date {
        border-bottom: 1px solid #00a7e0;
    }

    /* div.list div.title h2 {
        color:white;
        background-color:#002e5c;

    }
    div.list div.title h2 a {
        color:white;

    } */

    div.list div.title h2 {
        color:#002e5c;
        background-color: #cdf;
    }
    
    div.list div.title h2 a {
        color:#002e5c;
    }


    div.list div.title h3 {
        color:#00a7e0;
    }

    div.list div.title h3 a {
        color:#00a7e0;
    }

    /* detail */
    /* .detail .title h2 {
        color:white;
        background-color:#002e5c;

    }
    .detail .title h2 a {
        color:white;
    } */

    div.detail div.title h2 {
        color:#002e5c;
        background-color: #cdf;

    }
    div.detail div.title h2 a {
        color:#002e5c;
    }

    .detail .title h3 {
        color:#00a7e0;
    }

    .detail .title h3 a {
        color:#00a7e0;
    }


    
    #footer {
        background-color:#002e5c;
        color:white;
    }
}
