html {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	background-color: #444450;
	background-size: cover;
	font-size: 1em;
	scroll-behavior: smooth;
}

body {
	margin: 0px 15px;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}


header {
	display: flex;
	flex-direction: column;
	color: #fff;
	max-width: 400px;
}

header img#portrait {
	width: 15%;
	min-width: 120px;
	border-radius: 50%;
	display: block;
	margin: 25px auto;
	border: 3px #CCD solid;
	box-shadow: 2px 2px 20px black;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	text-shadow: 2px 2px 5px black;
}

h2 {
	font-size: 1.3em;
	margin: 10px;
	text-align: center;
	text-shadow: 2px 2px 5px black;
}

h3 {
	font-size: 1.1em;
	margin: 15px 0;
}

h4 {
	font-size: 0.9em;
	margin: 15px 0;
}

a.button, a.button:active, a.button:visited {
	display: flex;
	justify-content: space-between;
	color: #444;
	text-decoration: none;
	font-weight: bold;
	width: 250px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 8px;
	margin: 5px;
	text-align: center;
}

a.button:hover {
	color: #000;
	background-color: #ccc;
}

a.button i.icon {
	display: flex;
	margin: 3px;
}

a.button p.text {
	display: flex;
	margin: 0;
}

div.social {
	display: flex;
	justify-content: space-around;
	text-align: center;
	font-size: 1.5em;
	margin: 20px 0;

}

div.social a, div.social a:active, div.social a:visited {
	color: #fff;
	text-shadow: 2px 2px 5px black;
}

div.social a:hover {
	color: #999;
}
