* {
    box-sizing: border-box;
}

@font-face {
  font-family: 'Zurich';
  src: url('zurchk-webfont.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('ZURCHK.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body {
	<!-- Top Right Bottom left -->
	margin: 50px 50px 50px 50px;
	padding: 100px 0px 0px 0px;
	text-align: center;
	background-color: dimgray;
	background-image: url('images/IndyHeatRecordsOfficial50.png'), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32)); 
	background-size: 120px 120px, 10px 10px, 10px 10px, 10px 5px; 
	background-position: center,  0px 0px, 5px 5px, 0px 0px, center; 
	background-repeat: no-repeat,  repeat, repeat, repeat; 
	background-attachment: fixed;
	-webkit-background-size: 120px 120px, 10px 10px, 10px 10px, 10px 5px; 
	-moz-background-size: 120px 120px, 10px 10px, 10px 10px, 10px 5px; 
	-o-background-size: 120px 120px, 10px 10px, 10px 10px, 10px 5px;
	-webkit-background-attachment: fixed;
	-o-background-attachment: fixed;
	-moz-background-attachment: fixed;
	z-index: -1;
	color: white;
	font-family: Zurich;
	height: 100%;
}

.audio-player {
	color: white;
	background: rgba(128, 128, 128, 0.4);
	border: 3px solid lighten(#acacac, 20%);
	text-align: center;
	display: flex;
	flex-flow: row;
	margin: 0rem 7.5% 0rem 7.5%;
	border-radius: 25px;
}

/* Create three equal columns that floats next to each other */
.column {
	text-align: center;
	display: inline-block;
    width: 250px;
    padding: 2px;
    margin: 0 1% 25px 1%;
    height: 335px;
	-webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    transition: all .25s ease-in;
	border: 3px solid rgb(245,245,220);
	background-color: black;
}

.column-home {
	text-align: center;
	display: inline-block;
    width: 350px;
    padding: 2px;
    margin: 0 1% 0 1%;
    height: 360px;
	-webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

/*
h3.column {
	width: 1000px;
	background:transparent;
    white-space: nowrap; 
    color:white;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
    position:absolute;
    -webkit-animation: anim 3s infinite;
    animation: anim 3s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera *//*
    animation-timing-function: linear;
}
*/

@-webkit-keyframes anim {
     from {
         left: 0%;         
     }
     to {
         left:-50%
     }
}

@keyframes anim {
   from {
         left: 0%;
     }
     to {
         left:-50%;
     }
}

div.column:hover {
	background-color: grey;
}

div.column-home:hover {
	background-color: grey;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

div.column {
	position: relative;
	border-radius: 25px;
}

div.column-home {
	position: relative;
}

div.info {
	position: relative;
    bottom: 5px;
}

div.image {
	padding-top: 12.5px;
}

#header {
	text-align: center;
}

#header h1 {
	margin-bottom: 0px;
	font-size: 75px;
}

#header p {
	margin-top: 0px;
}

#header li {
	display: inline-block;
	margin: 0 2.5% 0 2.5%;
}

#header li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#header li a:hover {
	text-decoration: underline;
}

.links {
	position: relative;
}

.overlay {
  height: 225px;
  width: 225px;
  margin: auto;
  position: absolute;
  opacity:0;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.row {
    width: 100%;
}

#playlist {
	width: 45%;
	padding: 0 2.5% 0 2.5%;
	height: 300px;
}

#album {
	width: 45%;
	padding: 0 2.5% 0 2.5%;
	height: 300px;
}

#single {
	width: 30%;
	padding: 0 2.5% 2.5% 2.5%;
}

#feature-album {
	width: 90%;
	padding: 0 2.5% 0 2.5%;
	height: 300px;
	overflow:hidden;
	background:transparent;
	opacity:.9;
}

#feature-video {
	border: 2px solid black;
    border-radius: 7px;
	box-shadow: 0 0 30px white;
	padding: 0 2.5% 0 2.5%;
	height: 315px;
	width: 560px;
}

#video {
	border: 2px solid black;
    border-radius: 7px;
	box-shadow: 0 0 30px white;
	padding: 0 2.5% 0 2.5%;
	height: 315px;
	width: 560px;
}

.scPlayer {
	margin: 0 7.5% 25px 7.5%;
	width: 85%;
	
}

#toSong {
	position: fixed;
	bottom: 80px;
	left: 20px;
	z-index: 99;
	border: 2px solid white;
	outline: none;
	background-color: black;
	cursor: pointer;
	padding: 15px;
	border-radius: 1000px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#toSong:active {
  color: white;
  border: 2px solid white;
  filter: invert(0%)
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	border: 2px solid black;
	outline: none;
	background-color: white;
	filter: invert(100%);
	cursor: pointer;
	padding: 15px;
	border-radius: 1000px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#myBtn:active {
  color: white;
  border: 2px solid white;
  filter: invert(0%)
}

footer {
	text-align: center;
	padding-top: 10px;
	color: white;
}
   
footer img {
  	margin-top: 10px;
	transition: all .25s;
	width: 50px;
	height: 50px;
}

footer img:hover {
	filter: invert(100%);
}

.topButton {
}

#messageBtn {
	display: block;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99;
	border: 2px solid black;
	outline: none;
	background-color: white;
	filter: invert(100%);
	cursor: pointer;
	padding: 15px;
	border-radius: 1000px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#messageBtn:hover {
  color: white;
  border: 2px solid white;
  filter: invert(0%)
}

.rotate270{
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.rotate90{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for all buttons */
button {
	background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

button:hover {
    opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .sendMessageBtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.container {
    padding: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #474e5d;
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: black;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
	color: white;
	text-align: left;
}

/* Style the horizontal ruler */
hr.hrModal {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}
 
/* The Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #f44336;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
       width: 100%;
    }
}



.overlay2 {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
}

.overlay2 a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay2 a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay2 .closebtn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay2 {overflow-y: auto;}
}

#sasha {
	background-image: url("images/Sasha1.PNG");
	height: 100%;
	position: fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
	width: 100%;
	z-index: 200;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
	opacity: 0;
}

.flex {
	display:flex;
}
  
.flex div {
	flex:1;
	margin:5px; /* need some space ?*/
}

footer a {
	margin: 0 2.5% 0 0;
}

#footerLink {
	color: white;
	text-decoration: none;
}

#footerLink:hover {
	color: white;
	text-decoration: underline;
}

.topnav {
	position: fixed;
	width: 100%;
	border-bottom: 2px white solid;
	background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32)); 
	background-size: 10px 10px, 10px 10px, 10px 5px; 
	background-position: 0px 0px, 5px 5px, 0px 0px;
	/*
	background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
	background-size: 10px 10px, 10px 10px, 10px 5px;
	background-position: 0px 0px, 5px 5px, 0px 0px; 
	*/
	z-index: 100;
	top: 0;
	left: 0;
	padding-bottom: 5px;
}

#menu {
	color: white;
}

#pageTitle {
	color: white;
}

#artistMuzeSikk {
	color: white;
}

.topnav a img{
	float: left;
	padding: 10px 0px 0px 10px;
	width: 60px;
	height: 60px;
	-webkit-filter: drop-shadow(.5px .5px 0 black)
					drop-shadow(-.5px -.5px 0 black);
	filter: drop-shadow(.5px .5px 0 black) 
			drop-shadow(-.5px -.5px 0 black);
}

.topnav span {
	float: right;
	padding-right: 10px;
	cursor:pointer;
	color: black;
	font-size: 50px;
	font-weight: bold;
}

.topnav p {
	padding-top: 10px;
	margin: 0;
	font-weight: bold;
	font-size: 40px;
	color: black;
}

.banner {
	margin-top: -34px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px black solid;
	position: fixed;
	z-index: 100;
	width: 100%; 
	background-image: url('images/oceanBlurTop.jpg');
	background-size: 100% 100%;/*
	background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
	background-size: 10px 10px, 10px 10px, 10px 5px; */
	color: black;
}

#playing {
	bottom: 0;
	left: 0;
	position: fixed;
	background-color: black; 
	background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
	background-size: 10px 10px, 10px 10px, 10px 5px;
	background-position: 0px 0px, 5px 5px, 0px 0px;
	width: 100%;
	z-index: 100;
	display: inline-block;
	border-top: 2px white solid;
	overflow-y: hidden;
    transition: 0.5s;
}

#songTitle {
	padding-top: 5px;
}

#cover{
	float: left;
	margin: 5px 5px 5px 10px;
	height: 45px;
	width: 45px;
}

#topBtn {
	float: right;
	outline: none;
	background-color: rgb(1, 1, 1, 0.0);
	filter: invert(100%);
	cursor: pointer;
	padding: 15px;
	margin-right: 10px;
	border-radius: 1000px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#topBtn:active {
  color: white;
  border: 2px solid white;
  filter: invert(0%)
}

#shuffleButton {
	float: right;
	outline: none;
	background-color: rgb(1, 1, 1, 0.0);
	filter: invert(100%);
	cursor: pointer;
	padding: 15px;
	border-radius: 1000px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#downloadButton {
	float: right;
	outline: none;
	background-color: rgb(1, 1, 1, 0.0);
	filter: invert(100%);
	cursor: pointer;
	padding: 15px;
	border-radius: 1000px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#showMoreControls {
	float: right;
	outline: none;
	background-color: rgb(1, 1, 1, 0.0);
	filter: invert(100%);
	cursor: pointer;
	padding: 15px;
	border-radius: 1000px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#shuffle-btn {
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

#shuffleButton:active {
  color: white;
  border: 2px solid white;
  filter: invert(0%)
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 700px) {
	.column-home {
		margin: 0 5% 25px 5%;
        width: 90%;
    }
	#playlist {
		width: 100%;
		padding-bottom: 15px;
	}
	#single {
		width: 100%;
		padding-bottom: 15px;
	}
	#feature-video {
		width: 100%;
		padding-bottom: 15px;
		margin: 0px;
		margin-bottom: 25px;
	}
	#feature-album {
		width: 100%;
		padding-bottom: 15px;
		margin: 0px;
	}
	#album {
		width: 100%;
		padding-bottom: 15px;
		margin: 0px;
	}
	#video {
		width: 100%;
		padding-bottom: 15px;
		margin: 0px;
		margin-bottom: 35px;
	}
	.topnav p {
		font-size: 30px;
		margin-top: 9px;
	}
	#menu {
		opacity: 1;
	}
	iframe {
		width: 100%;
	}
	.flex div img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 600px) {
	.column {
		margin: 0 15% 25px 15%;
        width: 70%;
    }
}

.downloadLink {
	font-family: Zurich, Impacto, sans-serif;
	font-size: 20pt;
}

#PreLoaderBar {
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
	position: fixed; 
	top: 0; 
	width: 100%; 
	left: 0; 
	height: 5px;
}

#PreLoaderBar2 {
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
	display: none; 
	z-index: 1000; 
	position: fixed; 
	top: 0; 
	width: 100%; 
	left: 0; 
	height: 5px;
}

html {
	height: 100%;
}

#bodyContainer {
	height: 100%;
	display: flex;
	flex-direction: column;
}

#mainContent {
	flex: 1 0 auto;
}

#insertFooter {
	flex-shrink: 0;
}