@charset "UTF-8";

a#color, a#index {
	color:#58c383 !important;
}


/*BOXES*/

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

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

.three {
	width:53vw;
	height:44vh;
}

/*TITLE*/

.title p {
	color:#58c383;
}

.about {
	color:#58c383;
}

.close {
	color:#58c383;
}

.aboutbox {
	border:2px solid #58c383;
}



/*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: #58c383;
}

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


/*Three*/


.three img {
	width:53vw;
}


/*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;
}

}
*/