/********************************
*********************************
zygote quarterly base styling
*********************************
********************************/


html {
/*    background: #fbddeb; /*pastel pink*/
/*    background: #cfe3e3; /*pastel blue*/
}

body{
    /* BASIC TYPOGRAPHY */
    font-family: Realtime-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(34, 34, 34);
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
}

header, article, footer {
            width: 100%; display: table;
        }

header {
    margin: 40px 20px 40px 20px;
}

footer {
    margin: 40px 20px 40px 20px;
}

@supports (display: grid) {
    @media (min-width: 1000px) {

        article {
            /* START SIMPLE PAGE LAYOUT GRID */
            display: grid;
            grid-template-rows: min-content;
            grid-template-columns: 1fr 1fr;
        }

        #main-l {
            grid-row: 1;
            grid-column: 1;
            }

        #main-r {
            grid-row: 1; 
            grid-column: 2;
            }

    }
}

/* START ISSUES GRID */
        .editions {
            display: grid;
            grid-template-columns: repeat(5,1fr);
            grid-template-rows: 1fr;
        }

        .fifth {
            display: inline-block;
            margin: 5%;
            width: 90%;  /* i.e., 5+5+90 = 100 */
            max-width: 300px; /* stops IE type browsers showing elements too large when the grid fails */
        }


/*
    DETAILED TYPOGRAPHY CONTROL
*/

section { 
    display: block;
    margin: 20px;
}

p, h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: subpixel-antialiased; /* current Apple Safari issues */
}

h1 {
    font-family: Realtime-semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid;
    margin-bottom: 18px;
}

h2 {
    font-family: Realtime-semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

a {
    text-decoration: none;
    position: relative;
    color: rgb(34, 34, 34);
}

a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;

    border-width: 0 0 1px;
    border-style: solid;
}

a.clean {
    text-decoration: none;
    position: relative;
    color: rgb(34, 34, 34);
}

a.clean:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;

    border-width: 0px;
    border-style: solid;
}

strong {
    font-family: Realtime-semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

/*
.emph {
    font-family: Realtime-semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}
*/

.reversed {
    color: rgb(196, 196, 196);
}

.final {
    bottom: -5px;
    border-bottom: 1px solid;
    margin-bottom: 18px;
}

.tiny {
    font-family: PexicoMicro-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 20px;
/*    -webkit-font-smoothing: none;*/
}

.tinybig {
    font-family: PexicoMicro-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
/*    -webkit-font-smoothing: none;*/
}

.baselineraise{
    position: relative;
    bottom: 10px;
}

/*
    ISSUU EMBED CONTROL
*/


.issuuembed {
    margin-top: 0px;
    margin-bottom: 0px;
}
