body{
	background-color:#F5FFFA;
	margin: 10px;
	min-width: 280px;
}


/* HEADER */

.fixed-header{
	height: 60px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	margin-bottom:20px;
}

.title {
	font-family: 'PT Serif', serif;
	font-size: 2.5em;
	color: #132574;
	font-weight: 700;
	float: left;
}

.menuops {

	font-family:  'PT Mono', monospace;
	font-size: 0.625em;
	color: black;
	font-weight: 400;
	padding-bottom: 5px;
	padding-top: 15px;
	float: right;
	border-bottom: 2px solid #000;
}

a:hover {
    background-color: #F2A0A0;
}

a {
	text-decoration:none;
	color: black;
}

/* HEADEREND */

/*ABOUT*/

.about {
	margin: auto;
	max-width: 960px;
	margin-bottom: 50px;
	margin-top: 60px;
}

.tag {
	font-family: 'PT Serif', serif;
	font-size:  0.938em;
	color: black;
	font-weight: 400;
	font-style: italic;
	padding-top: 3px;
	margin-left: 5px;
}

.presentation {
	font-family:  'PT Mono', monospace;
	font-size: 2.188em;
	color: black;
	max-width: 700px;
	margin-top: 25px;
	margin-bottom: 40px;
}

.presentation-letter {
	margin: auto;	
	max-width: 960px;
	padding-bottom: 40px;
	border-bottom: 3px solid #000;
	
}

p {
	color: #303030;
	font-family: 'PT Serif', serif;
	font-size: 1.063em;
	font-weight: 400;
	max-width: 760px;
	line-height: 1.6;
}

/*ABOUTEND*/

/*RESUME*/

.resume {
	padding-top: 45px;
	padding-bottom: 100px;
	margin: auto;
	max-width: 960px;
	display: flex;
	padding-bottom: 60px;
}

.column1 {
	width: 300px;
	padding-right: 20px;
}

.res-title{
	font-family:  'PT Mono', monospace;
	font-size: 0.75em;
	color: black;
	font-weight: 400;
	padding-bottom: 5px;
	padding-top: 15px;
}

.res-content {

	font-family: 'PT Serif', serif;
	font-size: 0.875em;
	color: black;
	font-weight: 400;
	font-style: italic;
	padding-top: 3px;
	margin-left: 5px;
	line-height: 1.5;
}

/*RESUMEND*/



/*MEDIAQUERY*/

@media screen and (max-width: 630px){

.fixed-header {
	display:flex;
	flex-direction: column;
	margin: auto;
	align-items: center;
}

.presentation {
	font-size: 1.563em;
	margin-top: 25px;
}

.presentation-letter {
	padding-bottom: 25px;	
}

p {
	font-size: 0.875em;
}


@media screen and (max-width: 500px) {



.title {
	font-size: 1.75em;
}

.fixed-header {
	padding-bottom: 40px;
}

.resume {
	flex-direction: column;
}

}