/* Mobile first queries */
body {
    color: #303030;
}

header {
    background: url(../images/header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    padding-bottom: 20.75%;
    margin: 2.5rem 0;
}

header h1 {
    visibility: hidden;
}

footer {
    margin: 2rem 0;
}

.container {
    max-width: 700px;
}

.bandcamp-wrapper {
    height: 120px;
}

.bandcamp-wrapper,
.mixcloud-wrapper {
    margin-top: 2.5rem;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
