@charset "UTF-8";

a#color, a#index {
	color:#bcb477 !important;
}

/*BOXES*/

.one, .two, .three, .four, .five {
	border:2px solid #bcb477;
}

.two, .five, .four {
	width:26vw;
	height:44vh;
}

.three {
	width:26vw;
	height:90vh;
}

/*.four {
	width: 10vw;
	height:44vh;
}*/

/*TITLE*/

.title p {
	color:#bcb477;
}

.about {
	color:#bcb477;
}

.close {
	color:#bcb477;
}

.aboutbox {
	border:2px solid #bcb477;
}



/*ONE-ARCHIVE*/

.one {
	width:16vw;
	height:90vh;
}

.one p {
	font-size: 10pt;
}

.text#archive p {
	line-height: 10px;
}

.text#archive a {
	color:black;
}


/*Two*/

.two {
	background-color: #bcb477;
}

.two p {
	font-size: 25pt;
}


/*Three*/

.three {
}


/*Fourth*/

.five img {
	height:44vh;
}



/*MOBILE SHIT */

/*@media only screen and (min-width : 320px) and (max-width : 720px)   {

.one, .two, .three, .four {
	width:90vw;
	height:auto;
	overflow: visible;
}

.about {
	margin-left: 80vw;

}


img {width:90vw;}

}

@media only screen and (min-width : 720px) and (max-width : 1300px) {

.one, .two, .three, .four {
	margin: 0.3vw;
}

.one {
	width:15vw;
}

.text#archive p {
	line-height: 12px;
}

}
*/