html {
	background: url('/images/backgrounds/guitar_1920.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.music_main {	
	position: absolute;
    top: 115px;
    left: 400px;
    width: 60%;;
	margin: 0px auto;
    text-align: left;
}

.music_title_container {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}

.music_title_container a {
	text-decoration: none;
	color: #2f4f4f;
}

.music_title_container a:hover {
	color: #696969;
}

.footer_content {
	color: #000;	
}

/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 
	html {
		background: url("/images/backgrounds/background_guitar_mobile.jpg") no-repeat center center;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
    }

    .music_main {
        padding-left: 20px;
    	width: 90%;
    	top: 205px;
    	left: 10px;
    }
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
	html {
		background: url("/images/backgrounds/background_guitar_mobile.jpg") no-repeat center center;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
    }
    
	.music_main {		
    	top: 70px;
    	left: 115px;
    	width: 70%;
	}
}