/*title*/
h1 {
    font-weight: bold;}

/*desc, materials, etc*/
h2 {
    font-weight: normal;}

.globalpost, .globalpost p, h1, h2 {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 0px;}

body {
    display: grid;
    grid-template-areas: 
        "menu header"
        "menu content";
    grid-template-columns: 1fr 6fr;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    }

    body a {
    color: black;}

#sidebar {
    position: static;
    width: 100%;
    padding: 40px;
    font-size: 15px;
    grid-area: menu;}

    #sidebar p {
        margin: 6px;
        line-height: 1;
        font-weight: bold;}
    #sidebar a {
        text-decoration: none;}
    #sidebar .break {
        margin-bottom: 50px;}

#header {
    font-size: 15px;
    position: relative;
    padding: 2%;
    line-height: 1.2;
    margin-left: 5%;
    margin-right: 10%;
    grid-area: header;}

.static {
    position: static;
    width: 90%;
    margin: auto;
    justify-items: left;
    margin-bottom: 0px;}

#frontlink {
    position: relative;
    margin-left: 0px;
    width: 80%;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}
        #frontlink div {
        max-width: 350px;
        padding: 10px;}
        #frontlink img {width: 100%;}
        #frontlink p {
        font-weight: bold;
        text-align: left;
        margin-top: 5%; }
    
#fronttext {
    position: relative;
    margin: auto;
    font-size: 12px;
    background-color: white;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    width: 100%;
}

        #fronttext div {
            width: 250px;
            }

        #fronttext p {
            margin-top: 0px;
            margin-bottom: 5px;}

        #fronttext a {
        font-weight: bold;
        text-decoration: underline;
        }

#content {
    display: grid;
    grid: auto / 45% 45%;
    justify-content:space-between;
    align-items: center;
    margin: 1% 0% 5% 0%;
    grid-area: content;
    width: 100%;}
        #content > div {
        margin-left: auto;
        padding: 2%;
        width: 100%;}
        #content img, iframe {
        margin-bottom: 2%;}

#page {
    font-size: 14px;
    position: relative;
    display: auto;
    width: 90%;
    line-height: 1.4;
    grid-area: content;}

#page p {
    margin-top:0px;
}
    .music-body {
        margin-top: 0px;
        margin-bottom: 20px;}
    .music-body a {
        font-style: italic;}
    .music-header {
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: bold;}
    .music-links, .music-links a {
        margin-top: 10px;
        /* color: blue; */}

    .bit-html-export {
        width: 80%;
        background: #fff;
        font-family: Helvetica;
        color: black;
        font-size: 12px;}
    .bit-table {
        width: 100%;}
    .bit-table td {
        padding: 7px 0px;
        vertical-align: middle;
        width: 40%;}
    .bit-table a {
        color: #000;}
    .bit-table .bit-cta {
        text-align: center;
        width: 50%;
        text-decoration: bold;
    /* separate line between rows */
    /* .bit-table tr td { border-bottom: 1px solid #ccc } */}

    .dates, .dates p {
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;}
    .dates .support {
        margin-bottom: 10px;}
    .support { 
        color: red}

* {box-sizing: border-box}

.singles {
    width: 100%;}
.multis {
    position: relative;
    max-width: 100%;
    max-height: 800px; }
.multi-img {
    width: 100%;
    position: relative;
    margin: 0;}
.painting, .sculpture, .video, .other, .iframe {
    width: 100%;
    margin-bottom: 7%;}

#navigation {
    position: static;
    grid-area: menu;
}

ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0;}
li {
  list-style-type: none;
  padding-top: 0px;
  padding-left: 0px;
  margin-right: 10%;
  flex: 0 0 100%;}
ul {
  overflow-x: hidden;
  scroll-snap-type: x mandatory;}
li {
  scroll-snap-align: center;}

.scrollclick {
position: absolute;
left: -10%;
bottom: 100px;
padding-bottom: 10px;
line-height: 0px;
text-align: right;
color: black;
background: white;
border: none;
opacity: .9;
cursor: pointer;
font-family: monospace;}
        .scrollclick p {
            font-size: 12px;}
        .scrollclick h1 {
            font-size: 20px;
            line-height: 0px;}

@media (max-width: 600px) {

                body {
                    grid-template-columns: 1fr 3fr;
                }

                #sidebar {
                    position: static;
                    top:10px;
                    padding: 0px;
                    margin-top:0px;
                    margin-bottom: 0px;
                    max-width: 100px;
                    font-size: 12px;}
                        #sidebar .break {margin-bottom: 20px;}

                #header {
                    position: static;
                    font-size: 12px;
                    padding: 0px;
                    margin-left: 0px;
                    margin-bottom: 20px;}

                .static {
                    width: 100%;
                }

                #frontlink { font-size: 11px;
                    margin-bottom: 10px;}

                #frontlink img {width: 100%;}

                #fronttext {
                    display: grid;
                    grid-template-columns: auto auto;
                    row-gap: 10px;
                    column-gap: 10px;
                }               
                
                #fronttext div {
                    width: 100%;
                }
              

                #content {
                    display: block;
                    width: 100%;
                }

                .scrollclick {
                position: absolute;
                left: 5%;
                bottom: 100px;
                padding-bottom: 10px;
                text-align: right;
                color: black;
                background: white;
                border: none;
                opacity: .9;
                cursor: pointer;
                font-family: monospace;}

                #page {
                    position: relative;
                    font-size: 12px;
                    width: 90%;
                }

                
                }
