html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body
{
    height: 100%;
}

html
{
    width: 100%;
    height: 100%;
    background-image: url(images/BG.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-color: #000;
}

.top_contain
{
    text-align: center;
    padding-top: 60px;
}

.official
{
    font-size: 25px;
    color: aliceblue;
    padding-bottom: 30px;
    font-family: 'Josefin Sans', sans-serif;
}

.title
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 170px;
    padding-bottom: 20px;
    background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(200,200,200,1) 39%, rgba(150,150,150,1) 40%, rgba(158,158,158,1) 50%, rgba(205,130,130,1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.middle_contain
{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

.middle_contain_center
{
    min-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.middle_image_container
{
    min-width: 30%;
    min-height: 250px;
    height: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-image: url(images/logo_gif.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.middle_web_container
{
    vertical-align: top;
    min-width: 60%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    min-width: 60%;
}

.web_line
{
    height: 1px;
    background-color: #aaa;

    margin-bottom: 5px;
}

.web_menu
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.web_menu_buy
{
    width: 46%;
border:1px solid #72021c; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:17px;font-family:arial black, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: 10px 10px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #a90329; background-image: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
 background-image: -webkit-linear-gradient(top, #a90329, #6d0019);
 background-image: -moz-linear-gradient(top, #a90329, #6d0019);
 background-image: -ms-linear-gradient(top, #a90329, #6d0019);
 background-image: -o-linear-gradient(top, #a90329, #6d0019);
 background-image: linear-gradient(to bottom, #a90329, #6d0019);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a90329, endColorstr=#6d0019);
}

.web_menu_buy:hover
{
 border:1px solid #450111;
 background-color: #77021d; background-image: -webkit-gradient(linear, left top, left bottom, from(#77021d), to(#3a000d));
 background-image: -webkit-linear-gradient(top, #77021d, #3a000d);
 background-image: -moz-linear-gradient(top, #77021d, #3a000d);
 background-image: -ms-linear-gradient(top, #77021d, #3a000d);
 background-image: -o-linear-gradient(top, #77021d, #3a000d);
 background-image: linear-gradient(to bottom, #77021d, #3a000d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#77021d, endColorstr=#3a000d);
}

.web_menu_link
{
    padding-top: 5px;
    margin-top: 5px;
    width: 25%;
    height: 70%;
    font-size: 20px;
    font-family: 'Arial', sans-serif;
    color: #aaa;
    float: left;
}

.web_menu_link:hover
{
    background-color: grey;
    opacity: 0.7;
    color: white;
}

.web_soc_fb
{
    background-image: url(images/soc_fb.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 25px;
    margin: 0px 7% 0px 7%;
    padding: 0px;
    display: inline-block;
}

.web_soc_ms
{
    background-image: url(images/soc_ms.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 25px;
    margin: 0px 7% 0px 7%;
    padding: 0px;
    display: inline-block;
}

.web_soc_tw
{
    background-image: url(images/soc_tw.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 25px;
    margin: 0px 7% 0px 7%;
    padding: 0px;
    display: inline-block;
}

.web_soc_sc
{
    background-image: url(images/soc_sc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 25px;
    margin: 0px 7% 0px 7%;
    padding: 0px;
    display: inline-block;
}

.web_soc_em
{
    background-image: url(images/soc_em.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 25px;
    margin: 0px 7% 0px 7%;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

.web_soc_em_text
{
    font-size: 10px;
    color: #fff;
    width: 150px;
    position: relative;
    left: -64px;
    bottom: -22px;
    font-family: 'Kalam', cursive;
}

.web_soc_fb:hover
{
    opacity: 0.7;
}

.web_soc_ms:hover
{
    opacity: 0.7;
}

.web_soc_tw:hover
{
    opacity: 0.7;
}

.web_soc_sc:hover
{
    opacity: 0.7;    
}

.web_soc_em:hover
{
    opacity: 0.7;    
}

.default_box
{
    width: 100%;
    margin: 0 auto;
}

.default_text_hold
{
    background-color: #ffffff;
    text-align: center;
    min-height: 180px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
}

.default_text
{
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    padding: 50px 50px 0px 50px;
    text-align: left;
}

.default_image_text
{
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    padding: 2px 0px 10px 0px;
    position: relative;
    bottom: -170px;
    background-color: black;
}

.default_middle_web_container
{
    width: 80%;
    vertical-align: top;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.four_images_n
{
    min-height: 200px;
    min-width: 400px;
    display: inline-block;
    vertical-align: top;
    background-image: url(images/nirv_sm.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.four_images_t
{
    min-height: 200px;
    min-width: 400px;
    display: inline-block;
    vertical-align: top;
    background-image: url(images/petty_sm.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.four_images_b
{
    min-height: 200px;
    min-width: 400px;
    display: inline-block;
    vertical-align: top;
    background-image: url(images/beatles_sm.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.four_images_p
{
    min-height: 200px;
    min-width: 400px;
    display: inline-block;
    vertical-align: top;
    background-image: url(images/prince_sm.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.default_title_text
{
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 38px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    padding: 30px 20px 30px 20px;
    background-color: #440000;
}

.default_legal_text
{
    text-align: left;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    padding: 30px 20px 10px 20px;
}

.contest_button_hold
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.contest_button
{
    background-color: #d19a02;
    width: 200px;
    height: 30px;
    color: #ffffff;
    margin: 12px 0px 12px 0px;
    padding: 15px 10px 5px 10px;
    display: inline-block;
}

.buy_music_title
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 45px;
    color: #fff;
    margin: 20px;
}

.buy_button_euphoria
{
    background-color: black;
    background-image: url(images/Euphoria_Buy.jpg);
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: bottom;
    border: 3px;
    border-color: #fff;
    border-style: solid;
    padding-bottom: 30px;
    font-family: "Arial", sans-serif;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 10px;
    box-shadow: 2px 5px 2px 5px #000;
}

.buy_button_fame
{
    background-color: black;
    background-image: url(images/Fame_Alleyway_Buy.jpg);
    height: 300px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: bottom;
    border: 3px;
    border-color: #fff;
    border-style: solid;
    padding-bottom: 30px;
    font-family: "Arial", sans-serif;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 10px;
    box-shadow: 2px 5px 2px 5px #000;
}

.buy_button_cd
{
    background-color: black;
	background-image: url(images/Web_Buy_CD.jpg);
    height: 300px;
	width: 100%;
	background-color: #000;
    background-repeat: no-repeat;
    background-position: bottom;
    border: 1px;
    border-color: #777;
    border-style: solid;
    padding-bottom: 50px;
    font-family: "Arial", sans-serif;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0px;
    box-shadow: 2px 5px 2px 5px #000;
}

.buy_button_cd_i
{
	max-width: 800px;
	background-image: none;
}

.gear_guitar
{
    background-image: url(images/gear_guitar.jpg);
    min-height: 180px;
    min-width: 80%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    display: inline-block;
    text-align: right;
    font-size: 10px;
    font-family: "Helvetica", sans-serif;
}

.guitar_large
{
    background-image: url(images/guitar_lg.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: right;
    font-size: 10px;
    font-family: "Helvetica", sans-serif;
}

.gear_strap
{
    background-image: url(images/gear_strap.jpg);
    min-height: 180px;
    min-width: 80%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    display: inline-block;
    text-align: right;
    font-size: 10px;
    font-family: "Helvetica", sans-serif;
}

.strap_large
{
    background-image: url(images/strap_lg.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: right;
    font-size: 10px;
    font-family: "Helvetica", sans-serif;
}

.gear_hat
{
    background-image: url(images/gear_hat.jpg);
    min-height: 180px;
    min-width: 80%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 20px;
    display: inline-block;
    text-align: right;
    font-size: 10px;
    font-family: "Helvetica", sans-serif;
}

.hat_large
{
    background-image: url(images/hat_lg.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: right;
    font-size: 10px;
    font-family: "Helvetica", sans-serif;
}

.gear_box
{
    width: 100%;
    text-align: left;
}

.gear_text_hold
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 17%;
    min-height: 180px;
    margin-left: 10px;
}

.gear_text
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    margin: 10px 0px 10px 0px;
}

.gear_buy_button
{
    width: 30%;
    height: 20px;
    margin-bottom: 80px;
}

.buy_button_fame:hover
{
    opacity: 0.7;
}

.buy_button_euphoria:hover
{
    opacity: 0.7;
}

.buy_button_hat:hover
{
    opacity: 0.9;
}

.buy_button_shirt:hover
{
    opacity: 0.9;
}

.buy_font
{
    padding-top: 7px;
	padding-right: 17px;
	padding-left: 17px;
	color: #ccc;
}

.home_enclosure
{
    width: 100%;
}

.home_button
{
    width: 80px;
    font-size: 13px;
    font-family: 'Trebuchet', sans-serif;
    color: #999;
    background-image: url(images/home_arrow.png);
    background-position: 4px;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 2px;
    border-radius: 25px;
    border: 2px solid #000;
    background-color: #000;;
    margin-bottom: 10px;
    text-decoration: none;
}

.home_button:hover
{
    background-color: #fff;
    opacity: 0.7;
    color: #000;
}

.bottom_contain_home
{
    width: 100%;
    height: 30px;
    background-color: black;
    color:dimgrey;
    text-align: center;
    font-size: 10px;
    font-family: 'Trebuchet', sans-serif;
    padding-top: 10px;
    bottom: 0px;
    position: absolute;
}

.bottom_contain
{
    width: 100%;
    height: 30px;
    background-color: black;
    color:dimgrey;
    text-align: center;
    font-size: 10px;
    font-family: 'Trebuchet', sans-serif;
    padding-top: 10px;
    bottom: 0px;
}

@media only screen and (max-width: 900px) {
    
.gear_box
{
    width: 100%;
    text-align: center;
}    
    
.gear_guitar
{
    min-height: 200px;
    min-width: 90%;
}

.gear_strap
{
    min-height: 200px;
    min-width: 90%;
}

.gear_hat
{
    min-height: 200px;
    min-width: 90%;
}    
    
.gear_text_hold
{
    display:block;
    vertical-align: top;
    position: relative;
    width: 100%;
    min-height: 10px;
    margin-left: 8px;
}

.gear_text
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px 0px 0px 0px;
    background-color: #000;
}

.gear_buy_button
{
    margin-bottom: 0px;
    width: 100%;
    height: 20px;
    padding-bottom: 40px;
    background-color: #000;
}    
    
.middle_image_container
{
    display: none;
}
       
.bottom_contain_home
    {
        bottom: -20px;
        position: relative;
    }
    
.middle_contain
{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}
    
.middle_web_container
{
    width: 100%;
    vertical-align: top;
    min-width: 60%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
    
.default_middle_web_container
{
    width: 100%;
}    
    
.web_menu_buy
{
    width: 90%;
}

.web_soc_fb
{
    margin: 0px 5% 0px 5%;
}

.web_soc_ms
{
    margin: 0px 5% 0px 5%;
}

.web_soc_tw
{
    margin: 0px 5% 0px 5%;
}

.web_soc_sc
{
    margin: 0px 5% 0px 5%;
}    
    
.title
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 620%;
}

.four_images_n
{
    min-height: 200px;
    min-width: 300px;
}

.four_images_t
{
    min-height: 200px;
    min-width: 300px;
}

.four_images_b
{
    min-height: 200px;
    min-width: 300px;
}

.four_images_p
{
    min-height: 200px;
    min-width: 300px;
}
    
    .default_text
{
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    padding: 50px 0px 0px 0px;
    text-align: left;
}

}
    
@media only screen and (max-width: 1150px) {

.web_menu_buy
{
    width: 90%;
}
    
.bottom_contain_home
    {
        bottom: -20px;
        position: relative;
    }

}

/* Modal Window Subscribe */

a {
  color: inherit;
    text-decoration: none;
}


.btn {
  padding: 20px 20 px;
  text-decoration: none;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, o, 255, 0.15);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 50%;
  position: relative;
  margin: 20% auto;
  padding: 1rem;
  background: #fff;
  color: #444;
    background-image: url(images/subscribe_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #fff;
  line-height: 15px;
  font-size: 80%;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
    font-family: "Arial", sans-serif;
    background-color: black;
}

.modal-close:hover {
  color: #000;
}


/* Gear Modal*/

.modal-window-gear h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-window-gear {
  position: fixed;
  background-color: rgba(30, 0, 0, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window-gear:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window-gear>div {
  width: 60%;
  height: 45%;
  position: relative;
  margin: 20% auto;
  padding: 1rem;
  background: #fff;
  color: #444;
}

.modal-window-gear header {
  font-weight: bold;
}

.modal-window-gear h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.container_hold {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 30px;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}