/******  SKINS  *******/
/* <link rel="stylesheet" href="https://use.typekit.net/elh8zjp.css"> 
// 8 Heavy (disco)
// Superclsrendon (accoustic)


accoustic...

font-family: "superclarendon", serif;
font-weight: 700;
font-style: normal;

disco...
font-family: "eight", sans-serif;
font-weight: 400;
font-style: normal;

*/ 

@font-face {
  font-family: country_font;
  src: url('../img/fonts/themes/RyeRegular-MVZKe.ttf');
}

@font-face {
  font-family: disco_font;
  src: url('../img/fonts/themes/SpicyRice-23Mo.ttf');
}

@font-face {
  font-family: jazz_font;
  src: url('../../img/fonts/themes/Cramaten-9YKGZ.ttf');
}



.burlesque_title {
    font-family: "neuzeit-grotesk", sans-serif;
    font-weight: 900;
    font-size: 36px;
    font-style: normal;
}

.burlesque_bg {
    background-image: url('/img/bg_themes/burlesque.jpg');
}

.cafe_title {
    font-family: "superclarendon", serif;
    font-weight: 700;
    font-size: 24px;
    font-style: normal; 
}

.cafe_bg {
    background-image: url('/img/bg_themes/cafe.jpg');
}

.country_title {
    font-family: "superclarendon", serif;
    font-weight: 700;
    font-size: 24px;
    font-style: normal; 
}

.country_bg {
    background-image: url('/img/bg_themes/country.jpg');
}

.default_title {
    /*font-family: alumni-sans, sans-serif; */
	font-family: default_font;
    font-style: normal;
    font-size: 42px; 
}

.default_bg {
    background-image: url('/img/bg_themes/default.jpg');
}

.disco_title {
    font-family: disco_font;
    font-weight: 400;
    font-size: 28px;
    font-style: normal; 
}

.disco_bg {
    background-image: url('/img/bg_themes/disco.jpg');
}


.dj_title {
    font-family: disco_font; /*"eight", sans-serif;*/
    font-weight: 400;
    font-size: 28px;
    font-style: normal; 
}

.dj_bg {
    background-image: url('/img/bg_themes/dj.jpg');
}

.jazz_title {
    font-family: jazz_font; /*"eight", sans-serif;*/
    font-size: 42px;
}

.jazz_bg {
    background-image: url('/img/bg_themes/jazz.jpg');
}


.rock_title {
    font-family: "neuzeit-grotesk", sans-serif;
    font-weight: 900;
    font-size: 36px;
    font-style: normal;
}

.rock_bg {
    background-image: url('/img/bg_themes/rock.jpg');
}


.theater_title {
    font-family: "flyswim", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px; 
}

.theater_bg {
    background-image: url('/img/bg_themes/theater.jpg');
}

/* CUSTOM VENUES*************************/

.pisces_title {
    font-family: "neuzeit-grotesk", sans-serif;
    font-weight: 900;
    font-size: 36px;
    font-style: normal;
}

.pisces_bg {
    background-image: url('/img/bg_themes/pisces_fest_bg.jpg');
}


