@charset "utf-8";
/* CSS Document */

@media screen and (max-width:853px) {
/*
Nokia Lumia 920 (landscape)
Amazon Kindle Fire HD 7 (landscape)
*/

/* TOP BUTTON REPOSITIONING */
.top-btn {
	left: 92%;
	top: 80%;
}


/* BIOGRAPHY */
#bio img {
	margin-bottom: 5%;	
}

/* DISCOGRAPHY */
#disco p {
	margin-left: 0.5%;	
}

ul#first-row li, ul#second-row li {
	margin-left: 0.5%; /* to prevent list from breaking and maintain over one row */
}


/* CONTACT */
#contact-photo {
	width: 38%;	
}


}






@media screen and (max-width: 800px) {
/*
Nokia Lumia 820/900 (landscape)
Galaxy Note 8.0/10.1 (portrait)
Galaxy Tab 8.0/10.1 (portrait)
Amazon Kindle HD 8.9 (portrait)
ASUS EEE Transformer Pad (portrait)
ASUS EEE Phonepad (portrait)
ACER Iconia Tab A200/A500 Series (portrait)
Google Nexus 10 (portrait)
Sony Xperia Tablet Z (portrait)
Sony Xperia Tablet S (portrait)
*/

p {
	margin-bottom: 5%;	
}

#bio img {
	margin-bottom: 5%;	
}

/* DISCOGRAPHY */
ul#first-row li, ul#second-row li {
	margin-left: 10%; /* to prevent list from breaking and maintain over one row */
	margin-bottom: 5%;
}

ul#first-row, ul#second-row {
	margin-bottom: 0;
	margin-left: 15%;  /*align centre */
}

/* CONTACT */
#contact-photo {
	display: none;	
}

#contact-container {
	float: none;
} 

table {
	margin: 0 auto;	
}
	
}


@media screen and (max-width: 768px) {
/*
iPad 3/4 (portrait)
iPad 1/2/Mini (portrait)
Microsoft Surface RT (portrait)
iPhone 6 Plump (landscape 736px)
iPhone 6 (landscape 667)
*/

.top-btn {
	left: 90%;
}

}

@media screen and (max-width: 715px) {
/*
Samsung Galaxy Mega (landscape width: 711px)
*/

ul#first-row, ul#second-row {
	margin-bottom: 0;
	margin-left: 10%;  /*align centre <-- */
}
	
}

@media screen and (max-width: 670px) {
/*
iPhone 6 (landscape width: 667px)
*/

ul#first-row, ul#second-row {
	margin-bottom: 0;
	margin-left: 7%;  /*align centre <-- */
}
	
}

@media screen and (max-width:640px) {
/*
HTC One/Butterfly (landscape)
HTC One X/X+ (landscape)
Google Nexus 4 (landscape)
Samsung Galaxy S IV (landscape)
Samsung Galaxy S III (landscape)
Samsung Galaxy Note II (landscape)
Samsung Galaxy Note(landscape)
Sony Xperia Z (landscape)
Sony Xperia S/SL (landscape)
*/

/* TOP BUTTON REPOSITIONING */

.top-btn {
	left: 90%;
}

/* DISCOGRAPHY */
ul#first-row, ul#second-row {
	margin-bottom: 0;
	margin-left: 5%;  /*align centre <-- */
}

ul#first-row li, ul#second-row li {
	margin-bottom: 5%;	
}
	
}




@media screen and (max-width: 603px) {
/*
Amazon Kindle Fire (portrait)
ASUS EEE Memo Pad (portrait)
Google Nexus 7 (portrait)
ASUS Iconia Tab A101 (portrait)
Blackberry Playbook (portrait)
Samsung Galaxy Tab 7 (portrait)
Samsung Galaxy Tab 7.7 (portrait)
*/

/* TOP BUTTON REPOSITIONING */
.top-btn {
	left: 90%;
}


nav ul {
	font-size: 1.25em;	
}

/* DISCOGRAPHY */
#disco p {
	margin-left: 0.5%;	
}

ul#first-row, ul#second-row {
	margin-left: 5%; /* align centre */
}
	
}




@media screen and (max-width:568px){
/*
iPhone 5 (landscape)
Sony Xperia U/Sola (landscape)
Amazon Kindle Fire HD 7 (portrait)
*/

/* TOP BUTTON REPOSITIONING */

.top-btn {
	left: 90%;
			
	width: 44px;
	height: 44px;
	
	font-size: 1.375em;
	line-height: 44px;	
}

/* DISCOGRAPHY */
#disco p {
	margin-left: 3.42%;	
}

ul#first-row, ul#second-row {
	margin-left: 9%; /* align centre */
}

ul#first-row li, ul#second-row li {
	margin-left: 5%; /* reduced margin to maintain list over two columns */
}

}




@media screen and (max-width:533px){
/*
HTC Desire (landscape)
HTC 8X (landscape)
Nokia Lumia 710/800 (landscape)
Nokia Lumia 520 (landscape)
Samsung Galaxy S II (landscape)
*/

/* TOP BUTTON REPOSITIONING */

.top-btn {
	left: 90%;
}


/* DISCOGRAPHY */
ul#first-row, ul#second-row {
	margin-left: 3%; /* align centre */
}

/* CONTACT */
.form-fields {
	height: 2.5em;
}

}


@media screen and (max-width:480px) {
/*
iPhone 6 Plump (portrait 414px)
iPhone 4/4S (landscape)
iPhone 3/3SG (landscape)
Nokia Lumia 820/900 (portrait)
Nokia Lumia 520 (landscape) - top button adjustment
Sony Xperia P (landscape)
*/

/* TOP BUTTON REPOSITIONING */
.top-btn {
	left: 88%;
	top: 75%;
}

/* DISCOGRAPHY */ 
ul#first-row, ul#second-row {
	margin-left: 18%; /*align centre*/ 
} 

ul#second-row li#placeholder {
	display: none;	
}


/* CONTACT */
.form-fields {
	width: 85%;
	height: 2em;
}

.form-message {
	width: 85%;
}

.submit {
	margin-right: 5%;
	font-size: 0.625em;
}

/* FOOTER */
h2 {
	font-size: 2.5em;	
}
#social ul li img {
	width: 10%;	
}

#social ul li#youtube img {
	width: 20%;
}

}



@media screen and (max-width:410px) {
/*
iPhone 6 (portrait width: 375px)
Android Nexus 4 (portrait width: 384px)
Samsung Galaxy Mega (portrait width: 400px)
*/
 

/* TOP BUTTON ADJUSTMENT */
.top-btn {
	left: 89%;
	
	width: 34px;
	height: 34px;
	
	font-size: 1.0625em;
	line-height: 34px;	
}  

/* NAVIGATION */ 
nav ul li{
	display: list-item;
	padding-bottom: 1%;	
}

nav ul li:first-child {
	text-align: center;
}

nav ul li:last-child {
	text-align: center; 
}


/* DISCOGRAPHY */ 
ul#first-row, ul#second-row {
	margin-left: 18%; /*align centre*/ 
} 

ul#second-row li#placeholder {
	display: none;	
}
}
	



@media screen and (max-width:360px) {
/*
Nokia Lumia 520 (portrait)
HTC One/Butterfly (portrait)
HTC One X/X+ (portrait)
Samsung Galaxy S IV (portrait)
Samsung Galaxy S III (portrait)
Samsung Galaxy S II (portrait)
Samsung Galaxy Note II (portrait)
Sony Xperia Z (portrait)
Sony Xperia S/SL (portrait)
*/

p {
	margin-bottom: 10%;	
}

#bio img {
	margin-bottom: 10%;	
}

/* TOP BUTTON REPOSITIONING */
.top-btn {
	left: 88%;	
	
	width: 34px;
	height: 34px;
	
	font-size: 1.0625em;
	line-height: 34px;
}

/* NAVIGATION */
nav ul li{
	display: list-item;
	padding-bottom: 1%;	
}

nav ul li:first-child {
	text-align: center;
}

nav ul li:last-child {
	text-align: center; 
}

/* DISCOGRAPHY */
ul#first-row, ul#second-row {
	margin-left: 15%;
}

ul#second-row li#placeholder {
	display: none;	
}

}




@media screen and (max-width: 320px) {
/*
iPhone 5 (portrait)
iPhone 4/4s (portrait)
iPhone 3/3SG (portrait)
HTC Desire (portrait)
HTC 8X (portrait)
Nokia Lumia 710/800 (portrait)
Nokia Lumia 520 (portrait) - top button
Sony Xperia U/Sola (portrait)
*/

/* TOP BUTTON REPOSITIONING */
.top-btn {
	left: 88%;
		
	width: 34px;
	height: 34px;
	
	font-size: 1.0625em;
	line-height: 34px;
}

}


/* FOOTER */
h2 {
	font-size: 2em;	
}

}




@media screen and (max-width: 270px) {
/*
Sony Xperia P (portrait)
*/

/* TOP BUTTON REPOSITIONING */
.top-btn {
	left: 87%;
		
	width: 28px;
	height: 28px;
	
	font-size: 0.875em;
	line-height: 28px;
}

/* DISCOGRAPHY */
ul#first-row, ul#second-row {
	margin-left: 10%; /* align centre */
}

ul#first-row li, ul#second-row li {
	margin-bottom: 10%;
}

/* CONTACT */
.submit {
	font-size: 0.625em;
}

/* FOOTER */
h2 {
	font-size: 1.75em;	
}	
}

/*
@media screen and max-width: 753px) {
Optimus F7 (landscape)
}

@media screen and max-width: 640px) {
	Nexus 4 (landscape)
	Samsung Galaxy S IV (landscape)
}

@media screen and(max-width: 571px) {
	Blackberry Z10 (landscape)	
}

@media screen and max-width: 569px) {
	Sony Xperia U/Sola (landscape)
		
}

@media screen and (max-width: 568px) {
	iphone 5 (landscape)
}

@media screen and max-width: 424px) {
	Optimus F7 (portrait)
	
}

@media screen and max-width: 400px) {
	
	Galaxy Note II (portrait)	
}

@media screen and max-width: 384px) {
	Nexus 4 (portrait)
	
}
*/




