@import url("https://use.typekit.net/fql1loi.css");

body {
    font-family: 'trade-gothic-next', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    background-color: #111;
    color: #bbb;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.main,
.work-page {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    padding: 68px 0 100px;
}

.main h1, 
.main h2, 
.main h3, 
.main h4 {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    color: #ccc;
    line-height: 1em;
}

strong {
    color: #bbb;
}

a {
    color: aquamarine;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.boxy {
    border: 1px solid #888;
    border-radius: 8px;
    list-style-position: inside;
    margin: 0 auto;
    padding: 22px 34px 34px;
    width: 80%;
}

a:visited {
    color: aquamarine;
}

ul {
    margin-left: -18px;
}

ul ul {
    margin-top: 12px;
}

li {
    margin-top: 12px;
}

.artists p {
    font-size: 3.3em;
    line-height: 1em;
    text-indent: 0;
    text-transform: uppercase;
    margin: 20px 0;
}

.note li {
    list-style-type: circle;
    list-style-position: inside;
}

header {
    background: linear-gradient(#111, transparent);
    /* background: rgb(219,223,122);
    background: radial-gradient(circle, rgba(219,223,122,1) 0%, rgba(121,31,9,1) 35%, rgba(255,106,0,1) 100%); */
    border-bottom:  1px solid #666;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

header h1 {
    margin: 20px auto;
    width: 70%;
}

header h1 img {
    height: 24px;
}

header h1 a:hover {
    text-decoration: none;
}

footer {
    background: linear-gradient(transparent, #111);
    border-top:  1px solid #666;
    padding: 20px 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

footer > div {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    width: 70%;
}


.wrong-logo {
    display: inline-block;
    width: 160px;
}

.wrong-logo img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .main, footer > div, header h1, .work-page {
        width: 90%;
    }
    .artists p {
        font-size: 2em;
        line-height: 1em;
    }
}

/* Mail Chimp Styles */

#mc_embed_signup {
    background: transparent !important;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup form h2 {
    color: aquamarine !important;
}