@import "latofonts.css";

html, body{
	margin: 0;
	height: 100%;
	background-image: linear-gradient(180deg, transparent 75%, rgba(255,255,255,1) 95%);
	background-position: 0% 0%, center;
	background-repeat: repeat, no-repeat;
	background-size: cover, cover;
	background-color: #c1ddf5;
	background-attachment: fixed;
}

.main {
	min-width: 45%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: auto;
	position: relative;
	z-index: 2;
}

.header {
	display: flex;
	max-height: 70%;
	background-color: black;
	background-image: url('../images/496214-12.png');
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 30px;
	border-radius: 20px 20px 10px 10px;
	height: 600px;
	width: 50rem;
	max-width: 95%;
	z-index: 2;
	flex-direction: column;
}

.logo {
	flex-grow: 1;
	align-items: end;
	display: flex;
}

.logo img{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 80%;
	margin: auto auto 0 auto;
	filter: drop-shadow(5px 5px 4px black);
}

.linksbottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: auto auto 0 auto;
	flex-wrap: wrap;
}

.container {
	display: flex;
	width: 50rem;
	max-width: 95%;
	padding: 40px 0 10px 0;
	background-color: #fdffff;
	z-index: 1;
	flex-direction: row;
	flex-wrap: wrap;
}

.container:last-of-type {
	border-radius: 0 0 20px 20px;
	margin-bottom: 30px;
}

.column {
	flex-direction: column;
}

.links {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 10%;
	flex-grow: 1;
}

.link {
	color: #eee;
	font: 20pt 'Courier New', monospace;
	font-weight: bold;
	padding: 5px;
	display: flex;
	margin: 0 5px 0 5px;
}

.linkwrapper {
	display: flex;
	align-items: center;
	padding: 5px 20px;
}

.outline {
	border-radius: 25px;
	border: #80bbe9 2px solid;
}

.outline p {
	color: black;
}

.solid {
	background-color: #80bbe9;
	border-radius: 25px;
}

a.linkwrapper {
	text-decoration: none;
	color: #eee;
}

a.linkwrapper:visited, a.linkwrapper:active, a.linkwrapper:hover {
	color: inherit;
}

.linkwrapper:hover	{
	transition: transform .2s;
	transform: scale(1.05);
}

.link img {
	height: 24px;
	padding-right: 10px;
}

.link p {
	display: inline;
	margin: 0;
}

.panel {
	display: flex;
	position: relative;
	flex-grow: 1;
	justify-content: center;
}

.panel img {
	max-height: 16rem;
}

.text img {
	max-height: 12rem;
}

.text {
	color: black;
}

.text h1 {
	font: 46pt LatoWebBlack, Arial, sans-serif;
	margin: 10px auto -5px auto;
}

.text h2{
	font: 28pt LatoWebHeavy, Arial, sans-serif;
	margin: 10px 10px;
}

.text h3 {
	font: 14pt LatoWebThin, Arial, sans-serif;
	margin: 0 auto 0 auto;
}

.text p {
	font: 14pt LatoWeb, Arial, sans-serif;
	margin: 0;
}

.centered {
	display: flex;
	justify-content: center;
	align-content: center;
	margin: auto;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.centered p {
	color: black;
	font: 14pt LatoWeb, Arial, sans-serif;
	margin: 0 0 5px 0;
}

.left {
	margin-left: 3rem;
}

.heading {
	margin-bottom: 10px;
}

.buttons {
	display: flex;
	justify-content: end;
	align-items: flex-start;
	flex-grow: 1;
}

.button {
	border: #80bbe9 2px solid;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	width: 48px;
	height: 48px;
}

.button:hover {
	transition: transform .2s;
	transform: scale(1.05);
}

.button img{
	height: 32px;
	max-width: 32px;
	padding: 10px;
}

.backbutton {
	margin-left: 15px;
}

.nopadding {
	padding-top: 0;
}

.fullimage {
	display: flex;
	width: 95%;
	margin: 15px auto 8px auto;
}

.even {
	width: 50%;
	min-width: 330px;
	flex-grow: 1;
	justify-content: flex-start;
	margin: 0px auto 25px auto;
}

.even h2 {
	font-family: LatoWebThick, Arial, sans-serif;
	color: #5aa9ef;
}

.boldtext {
	font-family: LatoWebBlack, Arial, sans-serif;
	color: #5aa9ef;
	text-decoration: none;
}

.textlist {
	display: flex;
	align-items: flex-start;
	margin: 25px 15px 0 15px;
}

.textlist img {
	max-height: 16pt;
	margin-right: 10px;
}

.textlink p {
	margin-top: 15px;
}

.textlink a {
	text-decoration: none;
}

.textlink a:visited, .textlink a:active, .textlink a:hover {
	color: inherit;
}