body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #d9d2c8;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 1em;
}

img {
    width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

#header-title {
    position: absolute;
    left: -999px;
    overflow: hidden;
    width: 200px;
}

#header-img {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#header-subtitle {
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #575351;
  }

  #header-subtitle1 {
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #575351;
  }

.line {
    position: relative;
    height: 6px;
    background-color: #575351;
    width: 300px;
    margin: 20px auto;
}

#stat-line {
    position: relative;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
}

#stat-line span {
    font-style: italic;
    font-weight: 900;
    color: #575351;
}

main {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

.title {
    color: #575351;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em;
}

.box {
    width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 5px 10px;
    border: 2px solid #575351;
    box-sizing: border-box;
    margin-top: 10px;
}

.box .title {
    margin-top: -20px;
    text-align: center;
}

.box .title h3 {
    display: inline-block;
    background-color: #d9d2c8;
    padding: 0 10px 0 5px;
}

#artists .title {
    font-size: 1.2em;
}

#artists, .video {
    width: 90%;
    margin: 0 auto;
}

#artists .content {
    position: relative;
    background: #575351;
    padding: 5px 20px;
    color: #FFF;
}

#recording {
    text-align: center;
}

#recording .album-box {
    width: 70%;
    margin: 20px auto;
}

#recording .album-box .artist {
    font-weight: 700;
    text-transform: uppercase;
}

#recording .album-box .album {
    font-style: italic;
}

footer {
    text-align: center;
  }
  
  footer a:link, footer a:visited {
    color:#000;
    font-size: 1em;
    font-weight: 700;
  }
  
  footer .social-links li {
    display:inline;
    margin:10px;
  }
  
  footer .social-links {
    margin-left:0;
  }
  
  footer .social-links a:link {
    font-size:1.5rem;
    color: #575351;
  }


@media screen and (min-width:768px) {

    #recording .album-box {
        width: 40%;
        margin: 20px 5%;
        float: left;
    }

}

@media screen and (min-width:1000px) {

    #recording .album-box {
        width: 25%;
        margin: 20px 4%;
        float: left;
    }

}