 
 






























































































































































































 body, html {
    width: 100%;
    height: 100%;
    overflow:hidden; // to avoid scrollbars
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: bold;
    font-style: bold;
	z-index: 12;
}


/* The cover */
.cover {
  background-image:  url("../images/background.jpg");

  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/* Copyright */
.copyright {
  text-align: right;
  position: absolute;
  margin: 0px 0 10px 5px;
  position: absolute;
  bottom: 0px;
  right: 25px;
  font-size: 1.13vw;
  z-index: 2;
  font-family: 'BebasNeueRegular', 'Georgia', serif;
}

.modal {
   font-size: 0.8em;
   font-weight: normal;
   font-family: 'BebasNeueRegular', 'Georgia', serif;
   text-shadow: 0px 0px 0px #aaa;
}


/*  MENU
========================================== */
.menu {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 21;
    right: 1%;
}
.menu span {
	position: relative;
	margin-top: 9px;
	margin-bottom: 9px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -1.5px;
}
.menu span, .menu span::before, .menu span::after {
	display: block;
	width: 26px;
	right: 0;
	height: 3px;
	background-color: #EEE;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.menu span::before, .menu span::after {
	position: absolute;
	content: "";
}
.menu span::before {
	top: -9px;
	 width:20px
}
.menu span::after {
	top: 9px;width: 33px;

}
.menu.clicked span {
	background-color: transparent;
}
.menu.clicked span::before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);    width: 33px;
}
.menu.clicked span::after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
.menu.clicked span:before, .menu.clicked span:after {
	background-color: #ffffff;
}
.menu:hover {
	cursor: pointer;
}
/*  NAV
========================================== */

#nav {
	background: #333;
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 250px;
	width: 100%;
	padding: 50px 40px 60px 40px;
	overflow-y: auto;
	opacity: 0.90;
    transition: opacity 0.9s ease;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#nav.show {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
#nav.show ul.main li {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.menu.clicked {
    position: fixed;
    z-index: 99;
}
#nav.show ul.main li:nth-child(1) {
	transition-delay: 0.15s;
}
#nav.show ul.main li:nth-child(2) {
	transition-delay: 0.3s;
}
#nav.show ul.main li:nth-child(3) {
	transition-delay: 0.45s;
}
#nav.show ul.main li:nth-child(4) {
	transition-delay: 0.6s;
}
#nav.show ul.main li:nth-child(5) {
	transition-delay: 0.75s;
}
#nav.show ul.main li:nth-child(6) {
	transition-delay: 0.9s;
}
#nav.show ul.main li:nth-child(7) {
	transition-delay: 1.05s;
}
#nav.show ul.main li:nth-child(8) {
	transition-delay: 1.2s;
}
#nav.show ul.main li:nth-child(9) {
	transition-delay: 1.35s;
}
#nav.show .about, #nav.show .social, #nav.show ul.sub {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	transition-delay: .85s;
}

@media (min-width: 667px) {
#nav {
	padding: 80px 30px 70px 20px;
}
}
#nav ul.main {
	list-style-type: none;
}
#nav ul.main li {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: none;
	    list-style: circle;
    color: #fff
}
#nav ul.main li:last-of-type {
	margin-bottom: 0px;
}
#nav ul.main li a {
	color: #ffffff;
	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1rem;
	display: block;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav ul.main li a span {
	color: #b7ac7f;
}
#nav ul.main li a:hover {
	color: #b7ac7f;
}
#nav ul.sub {
	list-style-type: none;
	margin-top: 40px;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav ul.sub li {
	margin-bottom: 10px;
}
#nav ul.sub li:last-of-type {
	margin-bottom: 0px;
}
#nav ul.sub li a {
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
	font-size: 0.9rem;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav ul.sub li a:hover {
	color: #b7ac7f;
}
.menu:hover span{}

/*  OVERLAY
========================================== */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #603e82;
	opacity: 0;
	visibility: hidden;
}
.overlay.show {
	opacity: 0.8;
	visibility: visible;
}

/* Font sizes */

p {
   line-height: 1.4;
   font-family: 'BebasNeueRegular', 'Georgia', serif;
   font-size: 1.1em;
   color: #333;
   cursor: default;
   letter-spacing: 1px;
}

h2 {
  font-size: 1.1em;
  font-family: 'BebasNeueRegular', 'Georgia', serif;
  color: #333;
  letter-spacing: 1px;
}

h3 {
  font-size: 2.0em;
  font-family: 'BebasNeueRegular', 'Georgia', serif;
  color: #b42031;
}

h4 {
  font-size: 13px;
  font-family: 'BebasNeueRegular', 'Georgia', serif;
  color: #EEE;
  letter-spacing: 1px;
}

h5 {
  font-size: 2.0em;
  font-family: 'BebasNeueRegular', 'Georgia', serif;
  color: #333;
}


 /* unvisited link */
a:link {
  color: #b42031;
}

/* visited link */
a:visited {
  color: #b42031;
}

/* mouse over link */
a:hover {
  color: #398040;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #b42031;
} 



/* Nowplaying Info
-------------------------------------------------- */

.artist-info {
	position: fixed;
	bottom: 90px;
	padding-left: 30px;
	letter-spacing: 3px;
    font-size: 6.50vw;
	width: 96%;
	margin: 0px auto;
	z-index: 1;
	text-transform: capitalize;
	font-weight: 700;
	font-family: 'Teko', sans-serif;
	text-shadow: 1px 1px 0px #000;
	color: #b42031;
	white-space: nowrap;
    overflow: hidden;
	text-overflow:ellipsis;
}

.artist-info:hover {
  overflow: visible;
}

.song-info {
	position: fixed;
	bottom: 60px;
	padding-left: 35px;
	letter-spacing: 0px;
    font-size: 5.50vw;
	width: 95%;
	margin: 0px auto;
	z-index: 2;
	text-transform: capitalize;
	font-weight: 400;
	font-family: 'Great Vibes', cursive;
	text-shadow: 1px 1px 0px #000;
	color: #c2a917;
    white-space: nowrap;
    overflow: hidden;
	text-overflow:ellipsis;
}

.song-info:hover {
  overflow: visible;
}

.lastplayed-info {
	display: block;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 150%;
	font-weight: normal;
	font-family: 'BebasNeueRegular', 'Georgia', serif;
    text-shadow: 0px 0px 0px #aaa;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}


/* HTML5 player
-------------------------------------------------- */
.audio {
   display: block;
   position: fixed;
   height: 21px;
   bottom: 12px;
   left: 0px;
   right: 0px;
   padding: 0px 0px;
   z-index: 98;
   margin-right: auto;
   margin-left: auto;
   width: 325px;
   opacity: 0.50;
   transition: opacity 0.5s ease;
}

.audio2 {
   display: fixed;
   height: 50px;
   left: 0px;
   right: 0px;
   padding: 0px 0px;
   z-index: 198;
   margin-right: auto;
   margin-left: auto;
   width: 80%;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #000;
}

/* Copyright */
.copyright {
  text-align: right;
  position: absolute;
  margin: 0px 0 10px 5px;
  position: absolute;
  bottom: 10px;
  right: 24px;
  font-size: 1.0vw;
  z-index: 2;
  font-family: 'BebasNeueRegular', 'Georgia', serif;
}

/* Powered by */
.powered {
  text-align: right;
  position: absolute;
  margin: 0px 0 10px 5px;
  position: absolute;
  bottom: 7px;
  right: 24px;
  font-size: 0.3em;
  z-index: 3;
  font-family: 'BebasNeueRegular', 'Georgia', serif;
}