body {
background: rgba(153,96,26,1);
background: -moz-linear-gradient(top, rgba(153,96,26,1) 0%, rgba(158,102,17,1) 0%, rgba(82,45,3,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(153,96,26,1)), color-stop(0%, rgba(158,102,17,1)), color-stop(100%, rgba(82,45,3,1)));
background: -webkit-linear-gradient(top, rgba(153,96,26,1) 0%, rgba(158,102,17,1) 0%, rgba(82,45,3,1) 100%);
background: -o-linear-gradient(top, rgba(153,96,26,1) 0%, rgba(158,102,17,1) 0%, rgba(82,45,3,1) 100%);
background: -ms-linear-gradient(top, rgba(153,96,26,1) 0%, rgba(158,102,17,1) 0%, rgba(82,45,3,1) 100%);
background: linear-gradient(to bottom, rgba(153,96,26,1) 0%, rgba(158,102,17,1) 0%, rgba(82,45,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99601a', endColorstr='#522d03', GradientType=0 );

font-family: 'Bangers', cursive;
color:rgb(228,168,82);
letter-spacing:2px;
font-size:1.1em;
}

.archive-page #content header a {
	font-weight:400;
}

.archive-page #content section img,
.archive-page #content section a:hover img,
.archive-page #content section a:focus img {
	border:0px;
}

.archive-page #content section a img {
	-webkit-transition:transform 1s;
	transition:transform 2s;
}

.archive-page #content section a:hover img,
.archive-page #content section a:focus img {
	-webkit-transform:rotate(2160deg);
	transform:rotate(2160deg);
}

@media only screen and (min-width: 650px) {

.archive-page #content #andrea,
.archive-page #content #catie {
	float:right;
	margin-right:50px;
}
	
}/* closes media query for 650+ */

@media only screen and (min-width: 860px) {
	
body {

	
}/* closes media query for 860+ */


@media only screen and (min-width: 1024px) {
	
.archive-page #content>header {
	top:40px;
}

.archive-page #content section a img {
	border:0px;
}

#archive-nav li {
	border-color:rgb(169,197,15);
	background:rgba(153,96,26,0.8);
}


#music header {
	width:280px !important;
	top:130px;
}

#music figure {
	top:180px;
	left:10px;
}

#music figure a:first-child img {
	float:right;
	margin-left:-12px;
}

#music figure a:last-child img {
	float:right;
	margin-top:20px;
}


#amy header {
	top:150px;
	left:630px;
}

#amy figure {
	top:190px;
	left:720px;
}


#andrea header {
	top:350px;
	left:675px;
}

#andrea figure {
	top:265px;
	left:475px;
}

#andrea figure a:nth-child(1) img {
	margin-left:18px;
}

#andrea figure a:nth-child(2) img {
	margin-bottom:22px;
}

#andrea figure a:nth-child(3) img {
	margin-bottom:46px;
}

#andrea figure a:nth-child(5) img {
	position:relative;
	bottom:80px;
	left:-22px;
}


#catie header {
	top:50px;
	left:450px;
}

#catie figure {
	left:350px;
	top:80px;
	width:200px !important;
}

#catie figure a:nth-child(1) img {
	float:left;
	margin-right:-12px;
}

#catie figure a:nth-child(2) img {
	margin-top:15px;
}

#catie figure a:nth-child(3) img {
	float:right;
	margin-top:68px;
	margin-right:19px;
}

#catie figure a:nth-child(4) img {
float:right;
}


#ecb header {
	top:510px;
	left:280px;
}

#ecb figure {
	left:150px;
	top:320px;
}

#ecb figure a:nth-child(1) img {
	float:left;
	margin-bottom:30px;
}

#ecb figure a:nth-child(2) img {
	float:right;
}

#ecb figure a:nth-child(1) img {
	float:left;
}

#ecb figure a:nth-child(4) img {
	float:left;
	margin-left:80px;
	
}

#ecb figure a:nth-child(5) img {
	float:left;
}


#ecb figure a:nth-child(6) img {
	float:right;
}


#ecb figure a:nth-child(7) img {
	margin-top:10px;
	margin-left:45px;
}


}/* closes media query for 1024+ */