/* General */
body {
    background-color: #000;
    color: #FFF;
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: 400;
}
body, ul {
    margin: 0;
    padding: 0;
}
.container {
    width: 95%;
    margin: 0 auto;
}
.clear {
    clear: both;
}

/* Links */
a {
    color: #FFF;
    text-decoration: none;
}
a:hover {
    opacity: 0.9;
}

/* Fonts */
.logo-font {
    font-family: "cc-primal-scream-open", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.heading {
    font-family: "moret", serif;
    font-weight: 700;
    font-style: normal;
}
.bold {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: 700;
}
.semi-bold {
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: 500;
}

/* Header */
header {
    width: 95%;
    margin: 0 auto;
}
.logo {
    width: 50%;
    float: left;
    font-size: 40px;
    padding: 40px 0;
}
nav {
    width: 50%;
    float: left;
    text-align: right;
    padding: 60px 0;
}
nav ul {
    display: inline;
}
nav ul li {
    display: inline;
    margin: 0 0 0 25px;
}
nav a:active {
    text-decoration: underline;
}
.button {
    padding: 20px;
    background-color: #FFF;
    color: #000 !important;
}

/* Footer */
footer {
    width: 95%;
    margin: 50px auto;
}
footer ul {
    
}
footer ul li {
    display: inline;
    margin: 0 0 0 15px;
}
.copyright {
    width: 50%;
    float: left;
}
.socials {
    width: 50%;
    float: left;
    text-align: right;
}

/* Hero Section */
.hero-section {
    width: 100%;
    height: 900px;
    background-size: cover;
}
.hero-section_content {
    width: 95%;
    margin: 350px auto 0 auto;
}
.hsc_title {
    font-size: 150px;
}
.hsc_text {
    font-size: 24px;
    margin: 0 0 65px 0;
}
.hsc_button {
    font-size: 24px;
}
.hsc_button a {
    margin: 20px 0 0 0;
    padding: 20px;
    border: 3px solid #FFF;
    text-align: center;
}

/* Columns Section */
.columns-section {
    width: 95%;
    margin: 0 auto;
}
.cs_title {
    font-size: 100px;
    float: left;
    width: 45%;
    margin: 50px 5% 50px 0;
}
.cs_description {
    font-size: 24px;
    float: left;
    width: 50%;
    margin: 120px 0 50px 0;
    line-height: 40px;
}
.cs_cards_wrap {
    margin: 0 0 0 -3.33%;
}
.cs_card {
    height: 320px;
    width: 30%;
    float: left;
    margin: 50px 5% 50px 0;
    background-size: cover;
}
.band_card:nth-child(3n) {
    margin-right: 0;
}
.endorsement_card:nth-child(5) {
    margin-right: 0;
}
.youtube_card:nth-child(5) {
    margin-right: 0;
}
.photo_card:nth-child(5n) {
    margin-right: 0;
}
.news_card:nth-child(5) {
    margin-right: 0;
}
.cs_card_title {
    font-size: 24px;
    margin: 215px 0 5px 20px;
}
.cs_card_text {
    font-size: 16px;
    margin: 0 0 5px 20px;
}
.cs_card_subtext {
    font-size: 18px;
    opacity: 0.7;
    margin: 0 0 0 20px;
}







@media (min-width: 300px) and (max-width: 450px) {
.logo {
    width: 100%;
    float: none;
    font-size: 30px;
    padding: 40px 0;
}
nav {
    display: none;
}
footer ul li {
    display: inline;
    margin: 0 0 0 5px;
}
.copyright {
    width: 50%;
    float: left;
}
.socials {
    width: 50%;
    float: left;
    text-align: right;
}
.hero-section {
    width: 100%;
    height: 515px;
    background-size: cover;
}
.hero-section_content {
    width: 95%;
    margin: 175px auto 0 auto;
}
.hsc_title {
    font-size: 40px;
}
.hsc_text {
    font-size: 16px;
    margin: 0 0 35px 0;
    line-height: 30px;
}
.hsc_button {
    font-size: 16px;
}
.hsc_button a {
    margin: 20px 0 0 0;
    padding: 20px;
    border: 3px solid #FFF;
    text-align: center;
}
.columns-section {
    width: 95%;
    margin: 0 auto;
}
.cs_title {
    font-size: 36px;
    float: none;
    width: 100%;
    margin: 50px 0 15px 0;
}
.cs_description {
    font-size: 16px;
    float: none;
    width: 100%;
    margin: 25px 0;
    line-height: 30px;
}
.cs_card {
    height: 320px;
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
    background-size: cover;
}
.cs_card_title {
    font-size: 24px;
    padding: 215px 0 5px 20px;
    margin: 0;
}
}







@media (min-width: 451px) and (max-width: 650px) {

.logo {
    width: 100%;
    float: none;
}
nav {
    display: none;
}
footer ul li {
    display: inline;
    margin: 0 0 0 15px;
}
.hero-section {
    width: 100%;
    height: 665px;
    background-size: cover;
}
.hero-section_content {
    width: 95%;
    margin: 245px auto 0 auto;
}
.hsc_title {
    font-size: 65px;
}
.columns-section {
    width: 95%;
    margin: 0 auto;
}
.cs_title {
    font-size: 45px;
    float: left;
    width: 100%;
    margin: 50px 0 25px 0;
}
.cs_description {
    font-size: 20px;
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
    line-height: 30px;
}
.cs_card {
    height: 320px;
    width: 100%;
    float: none;
    margin: 50px 0 25px 0;
    background-size: cover;
}
.cs_card_title {
    font-size: 24px;
    margin: 0;
    padding: 215px 0 5px 20px;
}
   
}









@media (min-width: 651px) and (max-width: 850px) {

.logo {
    width: 35%;
    float: left;
    font-size: 40px;
    padding: 40px 0;
}
nav {
    width: 65%;
    float: left;
    text-align: right;
    padding: 60px 0;
}
.hero-section {
    width: 100%;
    height: 540px;
    background-size: cover;
}
.hero-section_content {
    width: 95%;
    margin: 135px auto 0 auto;
}
.hsc_title {
    font-size: 90px;
}
.columns-section {
    width: 95%;
    margin: 0 auto;
}
.cs_title {
    font-size: 60px;
    float: left;
    width: 100%;
    margin: 50px 5% 50px 0;
}
.cs_description {
    font-size: 24px;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    line-height: 40px;
}
.cs_card_title {
    font-size: 19px;
    margin: 215px 0 5px 20px;
}
.cs_card_text {
    font-size: 14px;
    margin: 0 0 5px 20px;
}
.cs_card_subtext {
    font-size: 18px;
    opacity: 0.7;
    margin: 0 0 0 20px;
}
    
}















@media (min-width: 851px) and (max-width: 1050px) {
.hero-section {
    width: 100%;
    height: 700px;
    background-size: cover;
}
.hero-section_content {
    width: 95%;
    margin: 260px auto 0 auto;
}
.hsc_title {
    font-size: 118px;
}
.cs_title {
    font-size: 50px;
    float: left;
    width: 45%;
    margin: 50px 5% 50px 0;
}
.cs_description {
    font-size: 20px;
    float: left;
    width: 50%;
    margin: 40px 0 50px 0;
    line-height: 30px;
}
    
}