@font-face {
  font-family: "Myopia";
  src:
    local("Myopia"),
    url("../fonts/myopia-font.woff") format("woff");
}

@font-face {
    font-family: 'Source Sans Pro Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SourceSansPro-Light.woff') format('woff');
    }

@font-face {
    font-family: 'Source Sans Pro ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SourceSansPro-ExtraLight.woff') format('woff');
    }


* {
	margin:0;
	padding:0;
	box-sizing: border-box
}

html {
	font-size: 10px;
	background-color:#000;
	
}

.navbar,  .navbar:hover {
	background-color:#000
}

.navbar-item img{
	max-height:60px
}

.disco {
	width:15%;
	vertical-align:middle;
	margin-right:2rem
}

.title, .album-title{
	font-family:"Myopia";
	letter-spacing: 5px;
	color:#e5ebe4;
	font-size:10rem
	
}


.album-title {
	font-size:4rem;
	color:#e5ebe4;
	padding-bottom:2rem
}

.album-cell img {width:60%;height:auto}

.song-title, .song-title a {
	font-family: "Source Sans Pro Light";
	font-size:2.5rem;
	color:#e5ebe4;
	padding:5px
}


.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #000;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
	
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.ex {height:30px!important;
	vertical-align:middle;
	padding-right:1rem
	
	}
	
	
/* lyric Page*/
.lyric-title{

	font-family:"Myopia";
	letter-spacing: 5px;
	color:#e5ebe4;
	font-size:5rem
}

.verse{
	font-family: "Source Sans Pro Light";
	font-size:2.5rem;
	color:#e5ebe4;
	padding:5px;
	padding-bottom:2rem
}

.backing{
	background-color:#1a1919;
	border-radius:5px;
	color:#737070
}

.b_text{
	font-size:2rem
}

.backing-text {
	color:#737070
}

.instrumental {
	border-radius:20px;
	width:10%
}



/* merch */
.merch{
		margin-top:2rem
}

.merch h3{
	font-family: "Source Sans Pro Light";
	font-size:2rem;
	color:#e5ebe4;
}

.merch .cell{
	display: flex;
}



.blue{
	border-radius:20px;
	background-color:rgb(40 56 144)
	
}

.grey{
	border-radius:20px;
	background-color:rgb(83 83 89)
	
}

.green{
	border-radius:20px;
	background-color:rgb(0 95 26)
}

.groova{
	border-radius:20px;
	background-color:rgb(143 46 67)
	
}

.get-on{
	border-radius:20px;
	background-color:rgb(64 56 56)
}

footer{
	text-align:center;
	font-size:1.5rem;
	color:#e5ebe4;
	margin-bottom:1rem
}

/* Extra small devices (phones, 600px and down) iphone 659 by 393 */
@media only screen and (max-width: 600px) {
	
	.disco {
		width:25%;
		vertical-align:middle;
		margin-right:2rem;
		padding-bottom:10px;
	}
	
	
	.title, .album-title{
		font-family:"Myopia";
		letter-spacing: 5px;
		color:#e5ebe4;
		font-size:3.6rem;
		
	}
	

	.album-title {
		font-size:3rem;
		color:#e5ebe4;
		padding-bottom:2rem

	}
	
	.lyric-title{
		font-size:3.6rem;
		
	}
	
	.lyric-title a::after  {
		
		content:"\a";
		white-space: pre;
	
	}
	

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 768px) {
	
	.title, .album-title{
		font-family:"Myopia";
		letter-spacing: 5px;
		color:#e5ebe4;
		font-size:5.5rem;
		
		
	}


	.album-title {
		font-size:4rem;
		color:#e5ebe4;
		padding-bottom:2rem

	}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 1180px) {
	
	.title, .album-title{
		font-family:"Myopia";
		letter-spacing: 5px;
		color:#e5ebe4;
		font-size:8rem
		
	}


	.album-title {
		font-size:4rem;
		color:#e5ebe4;
		padding-bottom:2rem

	}
	
}
