@font-face {
    font-family: "Carnevalee";
    src: url("carnivalee-freakshow.regular.ttf") format("opentype");
}
@font-face {
    font-family: "Libre Baskerville";
    src: url("LibreBaskerville-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "Libre Baskerville Bold";
    src: url("LibreBaskerville-Bold.ttf") format("opentype");
}

* {box-sizing: border-box; }
html {
    font-family: 'Libre Baskerville', serif;
}

body {
    margin: 0;
    background: black url(/img/b-b-background-lg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

iframe {
    height: 300px;
    width: 100%;
    resize: both;
    overflow: auto;
    border: 0;
}
iframe.music {
    height: 80px;
}
nav {
    background: #5e8774;
    color: white;
    position: fixed;
    top: 0; left: 0; bottom: 0;
    width: 280px;
    transition: left 0.5s;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.4);
    z-index: 1;
}
nav h2 {
    margin: 24px 0 0;
    text-align: center;
}
nav h2 img {
    max-width: 140px;
}
nav h3 {
    margin: 0 0 48px;
    text-align: center;
    font-family: Carnevalee;
    font-weight: normal;
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
}
nav p {
    margin-right: 50px;
    text-align: right;
    font-size: 24px;
}
nav p a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
nav > h5 {
    padding-right: 48px;
    text-align: right;
}
#hamburger {
    padding: 8px 5px 5px;
    /* margin: 8px auto 0; */
    display: none;
    width: 50px; height: 40px;
}
#hamburger > div {
    margin: 4px;
    height: 4px;
    background: white;
}

main {
    margin: 0 0 0 280px;
    transition: margin 0.4s;
}
main > article:first-child > div {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 18px;
    max-width: 540px;
    overflow: auto;
}
main p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    clear: both;
}
main p a {
    color: white;
    font-family: 'Libre Baskerville Bold';
}
main p strong {
    font-weight: normal;
    font-family: 'Libre Baskerville Bold';
}
main p img {
    margin: 0 8px 4px 0;
    float: left;
    width: 120px;
}
main p:first-child img {
    margin: 0 0 4px 8px;
    float: right;
}

h1 {
    margin: 0 0 60px 0;
    padding-bottom: 60px;
    font-family: Carnevalee;
    color: white;
    font-size: 96px;
    width: 320px;
    font-weight: 400;
    line-height: 0.8;
    -webkit-font-smoothing: antialiased;
    border-bottom: 8px solid white;
    clear: both;
}
main article {
    padding: 48px 56px;
    overflow: auto;
}

main h3 {
    margin: 0.4em 0;
    font-weight: normal;
    font-family: 'Libre Baskerville Bold';
    letter-spacing: 0.02em;
    font-size: 20px;
}
main article h4 {
    margin: 42px 0 42px;
    font-weight: normal;
    font-family: 'Libre Baskerville Bold';
}
main article h4 a {
    display: inline-block;
    padding: 0 40px;
    height: 120px;
    text-align: center;
    background: #5e8774;
    color: white;
    text-decoration: none;
    font-size: 24px;
    line-height: 120px;
    font-weight: normal;
    white-space: nowrap;
}
nav > h5 a img {
    margin: 2px;
    width: 45px; height: 45px;
}
#youtube {
    position: relative;
    top: -2px;
    width: 40px; height: 40px;
}

#spotify {
    position: relative;
    top: -1px;
    width: 41px; height: 41px;
}
#podcast {
    position: relative;
    top: -1px;
    width: 41px; height: 41px;
}

section {
    padding: 50px;
    color: white;
    background: url(/img/dark-gray-brick.jpg);
    margin: 0 -56px;
    background-size: cover;
    overflow: auto;
}

section:nth-child(2) {
    background: rgba(255, 255, 255, 0.9);
    color: black;
}

section:nth-child(2) p {
    color: black;
}

section:first-child {
    margin: 0; padding: 0;
    background: none;
}

section p img {
    margin: 4px 0 4px 12px;
    float: right;
    width: 360px;
}

main section p {
    clear: none;
}

@media (max-width: 800px) {
    body {
        background-image: url(/img/b-b-background.jpg);
    }
    nav {
        left: -230px;
        text-align: right;
    }
    nav > h5 {
        padding-right: 0;
        width: 48px;
        position: absolute;
        top: 76px; right: 2px;
    }
    #menu {
        margin-top: 100px;
    }
    nav.expanded {
        left: 0;
    }
    nav.expanded > h5 {
        left: 0;
    }
    nav.expanded > h5 {
        padding-right: 48px;
        text-align: right;
        position: static;
        width: auto;
    }
    nav h2 {
        margin: 4px;
        position: fixed;
        top: 40px; left: 0;
    }
    nav h2 img {
        width: 44px;
    }
    nav.expanded h2 {
        width: 88px;
        position: absolute;
        top: 13px;
        text-align: right;
        left: 140px;
    }
    nav.expanded h2 img {
        width: 66px;
    }
    main {
        margin-left: 48px;
    }
    main > article > div {
        padding: 8px 24px;
    }
    #hamburger {
        display: inline-block;
        position: fixed;
        left: 0;
    }
}

@media (max-width: 540px) {
    h1 {
        margin: 0 0 20px 0;
        padding-bottom: 20px;
        font-size: 64px;
        width: auto;
        border-bottom: 4px solid white;
    }
    main article {
        padding: 24px;
    }
    main p {
        padding-left: 0;
        width: auto;
    }
    main article h4 {
        margin: 24px 0 24px;
    }
    main article h4 a {
        padding: 0 20px;
        height: 60px;
        font-size: 18px;
        line-height: 60px;
    }
    section {
        padding: 12px 24px 48px;
        margin: 0 -24px;
    }
    section p img {
        margin: 0;
        float: none;
        width: 100%;
    }
}