@font-face {
    font-family: 'extenda40_hecto';
    src: url('') format('woff2'),
         url('') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pitch';
    src: url('') format('woff2'),
        url('') format('woff');
    font-weight: 500;
    font-style: normal;
}

.home{
	position: relative;
}

body{
	background: #FFFFFF;
	font-family: 'extenda40_hecto';
}

.black{
	background-color: black;
}

h1,h2,h3,h4,h5,p,a{
	font-family: 'extenda40_hecto';
	font-weight: normal;
}

h1,h2,h3,h4,h5{
	text-transform: uppercase;
}


.header{
	width:100%;
	padding-top:15px;
	text-transform: uppercase;
    letter-spacing: 0.5px;
	color:#fff;
    height: 90vh;
}

.black .header{
	height: 300px;
}

#logo{
	position: relative;
    margin: 0 auto;
    width: 24%;
    text-align: center;
    padding: 0px;
    padding-bottom: 3px;
    padding-top: 20px;
}
#logo a{
	font-size:14px;
	color:#fff;
}

a{
	font-family: 'pitch';
}

a:hover{
	text-decoration: underline !important;
}

.alert{ 
	position: absolute;
    top: 0;
    right: 0px;
    background-color: #ffe81f;
    color: black;
    padding: 5px 10px;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

h1 a{
	font-family: 'extenda40_hecto';	
	color: white;
}

h1 a:hover{
	text-decoration: none !important;
}

h2 a{
	font-family: 'extenda40_hecto';	
}

.header nav{
	padding-left: 25px;
    display: inline-block;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 13px;
    font-family: 'pitch';
    color: white;
    list-style: none;
}

ul{
	padding-left: 0px;
}

li{
	list-style: none;
}

.header nav li a{
	-webkit-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
	text-decoration:none;
	text-transform: lowercase;
	font-size:14px;
	letter-spacing:0.02px;
	background-color: black;
	display: inline-block;
    padding: 5px;
    margin-bottom: 2px;
	color:#fff;
    font-family: 'pitch';
    padding-bottom: 1px;
}

h1{
	color: white; 
	font-size: 167px !important;
    line-height: 140px;
    padding-left: 25px;
    margin: 0px !important;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    padding-top: 25px;
}


.lyrics-logo{
	color: white;
	font-size: 167px !important;
    line-height: 140px;
    padding-left: 25px;
    margin: 0px !important;
    float: right;
    width: 50%;
}

.lyrics-logo h1{
	font-size: 130px !important;
	text-align: right;
    width: 100%;
    padding-right: 30px;
    padding-top: 13px;
}

p{
	font-family: 'pitch'!important;
	font-size: 14px;
}

h2{
	margin-top: 0px !important;
	font-family: 'extenda40_hecto';
	font-size: 22px;
    font-weight: 100;
}

.middle{
	position: absolute;
	bottom:50%;
	width: 80%;
}
.bottom{
	position: absolute;
	bottom:28px;
	font-weight: 400 !important;
}

.bottom a{
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 3px;
    display: block;
}

footer{
	color: white;
	position: absolute;
	width: 100%;
	text-align: left;
	padding-left: 60px;
	z-index: 9999999;
}

.footer-container{
	position: fixed;
	bottom: 50px;
	width: 80%;
}

footer a{
	font-size:50px;
	color:#FFF;
	line-height: 60px;
	font-family: 'extenda40_hecto';
	font-weight: 200;
	text-transform: uppercase !important;
}

footer a:hover{
	color:#f3cf02;
}

@media only screen and (max-width: 768px) {
	body{
		overflow-y: scroll;
	}
	
	#inner-header{ 
		padding: 20px 30px;
	}
	
	.alert{
		right:0px;
	}
	
	footer{
		padding-left: 30px;
	}
	
	.footer-container{
		bottom: 25px;
	}
	
	footer a{
		font-size: 40px;
		line-height: 45px;
	}

}
