:root{
	--kfos-prussian-blue: #002b5a;
	--kfos-lavender: #d7e8ff;
	--kfos-cobalt: #0156ab;
	--kfos-denim: #145eb1;
	--kfos-intel-blue: #0f7acb;
	--kfos-flyer-back: #1387bd;
	--black: #000000;
}

html, body {
	height: 100%;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
h1,
h3 {
	margin: 0;
}
.nav-link {
	transition: .3s all;
}
.loader {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: table;
	color: var(--white);
}
.loader > div {
    display: table-cell;
	vertical-align: middle;
}
.btn-kfos {
	background-color: rgba(255,255,255,.1);
	color: var(--white);
	border-color: var(--white);
}
.btn-kfos:hover {
	background-color: rgba(255,255,255);
	color: var(--kfos-cobalt);
	border-color: var(--kfos-cobalt);
}
.btn-outline-kfos {
	background-color: none;
	color: var(--kfos-prussian-blue);
	border-color: var(--kfos-prussian-blue);
}
.btn-outline-kfos:hover {
	background-color: var(--kfos-intel-blue);
	color: var(--white);
	border-color: var(--kfos-intel-blue);
}
.btn-kfos:active,
.btn-outline-kfos:active {
	border-radius: 0;
}
.btn-kfos:focus,
.btn-outline-kfos:focus,
.form-control:focus {
	box-shadow: 0 0 2px 0.2rem rgba(0,164,169,.25);
}
.form-control:focus,
.form-control {
	border-color: var(--white);
    background-color: rgba(255,255,255,.1);
    color: var(--white);
}
.form-control::placeholder {
	color: var(--kfos-lavender);	
}
footer {
	color: var(--white);
	background-color: var(--kfos-lavender);
}
.section {
	color: var(--white);
}
.b-kfos-text .m-kfos-denim {
	color: var(--kfos-denim);
}
.b-kfos-text.m-kfos-capitalize,
.b-kfos-text .m-kfos-capitalize {
	text-transform: uppercase;
}
.b-kfos-text.m-kfos-lowercase,
.b-kfos-text .m-kfos-lowercase {
	text-transform: lowercase;
}
.b-kfos-text .m-kfos-medium-size {
	font-size: 2vw;
}
.b-kfos-text .m-kfos-large-size {
	font-size: 10vw;
}
.b-kfos-text.m-kfos-small-size,
.b-kfos-text .m-kfos-small-size {
	font-size: 1vw;
}
.b-kfos-text .m-kfos-subheader {
	font-size: 2vw;
	letter-spacing: 2.2px;
}
.b-kfos-text.m-kfos-hr:after {
	content: '';
    border-bottom: 3px solid white;
    width: 100%;
    height: 1px;
    display: block;
}
.b-kfos-hr.m-kfos-white {
	background-color: var(--white);
}
.fas.m-font-size-medium {
	font-size: 30px;
}
.fab.m-font-size-small,
.far.m-font-size-small,
.fas.m-font-size-small {
	font-size: calc(100% / 1.5);
}
.b-kfos-card {
	height: 100%;
}
.b-kfos-card.card {
    background: none;
    box-shadow: 2px 4px 3px rgba(0,0,0,.3);
    transition: .3s all;
	background-color: var(--kfos-cobalt);
}
i {
	transition: .3s all;
}
.b-kfos-card.card:hover {
	transform: scale(1.1);
	box-shadow: 2px 8px 25px rgba(0,0,0,.3);
}
.b-kfos-card.card:hover i {
	transform: scale(1.5);
}
.b-kfos-home-screen-menu {
	position: fixed;
    top: 0;
    left: 0;
    font-size: 15px;
    font-family: 'arimo';
}
.b-kfos-home-screen-menu a {
    color: var(--kfos-lavender);
}
.b-kfos-home-screen-menu li {
	align-self-center
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: rgba(255,255,255,.2);
	border-radius: unset;
}
.b-kfos-backgrounds {
	width: 100%;
	height: 100%; 
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s all;
}
.e-backgrounds-lavender {
	background-color: var(--kfos-lavender);
}
.b-kfos-backgrounds.m-backgrounds-prussian-blue {
	background-color: var(--kfos-prussian-blue);
}
.b-kfos-backgrounds.m-backgrounds-flyer-back {
	background-color: var(--kfos-flyer-back);
}
.b-kfos-backgrounds.m-backgrounds-cobalt {
	background-color: var(--kfos-cobalt);
}
.b-kfos-backgrounds.m-backgrounds-denim {
	background-color: var(--kfos-denim);
}
.b-kfos-backgrounds.m-backgrounds-denim {
	background-color: var(--kfos-denim);
}
.b-kfos-backgrounds.m-backgrounds-intel-blue {
	background-color: var(--kfos-intel-blue);
}
.b-kfos-backgrounds.m-backgrounds-lavender {
	background-color: var(--kfos-lavender);
}
.e-kfos-social {
	color: var(--white);
	transition: .3s all;
	font-size: 60px;
}
.e-kfos-social:hover {
	color: var(--white);
}
.e-kfos-social:hover i {
	transform: scale(1.2) rotate(30deg);
}
.b-kfos-arrow-down {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: white;
    animation: bounce 1s infinite alternate;
  	-webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0px);
  }
  45%, 55% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(0px);
  }
  45%, 55% {
    transform: translateY(-15px);
  }
}

.background-logo img {
	margin: 0 auto;
}
@font-face {
    font-family: 'arimo';
    src: url('fonts/arimo.ttf')  format('truetype'); /* Legacy iOS */
}

.mobile-column {
    margin-bottom: 15px;
}

.row.social {
	margin-top: 50px;
}