@import url("../static/css/fonts.css");

html,
body {
	height: 100%;
	margin: 0;
}

* {
    font-family: 'Menlo Regular', 'Menlo', 'Monaco', 'Lucida Console', monospace, serif;
}

a {
	//font-size: 13px;
	text-decoration: none;
	color: #019875;//#5333ed;//#4d05e8;// #03c9a9;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: #019875;//#5333ed;//#4d05e8;//#03c9a9;
}

.header {
	flex: 0 1 auto;
	padding-top: 25px;
	padding-left: 25px;
}

.box {
	display: flex;
	flex-flow: column;
	//height: 100%;
}

.main-content {
	margin-top: 2em;
	display: flex;
	//flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main-content p {
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
}

.main-content div {
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	/*border-radius: 5px;*/
}

.main-content img {
	width: 100%;
	min-width: 200px;
	object-fit: cover;
	display: block;
}

.main-content .section {
	justify-content: left;
	align-items: left;
	width: 70%;
	min-width: 300px;
	margin-bottom: 5em;
}

/*
@media screen and (max-height: 700px) {
	.main-content {
		margin-top: 2em;
	}
}
*/
