/*

font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;

*/

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    min-width: 640px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: 640px;
    background-color: #221031;
    position: relative;
}

h1,
.h1 {
    color: #FCBF14;
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
}

h2 {
    color: #ec008c;
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
}

h3 {
    color: #f15a29;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}

p {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}

a {
    color: #fab718;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fab718;
    text-decoration: none;
}

li {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 27px;
}

ol>li {
    margin: 20px 0;
}

.container,
.container-fluid {
    min-width: 640px;
}

.button {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    font-size: 18px;
    color: white;
    border: white 1px solid;
    text-align: center;
    text-decoration: none;
    transition: background .5s ease;
}

.button:hover,
.button:focus {
    color: white;
    background-color: #F15B2A;
    border-color: #F15B2A;
    transition: background border .5s ease;
}

.button.active {
    color: white !important;
    background-color: #F15B2A !important;
    border-color: #F15B2A !important;
}

.button.inactive {
    color: white !important;
    border: white 1px solid !important;
    background-color: transparent !important;
}

.button.rounded-button {
    border-radius: 30px;
}

.slugline {
    font-weight: 600;
    color: #f15a29;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}

.top-underlay {
    z-index: -1;
    position: absolute;
    width: 100%;
    min-width: 640px;
    height: 680px;
    background-position: top center;
    background-size: cover;
    background-image: url(../img/BotB-DarkBanner-Top.jpg);
}

.bottom-underlay {
    z-index: -1;
    position: absolute;
    width: 100%;
    min-width: 640px;
    height: 680px;
    background-position: top center;
    background-size: cover;
    background-image: url(../img/BotB-DarkBanner-Bottom.jpg);
    bottom: 70px;
}

.homepage-top-underlayer {
    height: 1000px;
    background-image: url(../img/BotB-Banner.jpg);
}

.homepage header {
    height: 1000px;
}

.homepage header .masthead {
    margin-top: 100px;
}

.homepage header .partner {
    margin-top: 40px;
}

.homepage .boxes {
    text-align: center;
}

.homepage .boxes .box {
    position: relative;
    margin: 10px;
    background-image: url(../img/BotB-Box.png);
    width: 360px;
    height: 280px;
    display: block;
    float: left;
}

.homepage .boxes .box .step {
    position: absolute;
    top: -30px;
    left: 15px;
    width: 61px;
    height: 61px;
    background-image: url(../img/BotB-123.png);
    background-position: top left;
}

.homepage .boxes .box .step.second {
    background-position: top center;
}

.homepage .boxes .box .step.third {
    background-position: top right;
}

.homepage .boxes .box .block-wrapper {
    width: 360px;
    height: 280px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.homepage .boxes .box .block-wrapper .block {
    -webkit-flex: 1;
    flex: 1;
}

.homepage .boxes .box .block-wrapper .block p {
    margin: 0;
}

.homepage .boxes .box .block-wrapper .block .button {
    margin-top: 20px;
}

.purple-wrapper {
    background-color: #804099;
    padding: 20px 60px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.purple-wrapper:last-of-type {
    margin-bottom: 0;
}

.terms-and-conditions p {
    text-align: left;
}

.terms-and-conditions h2 {
    margin: 0;
}

.terms-and-conditions .slugline {
    color: white;
}

.icon-social {
    padding: 0;
    margin: 40px auto;
    list-style: none;
    text-align: center;
}

.icon-social li {
    margin: 0 7.5px;
    display: inline-block;
}

.icon-social li a {
    display: block;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: white;
    font-size: 40px;
    border: white solid 1px;
    border-radius: 40px;
    text-decoration: none;
}

.icon-social li a:hover,
.icon-social li a:focus {
    color: #F05A28;
    border-color: #F05A28;
    text-decoration: none;
}

.submit-your-band h3 {
    margin: 0;
}

.submit-your-band form {
    padding: 20px 0;
    width: 100%;
}

.submit-your-band form label {
    font-size: 20px;
    display: block;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

.submit-your-band form input[type="text"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background-color: white;
    margin-bottom: 20px;
    color: #501C54;
}

.submit-your-band form textarea {
    padding: 20px;
    width: 100%;
    font-size: 20px;
    line-height: 27px;
    height: 150px;
    resize: vertical;
    background-color: white;
    margin-bottom: 20px;
    color: #501C54;
    text-align: center;
    overflow: hidden;
}

.submit-your-band form input[type="checkbox"] {
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 10px;
}

.submit-your-band form label[for="tnc"] {
    color: white;
    font-size: 20px;
    line-height: 27px;
    cursor: pointer;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
}

.submit-your-band .fileinput-error {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    font-weight: normal;
    color: #ed1c24;
}

.submit-your-band form .fileinput-button.error .text,
.submit-your-band form input.error,
.submit-your-band form textarea.error,
.submit-your-band form label.error,
.submit-your-band form label.error a {
    color: #ed1c24;
}

.submit-your-band form .fileinput-button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background-color: white;
    overflow: hidden;
}

.submit-your-band .button {
    margin-top: 40px;
    width: 100%;
}

footer {
    margin-top: 60px;
    height: 70px;
    background-color: #414042;
}

footer .copyright {
    line-height: 70px;
    font-weight: 300;
    color: #939598;
    text-align: center;
}

@media (max-width: 1199px) {
    .homepage .boxes .box {
        display: inline-block;
        float: unset;
        margin: 30px 30px;
    }
}

@media (max-width: 991px) {
    .homepage .underlay {
        margin-top: 160px;
    }
    .homepage header {
        padding-top: 160px;
        height: 1160px;
    }
    .homepage header .masthead {
        padding: 0 20px;
    }
    .homepage .boxes .box {
        display: inline-block;
        float: unset;
        margin: 30px auto;
    }
}

.gallery .band {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery .band .name {
    display: block;
    width: 100%;
    background-color: #804099;
    padding: 20px;
    color: #fab718;
    font-size: 30px;
    line-height: 37px;
    height: 115px;
    overflow: hidden;
}

.band .vote {
    height: 60px;
    border: white solid thin;
    line-height: 58px;
    color: #939598;
    font-size: 20px;
    padding-left: 20px;
}

.band .heart {
    float: right;
    height: 58px;
    width: 75px;
    border-left: white solid thin;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/BotB-Heart-Default.png);
}

.band .heart.voted {
    background-image: url(../img/BotB-Heart-Voted.png);
}

.band .heart.grey {
    background-image: url(../img/BotB-Heart-Grey.png);
}

.band .navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 60px;
    border: white solid thin;
}

.band .navigation li {
    float: left;
    width: 33.33%;
}

.band .navigation li a,
.band .navigation li div {
    display: block;
    height: 58px;
}

.band .navigation li a.song {
    border-left: white solid thin;
    border-right: white solid thin;
}

.band .navigation li a .icon,
.band .navigation li div .icon {
    margin: 9px auto;
    width: 50px;
    height: 40px;
}

.band .navigation li .description .icon {
    background-image: url(../img/BotB-Description.png);
}

.band .navigation li .song .icon {
    background-image: url(../img/BotB-Song.png);
}

.band .navigation li .page .icon {
    background-image: url(../img/BotB-Page.png);
}

.band .navigation li .active .icon,
.band .navigation li a:hover .icon {
    background-position: center bottom;
}

.band .content {
    overflow: auto;
    padding: 100px;
    background-color: #804099;
    height: 435px;
    border-left: white solid thin;
    border-right: white solid thin;
}

.watch.band .content {
    height: 495px;
    border-bottom: white solid thin;
}

.band .content .genre {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
}

.band .content .name {
    text-align: center;
    font-size: 30px;
    color: #fab718;
    line-height: 37px;
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .band .content {
        padding: 50px;
        height: 335px;
    }
    .watch.band .content {
        height: 395px;
    }
}