@import url('https://fonts.googleapis.com/css?family=Mina:400,700|Muli:600|Open+Sans:400,600');
html, body {
	margin: 0;
	height: 100%;
}
.banner-button {
	background-color: #ffffff;
	transition: all 0.25s;
	margin-top: 10px;
	color: black;
	font-size: 15px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	padding: 10px;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: none; 
}
.banner-button:hover {
	background-color: #d2d2d2;
	transition: all 0.25s;
}
.banner-text {
	color: white;
	font-family: 'Mina', sans-serif;
	text-align: center;
}
.banner-title {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: -5px;
}
.banner-subtitle {
	font-size: 15px;
	font-weight: 400;
}
@media screen and (min-width: 400px) {
	.banner-title {
		font-size: 35px;
		margin-bottom: -10px;
	}
	.banner-subtitle {
		font-size: 20px;
	}
	.cardlite-title {
		font-size: 28px !important;
	}
}
@media screen and (min-width: 600px) {
	.banner-title {
		font-size: 50px;
		margin-bottom: -20px;
	}
	.banner-subtitle {
		font-size: 30px;
	}
}
@media screen and (min-width: 800px) {
	.banner-title {
		font-size: 65px;
		margin-bottom: -20px;
	}
	.banner-subtitle {
		font-size: 40px;
	}
}
@media screen and (min-width: 1000px) {
	.banner-title {
		font-size: 80px;
		margin-bottom: -20px;
	}
	.banner-subtitle {
		font-size: 50px;
	}
}
.banner-content {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}
.banner {
	background-image: url('img/banner.jpg');
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.subbanner {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (min-height: 400px) {
	.banner {
		height: 350px;
	}
	.subbanner {
		height: 200px;
	}
}
@media screen and (min-height: 600px) {
	.banner {
		height: 520px;
	}
	.subbanner {
		height: 350px;
	}
	.banner-button {
		margin-top: 30px;
	}
}
@media screen and (min-height: 800px) {
	.banner {
		height: 720px;
	}
	.subbanner {
		height: 520px;
	}
	.banner-button {
		margin-top: 30px;
	}
	/*.footer {
		height: 75px !important;
	}
	.footer-spacer {
		height: 75px !important;
	}*/
}
@media screen and (min-height: 1000px) {
	.banner {
		height: 920px;
	}
	.subbanner {
		height: 770px;
	}
	.banner-button {
		margin-top: 30px;
	}
}
.showcase {
	width: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: row;
	margin-top: 25px;
	flex-wrap: wrap;
}
.showcase-item {
	max-width: 385px;
	display:flex;
	flex-direction: column;
	cursor: pointer;
	margin: 15px;
	text-decoration: none;
	color: black;
}
.showcase-image {
	max-width: 385px;
	height: 215px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.showcase-title {
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 10px 0px 5px 0px;
}
.showcase-subtitle {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.35;
}
.showcase-button {
	color: black;
	font-size: 15px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 15px;
	width: fit-content;
}
.iconrightmargin {
	margin-left: 3px;
}
.menu {
	height: 50px;
	position: fixed;
	width: 100%;
	top: 0px;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
}
.menu-image {
	margin-left: 15px;
}
.menu-link {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: black;
}
.menu-link-first {
	margin: 0px 10px 0px 25px;
}
.menu-link-middle {
	margin: 0px 10px 0px 10px;
}
.bannermini {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin-top: 25px;
	background-position: center;
}
.bannermini-content {
	width: 100%;
	height: 300px;
	cursor: pointer;
	background-color: #000080;
	background: linear-gradient(to right, #00000080, #00000060);
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:flex-start;
}
.bannermini-title {
	color: white;
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0px 0px 0px 20px;
}
.bannermini-subtitle {
	color: white;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 5px 0px 0px 22px;
}
.bannermini-button {
	margin: 30px 0px 0px 22px;
}
.footer {
	width: 100%;
	height: 40px;
	background-color: #f2f2f2;
	margin-top: 25px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-direction: row;
	font-family: 'Open Sans', sans-serif;
	position:fixed;
	bottom:0;
}
.footer-link {
	color: black;
	text-decoration: none;
}
.footer-link-first {
	margin: 0px 5px 0px 15px;
}
.footer-link-middle {
	margin: 0px 5px 0px 5px;
}
.footer-link-last {
	margin: 0px 15px 0px 5px; margin-left: auto;
}
.banner-spacing {
	height: 83px;
}
.menu-image-link {
	height: 20px;
}
.menu-spacer {
	width: 100%;
	height: 50px;
}
.footer-spacer {
	width: 100%;
	height: 40px
}
.underline {
	text-decoration: none;
	position: relative;
}

.underline:after {
	position: absolute;
	content: '';
	height: 2px;
	bottom: -5px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.underline-active:after {
	opacity: 1;
}

.underline:hover:after {
	width: 100%;
	opacity: 1;
}

.underline-orange:after {
	background: #FF9800;
}
.underline-blue:after {
	background: #03A9F4;
}
.underline-black:after {
	background: #000000;
}
.underline-white:after {
	background: #ffffff;
}
.cardlite {
	max-width: 480px;
	display:flex;
	flex-direction:row;
	padding: 10px;
}
.cardlite-content {
	display:flex;
	flex-direction:column;
	margin-left: 8px;
}
.cardlite-title {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: fit-content;
	margin-bottom: 6px;
	margin-top: -5px;
	color: black;
}
.cardlite-subtitle {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-left: 1px;
}
.cardlite-container {
	max-width: 1000px;
	
	display:flex;
	flex-wrap: wrap;
}
.singlepage-title {
	font-size: 40px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
}
.singlepage-subtitle {
	font-size: 25px;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
}
.singlepage-icon {
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
.cardlite-image {
	width: 100px;
	height: 100px;
}
.bannermini-href {
	text-decoration: none; 
}
.sr-only {
    font-size: 0;
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}