/* UNIVERSAL ---------------------------------------------------------------- */

html {
	height: 100%;
}

body {
	min-height: 100vh;
	height: 100%;
	background-color: #f6fdfd !important;
	display: flex;
	flex-flow: column;
}

header {
	max-width: 75%;
	padding-top: 5em;
	padding-bottom: 5em;
}

/* LANDING PAGE ------------------------------------------------------------- */

#landingwilly {
	max-height: 90vh;
	vertical-align: middle;
}

.landingwillycontainer {
	white-space: nowrap;
	text-align: center;
	height: 100vh;
}

.landingwillycontainer:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.landingwrapper {
	width: 100%;
}

.hbdwilson {
	font-family: "Chakra Petch";
	font-weight: 600;
	font-size: 4.5em;
	max-width: 8.75em;
	text-align: center;
	margin-bottom: 0.25em;
	color: white;
	text-shadow: -2px -2px 0 #0a2d55, 2px -2px 0 #0a2d55, -2px 2px 0 #0a2d55, 5px 5px 0 #0a2d55;
}

.landingtagline {
	font-family: "VT323";
	color: #061d38;
	max-width: 35em;
	text-align: center;
	margin: auto;
	background-color: rgba(255, 255, 245, 0.9);
	padding: 1em;
	margin-bottom: 2em;
	border-radius: 1em;
}

.landingbuttons {
	font-family: "Raleway";
	text-align: center;
}

.landingbuttons button {
	background-color: #ffffff;
	color: #457eaa;
	font-size: 2em;
	font-weight: 600;
	border-radius: 0.25em;
	border: 2px solid #457eaa;
	box-shadow: #0a2d55 0.25em 0.25em 0 0;
	margin-bottom: 1em;
}

.landingbg {
	background-image: url(assets/landing-bg-blue-check-fade.png);
	background-repeat: repeat;
	background-size: 75em;
}

/*NAV BAR --------------------------------------------------------------------*/

.navbar {
	background-color: #f5eb28;
	font-family: "VT323";
	color: #294c65;
}

.navbar a {
	color: #294c65;
}

.navbar a:hover {
	color: #0a2d55;
}

.navbar-brand {
	font-size: 1.5rem !important;
	letter-spacing: 0.04rem;
	color: #457eaa;
}

.nav-link {
	font-size: 1.25rem;
	letter-spacing: 0.03rem;
	color: #457eaa;
}

.custom-toggler .navbar-toggler {
	border-color: #457eaa;
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(69,126,170, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* SNS PROJECTS PAGE--------------------------------------------------------- */

.snswrapper a {
	color: #2f5774;
}

.snswrapper a:hover {
	color: #0a2d55;
}

.snsimgwrap {
	width: 20em !important;
}

.snsimgwrap img {
	max-width: 20em;
	max-height: 18em;
	margin-bottom: 3em;
}

.snstextwrap {
	max-width: 40em !important;
	text-align: left;
	font-family: "Nunito";
	margin-bottom: 3em;
}

.pagetitle {
	font-family: "Chakra Petch";
	font-size: 4em;
	font-weight: 600;
}

.snstitle {
	font-family: "Chakra Petch";
}

.snslink {
	font-family: "VT323";
	font-size: 1.25em;
}

.chibi1 img {
	max-width: 12em;
	position: absolute;
	right: 5em;
	top: 50%;
}

/* FIRST STEPS PAGE --------------------------------------------------------- */

/* #first-steps-carousel img {
	margin: auto;
	max-height: calc(100vh - 3.9em);
	max-width: 100vw;
	vertical-align: middle;
}

#first-steps-carousel {
	margin: auto;
	width: 100%;
	height: calc(100vh - 3.9em);
}

.carousel-inner {
	width: 100%;
	height: calc(100vh - 3.9em);
}

.imgwrap {
	width: 100%;
	height: calc(100vh - 3.9em);
	white-space: nowrap;
	text-align: center;
}

.imgwrap:before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: "";
} */

.first-steps-text {
	width: 100vw;
}

.first-steps-title {
	text-align: center;
	color: #ffffff;
	font-family: "Chakra Petch";
	font-weight: 600;
	font-size: 4em;
	width: 80%;
	margin: auto;
}

.first-steps-bodytext {
	text-align: center;
	color: #ffffff;
	font-family: "Nunito";
	width: 80%;
	margin: auto;
}

.first-steps-body {
	background-color: #061d38 !important;
}

.first-steps-caption {
	color: #ffffff;
}

.first-steps-credit {
	font-weight: 600;
	font-family: "Chakra Petch";
	color: #f5eb28;
}

/*OWL CAROUSEL*/

.owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 10px;
	opacity: 1;
	font-size: 50px !important;
	z-index: 1;
	height: 1.6em;
	width: 1em;
}

.owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	opacity: 1;
	font-size: 50px !important;
	z-index: 1;
	height: 1.6em;
	width: 1em;
}

.owl-nav span {
	position: relative;
	bottom: 0.1em;
}

.owl-carousel .owl-item {
	vertical-align: middle;
}

.owl-carousel .owl-item img {
	display: block;
	margin: auto;
	max-height: calc(100vh - 10.25rem);
	max-width: 100vw;
}

.owl-carousel .owl-item p {
	text-align: center;
	font-family: "Nunito";
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #f5eb28;
}

/* WORLDWIDE WILLY ---------------------------------------------------------- */

.tagline {
	font-family: "Nunito";
	max-width: 50em;
	margin: auto;
}

.worldwide-container img {
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.worldwide-container .col {
	margin: 1em;
}

#chibi4 {
	max-height: 9em;
	position: absolute;
	left: 4em;
}

#chibi5 {
	max-height: 7em;
	position: absolute;
	right: 4em;
}

/* CREDITS ------------------------------------------------------------------ */

#creditsimg {
	max-width: 100%;
	border-bottom:.5em dotted #f5eb28
}

.credits-container {
	font-family: "Nunito";
	max-width: 50em !important;
}

.credits-container a {
	color: #0a2d55;
}

.credits-container a:hover {
	color: #061d38;
}

.credits-container .row img {
	width: 7em;
	border-radius: 7em;
}

.credits-container p {
	font-weight: 800;
}

.credits-container h2 {
	font-family: "VT323";
}

.credits-container .col-sm {
	margin-bottom: 3em !important;
}

.chibi2 {
	max-width: 12em;
	position: absolute;
	left: 5em;
}

.chibi3 {
	max-width: 10em;
	position: absolute;
	right: 5em;
	margin-top: -20em;
}

.chibiholder {
	text-align: center;
}

/* MOBILE OPTIMIZATION ------------------------------------------------------ */

@media (max-width: 1000px) {
	header {
		max-width: 90%;
		padding-top: 3em;
		padding-bottom: 3em;
	}

	/* LANDING PAGE */
	#landingwilly {
		max-width: 100% !important;
		max-height: 90% !important;
	}

	.landingwillycontainer {
		max-height: 90vh !important;
	}

	.hbdwilson {
		font-size: 4em;
		max-width: 100%;
	}

	.landingbuttons {
		font-size: 0.75em;
		margin-bottom: 5em !important;
	}

	.landingtextcontainer,
	.landingwillycontainer {
		max-width: 100% !important;
	}

	/* SNS PAGE */
	.snstextwrap,
	.snsimgwrap {
		max-width: 100% !important;
	}

	.snsimgwrap img {
		max-width: 100% !important;
	}

	.pagetitle {
		font-size: 3em;
	}

	.chibi1 {
		position: relative;
		margin: auto;
	}

	.snswrapper {
		margin-bottom: 14em !important;
	}

	/* FIRST STEPS */

	.first-steps-title {
		font-size: 2em;
	}

	/* WILLY WORLDWIDE */

	#chibi4,
	#chibi5 {
		position: static;
	}

	/* CREDITS */

	.chibi2,
	.chibi3 {
		position: static;
		margin: auto;
		display: inline-block;
		text-align: center;
		margin-bottom: 3em;
	}
}
