/*
* The Shtick is at it again
*/


Body {
    margin: 0 0 0 0;
    font-family: metallophile-sp8, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.metal {
    font-family: metallophile-sp8, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.logoVideo {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 25px;
}
.linethrough {
    text-decoration: line-through;
}
.inputfield {
    width: 60%;
    height: 50px;
    
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.metalBold,
strong {
    font-family: metallophile-sp8, sans-serif;
    font-weight: 500;
    font-style: normal;
}
p {
    font-size: 20px;
    line-height: 21px;
}
.logo {
    margin-top: -110px;
    width: 100%;;
}
h4 {
    font-size: 24px;
    margin-top: 35px;
}
h2 {
    font-size: 42px;
    line-height: 45px;
    font-weight: 500;
}
h4, h2 {
    font-weight: 500;
    letter-spacing: 0px;
}
#header,
#shows,
#footer {
    padding: 35px 0;    
}
.paddingTop {
    padding-top: 80px;
}
.center {
    text-align: center;
}
.bgWhite {
    background: url("../images/bg-white.png");
    background-size: cover;
}
.bgYellow {
    background: url("../images/bg-yellow.png");
    background-size: auto;
}
.bgGrey {
    background: url("../images/bg-grey.png");
    background-size: cover;
}
#footer p {
    color: #FFFFFF;
}
.buttonBlack {
    background: rgb(0 0 0);
    padding: 5px 25px;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255 255 255) !important;
    font-weight: 500;
    display: inline-block;
    margin: 0px 0;
}
.bekePadding {
    margin-left: 8%;
}

@media screen and (min-width: 1350px) and (max-width: 1400px) {
    Body {
        
    }
    
}
@media screen and (min-width: 1200px) and (max-width: 1349px) {
    Body {
        
    }

}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    Body {
        
    }

    
   
    
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    Body {
        
    }
    .logo {
        width: 100%;
        margin-top: -75px;
    }
   
}
@media screen and (min-width: 550px) and (max-width: 767px) {
    Body {
        
    }
    .logo {
        width: 100%;
        margin-top: -75px;
    }
   
}
@media screen and (max-width: 549px) {
    .logo {
        position: absolute;
        width: 50%;
        left: 50%;
        margin-left: -25%;
        top: 0;
        margin-top: -145px;
    }
    #about {
        padding-top: 100px;
    }
    #header {
        text-align: center;
    }
    .buttonBlack {
        margin-bottom: 7px;
    }
    .bekePadding {
    margin-left: 0px;
}
    .center {
        text-align: left;
    }
}