* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.cff-purple {
	color: #490A3D;
	background-color: #490A3D;
}

.cff-red {
	color: #BD1550;
	background-color: #BD1550;
}

.cff-blue {
	color: #194f83;
	background-color: #194f83;
}

.cff-yellow {
	color: #F8CA00;
	background-color: #F8CA00;
}

.cff-green{
	color: #689b0f;
	background-color: #689b0f;
}

body {
	font-family: 'Quicksand', sans-serif;
	background-color: #00253c;
}
body.scrolled  #nav-container {
	height: 50px;
	transition: .3s;
	background: #490A3D;
}
body.scrolled #nav-container .logo img {
	height: 40px;
	transition: .3s;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #446;
}
p {
	padding-bottom: 1em;
}
p:last-child {
	padding-bottom: 0;
}
.copy h1 {
	text-align: center;
	padding-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-family: 'Jost',sans-serif;
	font-weight: 400;
	line-height: 1.3em;
}
#header-img-container {
	position: relative;
}
#header-img {
	position: relative;
	height: 100vmin;
	min-height: 400px;
	background: url("/images/wtxcaDIdOCM-crop.jpg");
	background-size: cover;
	background-position: 30% 45%;
}
@supports (-webkit-touch-callout: none) {
  #header-img {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
#header-img-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(30,20,10,.2);	
}
#header-img-overlay-text {
	background: rgba(0,0,0,.5);
	background: #194f83dd;
	padding: 2em;
	position: absolute;
	top: 150px;
	right: 4%;
	color: #fff;
	width: 29%;
	max-width: 480px;
	text-shadow: 0 0 9px #000;
}
#header-img-overlay-text .title {
	font-size: 2.9vh;
	font-size: clamp(1em, 1.5vw, 24px);
	padding-bottom: .5em;
	line-height: 1.7em;
	
}
#header-img-overlay-text .copy {
	line-height: 1.6em;
}
#nav-container {
	transition: .2s;
	background: rgba(255,255,255,.6);
	background: #490A3D;
	background: rgba(73,10,61,.9);
	height: 90px;
	color: #490A3D;
	position: fixed;
	width: 100%;
	z-index:10;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#nav-container .logo {
	flex-grow: 3;
	-webkit-flex-grow: 3;
	padding-left: 1em;
}
#nav-container .logo img {
	transition: .2s;
	height: 66px;
	vertical-align: middle;
	
}
nav {
	font-family: 'Jost', sans-serif;
	justify-content: flex-end;
	padding-right: 1em;
	font-size: .8em;
	letter-spacing: .2em;
	flex-grow: 1;
	display: flex;
	
}
nav > div {
	padding: 0 1em;
	color: #fff;
	text-transform: uppercase;
}
nav a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0);
	transition: .3s;
}

nav a:hover {
	border-bottom: 1px solid #ddd;
}
.textblock {
	padding: 0 1em;
}
.textblock .copy {
	max-width: 880px;
	margin: 0 auto;
	padding: 3em 0;
	line-height: 1.8em;
	font-size: 1.3em;
}


.image-trio {
	display: flex;
	height: 39vh;
	min-height: 300px;
	max-height: 500px;
	max-width: 1800px;
	margin: 0 auto;
}
.image-trio > div.image {
	flex: 1 1 0;
	margin: .5em;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	
}

.form {
	display: flex;
	background-color: #eeeeee;
	padding: 2em;
	width: 80vw;
	max-width: 880px;
	margin: 0 auto;
	margin-bottom: 2em;
	font-family: "Jost";
}
.form .copy {
	width: 30%;
	padding-right: 2em;
}
.form .copy h2 {
	padding-bottom: 1em;
}
.form form {
	flex-grow: 1;
}
.form form input {
	width: 100%;
	padding: .5em;
	margin-bottom: 1em;
}
.form form textarea {
	width: 100%;
	padding: .5em;
	
}
.form .message {
	padding-bottom: 1em;
}
.form #create_message {
	width: auto;
	border: 1px solid #ddd;
	padding: 1em;
	color: #fff;
	background-color: #0C0;
	transition: .2s;
}
.form #create_message:hover {
	width: auto;
	background-color: #090;
	color: #fff;
	border: 1px solid #ddd;
}
.form #_send {
	cursor: not-allowed;
}

.form .stealth {
	display: none;
}

#footer {
	text-align: center;
	font-size: .8em;
	background-color: #194f83;
	background-color: #00253c;
	padding: 1em 2em;
	color: #fff;
}
ul#colortest {
	height: 10px;
	font-size: 0px;
}

ul#colortest li {
	height: 10px;
	display: inline-block;
	width: 20%;
	list-style-type: none;

}

@media (max-width: 990px) {
	

	#header-img {
	 	iiheight: 70vw;
		iimin-height: 0;
		background-position: 30% 60%;
	}

	#header-img-overlay-text {
		position: absolute;
		width: 100%;
		max-width: none;
		color: #fff;
		background-color: #194f83;
		padding: 1em;
		bottom: 0;
		right: 0; /* override the right position from desktop mode */
		top: auto;

	}
	#footer {
		font-size: .7em;
		background-color: #00253c;
	.form {
		flex-direction: column;
	}
	.form .copy {
		width: auto;
		padding-right: 0;
		margin-bottom: 2em;
	}
	.image-trio {
		height: 24vh;
		min-height: 200px;
		max-width: 1800px;
	}
}



@media (max-width: 768px) {
	
	#nav-container {
		position: static;
	}
	
	#header-img {
	 	height: 44vw;
		min-height: 0;
		background-position: 30% 60%;
	}

	#header-img-overlay-text {
		position: static;
		width: 100%;
		max-width: none;
		color: #fff;
		background-color: #194f83;
		padding: 2em;
		bottom: 0;
		right: 0; /* override the right position from desktop mode */
		top: auto;

	}
	#footer {
		font-size: .7em;
		background-color: #00253c;
	.form {
		flex-direction: column;
	}
	.form .copy {
		width: auto;
		padding-right: 0;
		margin-bottom: 2em;
	}
	.image-trio {
		height: 24vh;
		min-height: 200px;
		max-width: 1800px;
	}
}




@media (max-width: 600px) {
	#header-img {
	 	height: 80vw;
	}
	#header-img-overlay-text {
		padding: 2em 2em 5em 2em;
	}
	
	.image-trio {
		flex-direction: column;
		height: 80vh;
		max-height: none;	
	}
	.form {
		width: auto;
		margin: 0 1em 2em 1em;
	}
}
	
	