@charset "utf-8";
/* ilk Home CSS Document */

body {
	color: #2e2e2e;
	font: 14px/20px 'Nunito Sans', sans-serif;
	font-weight: 600;
	background-color: #ffffff; 
	background: linear-gradient(90deg, #fff 50%, #b73992 50%);
	margin-bottom: 72px; /* bottom = footer height + space */
}
html {
	overflow-y: scroll;
	/* Sticky Footer */
    position: relative;
    min-height: 100%;
}
a:link {
	color: #b73992;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b73992;
}
a:hover {
	text-decoration: none;
	color: #A8A8A8;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	transition-duration: .2s;
}
a:active {
	text-decoration: none;
	color: #999;
	background-color: transparent;
}
a:focus {
	text-decoration: none;
	color: #999;
	background-color: transparent;
}
h1 {
	font-size: 80px;
	font-weight: bold;	
}
h2 {
	font-size: 1.2em;
	color: #fff;
	margin-top: 0;
	margin-bottom: 4px;
	width: 68%;
	padding: 6px 10px;
	background-color: rgb(249,143,22);
	background-color: rgba(249,143,22,0.8);
	text-shadow: -1px 1px #001333
}
hr {
  color: #b73992;	
}
img {
	display: block;	
}
/********** Page Layout **************/
.container {
	max-width: 990px;
	margin: 0 auto;
	box-sizing: border-box;
}
header {
	margin-top: 2%;
	margin-bottom: 2%;  
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex: 0 1 auto;
}
.top-bar {
	width: 60%;
	border-top: 10px solid rgb(249,143,22);
	border-top: 10px solid rgba(249,143,22,0.8);	
}
section {
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
/*	border-top: 2px solid #bbb;
	border-bottom: 2px solid #bbb; */
}
.side-pad {
	padding-left: 8%;
	padding-right: 8%;	
}
.flex-row {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
/*	justify-content: center;*/	
}
/*#logo-hm {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.5);
}*/
.block-1 {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
}
.block-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 1 auto;
}
.music-text {
	width: 33%;
}
.lyrics {
	margin-bottom: 8%;
}
.lyrics-btn {
	cursor: pointer;
	width: 33%;
}
.lyrics-btn a {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #F98F16;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 8px 14px;
	text-shadow: 0 0 2px #333;
/*	background-color: #F98F16; */
  -webkit-transition: font-size 0.2s ease;
     -moz-transition: font-size 0.2s ease;
      -ms-transition: font-size 0.2s ease;
	transition: font-size 0.2s ease;
}
.lyrics-btn a:hover {
/*	background-color: #CCC;*/
	font-size: 16px;
}
.lyrics-jump ul {
	padding-left: 10px;
	margin-right: 24px;
	line-height: 160%;
}
.wtc-link {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	margin: 1%;
}
.wtc-link img {
	float: left;
	width: 60px;
	margin: 1px 4px;
}
.wtc-link a {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 12px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 6px 8px;
}
.wtc-link a:hover {
	background-color: rgb(224,224,224);
	background-color: rgba(224,224,224,0.2);
}
footer {
	background-color: #201a20;
	border-top: 2px solid #fff;
	/* Sticky Footer */
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
}
.copyright {
	color: #cccccc;
	font-weight: 400;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin-left: 1%;
	float: left;
}
.MPD {
	color: #cccccc;
	font-weight: 400;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin-right: 1%;
	float: right;
	padding: 2px;
}
.MPD a {
	color: #ccc;
}
.MPD a:hover {
	text-decoration: none;
	color: #999;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;	
}
/******* simplelightbox *******/
.sl-overlay {
/*  background: #fff; */
  background: #000;
}
.gallery * {
  box-sizing: border-box;
}
.gallery {
	margin-top: 1%;
	margin-bottom: 1%;
}
.gallery.photos a img {
  position: relative;
  float: left;
  width: 18%;
  height: auto;
  border: 2px solid #bbb;
  margin: 1%;
  -webkit-transition: width 0.2s ease;
     -moz-transition: width 0.2s ease;
      -ms-transition: width 0.2s ease;
          transition: width 0.2s ease;
}
.gallery a:hover img {
	width: 19%;
}

/********** Misc Styles **************/
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.img-left {
	float: left;
	margin-right: 10px;
}
.img-right {
	float: right;
	margin-left: 10px;
}
.italic {
	font-style: italic;
}
.text-caps {
	text-transform: uppercase;
	color: rgba(249,143,22,1);
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

/************************ Tablets < 768 *****************************/
@media only screen and (max-width:768px) {
    #wrapper {
	 width: 96%;
	 margin: 0 auto;
  }
  body {
	  background: linear-gradient(90deg, #fff 75%, #b73992 25%);
  }
  .container {
	 width: auto;
	 margin: 0 auto;
  }
  .copyright {
	text-align: center;
	  margin-left: auto;
	  float: none;
	  display: block;
  }
  .MPD {
	text-align: center;
	  margin-left: auto;
	  float: none;
	  display: block;
  }  
}
/************************ Mobile < 510 *****************************/
@media only screen and (max-width:510px) {
   body {
	font: 13px/16px 'Nunito Sans', sans-serif;
	  background: linear-gradient(90deg, #fff 90%, #b73992 10%);
  }
  .side-pad {
	  padding-left: 1%;
	  padding-right: 1%;	
  }
  .block-2 {
	flex-wrap: wrap; 
  }
  /* .MPD {
	  float: left;
	  display: block;
	  width: 100%;
	} */
}