p {
	font-family: 'Spectral', serif;
	color: #7F7F7F;
}

p.sub {
	font-weight: 500;
	font-size: 3em;
	margin-block-start: 0em;
}

p.sublow {
	font-weight: 500;
	font-size: 2em;
	margin-block-start: 0em;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.pic {
	align-self: center;
	max-width: 100%;
	max-height: 100%;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.text {
	 align-self: center;
	 text-align: center;
}

html, body {
    height: 100%;
}    
body {
	background-color: #EEEEEE;
	margin: 0;
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	flex-direction: column;
}