@charset "UTF-8";

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

/*BOXES*/

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

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

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

/*TITLE*/

.title p {
	color:#fea4e3;
}

.about {
	color:#fea4e3;
}

.close {
	color:#fea4e3;
}

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



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

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


/*Three*/

.three {
}


/*Fourth*/

.four img {
	width:53vw;
}



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

}
*/