@charset "UTF-8";

a#color, a#index {
	color:#00ac70 !important;
}

/*BOXES*/

.one, .two, .three, .four, .five, .six, .seven {
	border:2px solid #00ac70;
}

.three, .four, .six, .seven {
	width:26vw;
	height:44vh;
}

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

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

/*TITLE*/

.title p {
	color:#00ac70;
}

.about {
	color:#00ac70;
}

.close {
	color:#00ac70;
}

.aboutbox {
	border:2px solid #00ac70;
}



/*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: #00ac70;
}

.two p {
}


/*Three*/

.four img{ height:44vh;
}


/*Fourth*/

.four {
}



/*five*/

.five {
}

.five img {
	width:53vw;
}

/*MOBILE SHIT */

@media only screen and (min-width : 320px) and (max-width : 1000px) {

.two>.text p {font-size: 17pt !important;}

}



