* {
    box-sizing: border-box;
    margin: 0;
}

div, p, h1, h2, h3 {
    margin: 15px 0;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}


body {
    background-color: #070707; /* EP color: #111 */
    color: #e5e5e5;
    font-family: sans-serif;
    font-size: 16px;
}

main {
    /*width: 500px;*/
    margin: 0 auto;
    padding: 0 10px;
    max-width: 520px;
    width: 100%;
}

a, a:hover, a:focus {  /* CHECK ME */
    color: #e5e5e5;
}

h1 {
    margin-top: 0;
	text-align: center;
}
#index-page h1 {
    background-image: url("/static/images/Reduce-Right-banner.jpg?cacheBust=2");
    height: 227px;
    background-size: 100% 100%;

    position: relative;
}

#promo-page h1 {
    padding: 10px;
    background-color: white;
    color: #333;
}

h2 {
    color: #cf6b1e;
    font-size: 1.2em;
}

.box {
    text-align: center;
    padding: 10px;
    border: 1px solid white;
    border-radius: 8px;
    margin: 15px 40px 40px 40px;
}
/*.box p:nth-child(3) {
    font-style: italic;
}*/

form {
    margin: 30px auto;
    padding: 6px;
    border: 1px solid white;
    border-radius: 8px;
    text-align: center;
    font-size: 1.1rem;
}
fieldset {
    border: 0; /*Opera*/
}
fieldset * {
    margin-bottom: 10px;
}
label {
    display: block;
    font-size: 90%;
}

button {
    cursor: pointer;
    display: block;
    margin: 10px auto;
    padding: 4px 8px;
} 
/*button:hover {
    background: #d97528;
}*/

.cover-art {
    display: block;
    width: 100%;
    margin: 40px 0;
    outline: 3px solid #111;
}

.info {
    margin: 30px 0;
}

.date {
    color: white;
}

.song {
    margin: 35px 0;
}

.bandcamp {
    border: 0;
    width: 100%;
    height: 120px;
}

.wrap-youtube-iframe {
    position: relative; 
    padding-top: 56%;
    height: 0;
}
iframe.youtube {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.faq {
    margin-bottom: 30px;
    font-size: 0.96em;
    border-bottom: 1px solid #e5e5e5;
}
.faq > div {
    margin: 0;
}
.faq p, .faq a {
    color: #ccc;
}
.faq p {
    margin: 8px 0;
}
 .faq p:first-child {
    margin-top: -8px;
}
.faq h3 {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}

.loadingGif {
    display: block;
    margin: auto;
    width: 15%;
}

ul#social-icons {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 90%;
    margin: 0 auto 30px auto;
}
ul#social-icons li {
    display: inline-block;
    width: 110px;
    height: 110px;
    padding: 8px;
}
ul#social-icons li a {
    display: block;
    background-color: white;
    padding: 8px;
    width: 100%;
    height: 100%;
    border: 3px double #d97528;
}


ul#small-social-links {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 6px 0 0 0;
}
ul#small-social-links li {
    display: inline-block;
    width: 52px;
    height: 52px;
    padding: 4px; /* why not margin? */
}
ul#small-social-links li a {
    display: block;
    background-color: white;
    padding: 6px;
    width: 100%;
    height: 100%;
}
ul#small-social-links img {
    /* First attempt at making this section jump around less on loading
    (Delete an icon in dev tools to simulate) */
    vertical-align: unset; 
}

ul#social-icons li a:hover, ul#small-social-links li a:hover {  /* TODO focus active etc. */
    background: #d97528;
}


ul.footer-nav {
    list-style: none;
    padding: 0;
}
.footer-nav a {
    display: inline-block;
	background-color: white;
	color: black;
	text-decoration: none;
	padding: 5px;
	border-radius: 0px;
}
.footer-nav a:hover {  /* TODO focus active etc. */
    background: #d97528;
}

footer {
    margin: 40px 0 0;
    text-align: center;
    font-size: 0.9em;
}

footer a[href^=mailto] {
    text-decoration: none;
}

footer small {
    font-size: 1em;
}


.gallery {
    margin-bottom: 40px;
    text-align: center;
}
.gallery img {
    padding-bottom: 5px;
}