@charset "UTF-8";
/* CSS Document */

a:visited, a:link, a:hover {
	text-decoration: none;
	color: black;
}	
	
.column {
  -ms-flex: 100%; /* IE10 */
  flex: 100%;
  max-width: 100%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
	
.name {
	font-family: ivypresto-display, serif;
	font-size: 5vh;
	line-height: 5vh;
	font-weight: 700;
	text-align: center;
	color: black;
	width: 100%;
	margin-top: 25px;
}

.presentation {
	font-family: ivypresto-display, serif;
	font-size: 5vh;
	line-height: 5vh;
	font-weight: 300;
	text-align: center;
	color: black;
	justify-content: center;
    margin-top: 5px;
	width: 100%;
}

.works {
	font-family: "Helvetica Neue";
	font-size: 4vh;
	line-height: 4vh;
	font-weight: 700;
	text-align: center;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}

.back {
	font-family: "Helvetica Neue";
	font-size: 4vh;
	line-height: 4vh;
	font-weight: 700;
	text-align: center;
	color: black;
	margin-bottom: 15px;
}	

p.solid {
	border-style: solid;
	border-width: 0.5px;
	width: 100%;
}

p.works-title {
	font-family: ivypresto-display, serif;
	font-size: 3vh;
	line-height: 3vh;
	font-weight: 300;
	text-align: center;
	color: black;
	justify-content: center;
    margin-top: 5px;
	width: 100%;
}