@charset "UTF-8";

a#color {
	color:black !important;
}

a#index, .title p {
	color:transparent !important;
}

/*BOXES*/

.one, .two, .three, .eight, .five, .six {
	border:2px solid black;
}

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

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

/*TITLE*/

.title p {
	color:black;
}

.about {
	color:black;
}

.close {
	color:black;
}

.aboutbox {
	border:2px solid black;
}



/*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 img {height:44vh;}

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


/*Three*/

.three img {
	height:44vh;
}

.eight img {
	height:44vh;
}


/*eightth*/

.six img {
	height:44vh;
}


/*MOBILE SHIT */


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

a#index, .title p {
	color:black !important;
}

.two {display:none;}


.eight {
	margin-top:2.5vw;
	margin-left:1.5vw;
	margin-bottom:2.5vw;
	margin-right: 2vw;
	width:48vw !important;
	height:auto;
	overflow: visible;
	margin-bottom: 20px;
}

.eight img {
	width:48vw !important;
}

}
