@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Urbanist:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/* Table of Content
==================================================
	#Site Variables
	#Site Styles
	#UIKit Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	

/* #Site Variables
================================================== */
:root {
  --primary: #201F59;
  --secondary: #A97C50;
  --light: #EEEFF5;
  --dark: #000000;
  --white: #ffffff;
  --text: #000000;
  --navigation: #ffffff;
  
  --primary-font: 'Urbanist', sans-serif;
  --secondary-font: 'Fjalla One', sans-serif;
}


/* #Site Styles
================================================== */
*				{ outline:none; }
html, body		{ color:var(--text); font-size:16px; font-weight:500; font-family:var(--primary-font); line-height:1.5rem; }

.aligncenter 	{ text-align:center; }
.alignleft		{ text-align:left; }
.alignright		{ text-align:right; }
	img.aligncenter { float:none; display:block; margin:0 auto 15px; }
	img.alignleft	{ float:left; margin-right:15px; }
	img.alignright	{ float:right; margin-left:15px; }

.w900 			{ font-weight:900; }
.w800				{ font-weight:800; }
.w700				{ font-weight:700; }
.w600				{ font-weight:600; }
.w500				{ font-weight:500; }
.w400				{ font-weight:400; }
.w300				{ font-weight:300; }
.w200				{ font-weight:200; }
.w100				{ font-weight:100; }

.font6			{ font-size:0.625em; }
.font7			{ font-size:0.750em; }
.font8			{ font-size:0.875em; }
.font10			{ font-size:1.0em; }
.font12			{ font-size:1.2em; }
.font15			{ font-size:1.5em; }
.font18			{ font-size:1.8em; }
.font20			{ font-size:2.0em; }
.font25			{ font-size:2.5em; }
.font30			{ font-size:3.0em; }
.font35			{ font-size:3.5em; }
.font40			{ font-size:4.0em; }
.font45			{ font-size:4.5em; }

.s1				{ letter-spacing:1px; }
.s2				{ letter-spacing:2px; }
.s3				{ letter-spacing:3px; }
.s4				{ letter-spacing:4px; }
.s5				{ letter-spacing:5px; }
.s6				{ letter-spacing:6px; }
.s7				{ letter-spacing:7px; }
.s8				{ letter-spacing:8px; }

.lh0			{ line-height:1em; }
.lh1			{ line-height:1.1em; }
.lh2			{ line-height:1.2em; }
.lh3			{ line-height:1.3em; }
.lh4			{ line-height:1.4em; }
.lh5			{ line-height:1.5em; }
.lh8			{ line-height:1.8em; }
.lh20			{ line-height:2.0em; }
.lh25			{ line-height:2.5em; }

h1, h2, h3, h4, .uk-h1, .uk-h2, .uk-h3, .uk-h4	{ font-family:var(--secondary-font); color:inherit; line-height:1em; font-weight:100; line-height:1.2em; }

h1, .uk-h1				{ font-size:4.250em; text-transform:uppercase; }
h2, .uk-h2				{ font-size:3.250em; text-transform:uppercase; }
h3, .uk-h3				{ font-size:1.625em; }
h4, .uk-h4				{ font-size:1.000em; }
h5, .uk-h5				{ font-size:0.775em; }


b, strong, .uk-text-bold	{ font-weight:800; }

a, .uk-link		{ color:var(--primary); }
	a:hover, .uk-link:hover { color:inherit; text-decoration:underline; }

.font-secondary { font-family:var(--secondary-font); }

blockquote { padding:0 5%; }
	blockquote p { font-size:1.75em; font-style:italic; font-weight:300; line-height:1.3em; }
	blockquote cite { display: block; font-style:normal; font-size:1.3rem; line-height:1.2em; margin-top:25px; }

input[type="submit"] { background:var(--primary); min-width: 200px; cursor: pointer; color:var(--white); font-size:1.25em; font-family:var(--primary-font); padding:5px 25px; border-radius:25px; border:0; outline:0; }
	input[type="submit"]:hover { background:var(--dark); color:var(--white); }

/* #UIKit Styles
================================================== */
.uk-container-alt	{ padding:0 3%; }

.uk-text-light		{ color:var(--light) !important; }
.uk-text-dark 		{ color:var(--dark) !important; }
.uk-text-contrast	{ color:var(--white) !important; }

.uk-background-primary, .uk-section-primary { color:var(--white); }
.uk-background-dark, .uk-section-dark { background-color:var(--dark); color:var(--white) !important; }
.uk-background-muted, .uk-section-muted { background-color:var(--light); }

.uk-overlay-primary { background-color:rgba(0,0,0,0.4); }

.uk-button { background:var(--dark); color:var(--white); text-transform:inherit; font-family:var(--primary-font); font-size:1.25em; position:relative; padding:5px 50px; min-width:200px; border-radius:25px; }
		.uk-button-primary { background:var(--primary); }
		.uk-button-primary:hover { background:var(--dark); }


		.uk-button-alt { border:2px solid var(--primary); color:var(--primary); background:none; }
		.uk-button-alt:hover { background:var(--primary); color:var(--white); }


.uk-input { background:var(--light); height:50px; padding:15px 25px; border-radius:25px; }


/* #Page Styles
================================================== */
.header { position:absolute; top:0; left:0; z-index:9999; background:none; width:100%; }
	.header .uk-subnav>li { margin:0; }
	.header .uk-subnav>li>a { color:var(--primary); font-size:1.25em; text-transform:inherit; padding:10px 25px; border-radius:25px; }
	.header .uk-subnav>li>a:hover { background:var(--primary); color:var(--white); }

.hero {}
	.hero .hero-overlay { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%); }
	.hero .white-overlay { background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); position:absolute; top:0; left:0; width:100%; height:100px; }

.icon { max-height:100px; }

.steps { background:var(--light); border-radius:10px; list-style:none; margin:0; padding:0; display:flex; }
	.steps li { display:block; width:33.33%; box-sizing:border-box; padding:25px 50px; color:var(--primary); font-size:1.15em; position:relative; }
	.steps li:before  { content: ''; display: block; position:absolute; top:-15%; right: 0; background:var(--white); width:12px; height:72%; transform:rotate(-30deg); }
	.steps li:after  { content: ''; display: block; position:absolute; bottom:-15%; right: 0; background:var(--white); width:12px; height:72%; transform:rotate(30deg); }

	.steps li:last-child:before, .steps li:last-child:after { display:none; }

.text-shadow { text-shadow:0 4px 12px rgba(0,0,0,.15); }

.photo-box { position: relative; padding:0 15px 15px 0; }
	.photo-box:after { content:''; display:block; position:absolute; width:calc(100% - 15px); height:calc(100% - 15px); box-sizing:border-box; bottom:0; right:0; border:4px solid var(--primary); }

/* #Media Queries
================================================== */
	@media only screen and (max-width: 1220px) {
		h1 { font-size:3.500em; }
		h2 { font-size:2.150em; }
		h3 { font-size:1.625em; }
		h4 { font-size:1.000em; }
		h5 { font-size:0.775em; }

		.uk-text-large { font-size:1.25em; }

	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		h1 { font-size:2.50em; }
		h2 { font-size:2.00em; }
		h3 { font-size:1.50em; }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		h1 { font-size:2.25em; }
		h2 { font-size:1.8em; }
		h3 { font-size:1.4em; }

		.uk-button { padding:5px 25px; font-size:1em; }

		.header { position:static; }
			.header .logo { width:125px; }
			.header .uk-button { padding:5px 10px; font-size:.75em; height:30px; line-height:1.5em; font-weight:700; min-width:auto; }

		.photo-box canvas { height:250px; }

		.steps { display:block; background:none; }
			.steps li { margin:10px 0; width:100%; background:var(--light); border-radius:10px; padding:25px;  }
			.steps li:before, .steps li:after { display:none; background:none; width:auto; height:auto; transform:rotate(0); }
			.steps li:after { display:inline-block; content:'\f13a'; position:absolute; width:28px; height: 25px; background:#fff; border-radius: 50%; z-index: 2; color:var(--secondary); text-align: center; bottom:-17px; left:0; right:0; margin: 0 auto; font-family: "Font Awesome 5 Pro"; font-weight: 900 }
	
		.footer {}
			.footer .logo { width:125px; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/