@charset "UTF-8";

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


body {
	overflow: scroll;
	width: 100vw;
}


p {
	font-size: 15pt !important;
}

p#dates {
	font-size: 15pt !important;
}

p#descri {
	font-size: 20pt !important;
}

p#subtitle {
	font-size: 17pt !important;
}

.aboutbox p {
	font-size: 15pt !important;
}

.aboutbox {
	width:90vw !important;
	margin-left: 3vw;
}

.text#archive a {
	line-height: 25px !important;
}

.two p {
	font-size: 28pt !important;
}

.title {
	margin-left:2.5vw;
}

.title p {
	font-size: 16.9pt !important;
	margin-top: 20px !important; 
}

.about {
	margin-right: 1vw !important;
	margin-top: 5px !important;
}

 .three, .four, .five, .six, .seven {
	margin:2.5vw;
	width:95vw !important;
	height:auto;
	overflow: visible;
	margin-bottom: 20px;
}

.one {
	margin-top:2.5vw;
	margin-left:2.5vw;
	margin-bottom:2.5vw;
	margin-right: 1vw;
	width:42vw !important;
	height:auto;
	overflow: visible;
	margin-bottom: 20px;
}

.two {
	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;
}


img {
	width:95vw !important;
	height:auto !important;
}


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

}