@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body {
	background-color: white;
	margin: 0;
	padding: 0;
	color: #999999;
	font-weight: bold;
	font-size: 0.8em;
	font-family: sans-serif;
}

a {
	text-decoration: none;
	color: #999999;
}

#contact p, #contact a {
	font-family: 'Montserrat', sans-serif;
	/* color: #fff; */
}

#contact {
}

#container {
	width: 100%;
	max-width: 100%;
	margin: auto;
	position: relative;
}

header {
	width: 95%;
	max-width: 95%;
	margin: auto;
	position: sticky;
	top: 1px;
	padding-top: 1px;
}

header img {
	margin-top: -10px;
}


/* Larger screens */
@media only screen and (min-width: 850px) {
	body {
		font-size: 1em;
	}
	#container {
		width: 800px;
	}
	#photos img, picture {
		min-width: 100%;
	}
}

div#photos, #photos img {
	margin: auto;
	max-width: 100%;
}

div#photos {
	width: 100%;
	margin-top: 10px;
}

#photos img, picture {
	width: auto;
	height: auto;
	margin-top: -4px;
}

section#eml, section#phone {
	margin-top: -2.8em;
}

section#eml {
	float: left;
}

section#phone {
	float: right;
}