@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
	text-aligh: center;
}

body {
	background-color: black;
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

/* aside {
	background-image: url("../images/background_sabrina_lake_kc.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}*/

.container {
	position: relative;
	cisplay: flex;
	background-color: black;
	min-height: 100vh;
}

main {
	width: 100vw;
	height: auto;
}

.acumin-pro {
	font-family: "acumin-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.acumin-pro-bold {
	font-family: "acumin-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.airborne_gpbold {
	font-family: 'airborne_gpbold';
}

header {
	text-align: left;
	position: relative;
	width: 100%;
	/*height: 75px;*/
	min-height: 6vh;
	/*z-index: 1000;*/
	display: flex;
	padding: 0px 2px;
}

.KC-logo {
	position: absolute;
	width: 18%;
	top: 20px;
	left: 30px;
	display: flex;
}

h1 {
	position: absolute;
	top: -66px;
	left: 0px;
	margin: 0 px;
	font-weight: bold;
	font-size: 2.5rem;
	display: block;
	font-family: "airborne_gpbold";
    font-style: normal;
}

nav {
	position: absolute;
	right: 10px;
	top: 25px;
	font-weight: bold;
	font-size: 1.25rem;
}

nav ul {
	list-style-type: none;
	list-style-image: none;
	display: flex;
	justify-content: flex-end;
	margin: 0px;
}

nav ul li {
	position: relative;
}

nav ul li a {
	color: white;
	text-decoration: none;
	padding: 75px;
}

nav ul li a:hover {
	color: rgba(192,188,250,1.00);
}

section {
	margin: 0px auto;
	/* padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2rem;*/
	display: flex;
	min-height: 88vh;
}

.background {
	background-image: url("../images/background_sabrina_lake_kc.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	display: flex;
	/*flex-direction: column;
	justify-content: center;*/
	/*min-height: 88vh;*/
}

img {
	width: 100%;	
	height: auto;
}

/*.flex-demo {
	background-color: aqua;
	padding: 20px;
	margon-bottom: 60px;
	position:absolute;
	top: 50%;
}*/

.square {
	width: 950px;
	height: 250px;
	margin: 20px;
	background-color:rgba(0,0,0,0.35);
	position: absolute;
	top: 37%;
	left: 29%;
	display: flex;
}

h2 {
	position: absolute;
	top: 38%;
	left: 30%;
	text-align: center;
	display: flex;
	font-size: 3.8rem;
	font-style: bold;
	line-height: 5rem;
	width: 36vw;
	margin: 0 auto;
	align-items: center;
	justify-content: flex-end;
	font-family: "acumin-pro", sans-serif;
	font-weight: 700;
}

h4 {
	position: absolute;
	top: 50%;
	left: 61%;
	text-align: center;
	display: flex;
	font-size: 1.5rem;
	font-style: bold;
	line-height: 1rem;
	width: 45vw;
	margin: 0 auto;
	align-items: center;
}

p1 {
	position: absolute;
	right: 30px;
	bottom: 125px;
	font-size: 1rem;
	line-height: 2rem;
	text-align: right;
	width: 15vw;
}

p2 {
	position: absolute;
	right: 30px;
	bottom: 100px;
	font-size: 1.25rem;
	line-height: 0rem;
	text-align: right;
	width: 25vw;
}

/* p {
	color: white;
	position: absolute;
	bottom: 100px;
	right: 25px;
	text-align: right;
	font-size: .85rem;
	line-height: 2rem;
	width: 25vw;
	margin: 0px auto;
	display: block;
	align-items: right;
}*/
/* .quote p {
	text-align: center;
	font-size: 4rem;
	font-style: bold;
} */

footer {
	text-align: right;
	position: relative;
	width: 100%;
	height: 6vh;
	/*z-index: 100000;*/
	padding: 0px 2px;
	padding-left: 70px;
}

footer p3 {
	position: relative;
	right: 120px;
	bottom: -5px;
	font-size: 1.20rem;
	line-height: .25rem;
	text-align: right;
}

footer p {
	position: relative;
	right: 120px;
	bottom: 0px;
	font-size: .75rem;
	line-height: .5rem;
	text-align: right;
}

footer img {
	width:175%;
	height: auto;
}

.logo {
	position: absolute;
	width:100px;
	left: 30px;
	bottom: 20px;
}

.copyright {
	position: absolute;
	left: 150px;
	bottom: 5px;
}

footer div p {
	position: relative;
	right: 120px;
	bottom: -5px;
	font-size: .62rem;
	line-height: .5rem;
	text-align: right;
}

@font-face {
    font-family: 'airborne_gpbold';
    src: url('../images/airborne_gp-webfont.woff2') format('woff2'),
         url('../images/airborne_gp-webfont.woff"woff');
    font-weight: normal;
    font-style: normal;
}