/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/*********************
 BOX-SIZING
*********************/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {box-sizing: inherit;}

html {box-sizing: border-box;}

*, 
*::before, 
*::after {
	box-sizing: border-box;
}

:root {
	/* Layout */
	--section-width: 92%;
	--content-max-width: 1200px;
	--hero-max-width: 1240px;
	--form-max-width: 640px;
	--sign-width: 653px;
	--sign-height: 536px;
	--sign-aspect-ratio: 653 / 536;
	--card-w: 520px;
	--card-h: 320px;
	--card-aspect-ratio: 520 / 320;
	--card-radius: 12px;

	/* Brand and interface colors */
	--page-bg: #f9ecd2;
	--text-color: #021254;
	--accent: #00bfb3;
	--accent-dark: #265b8d;
	--button-start: #ff512f;
	--button-mid: #dd2476;
	--card-bg: #081627;
	--panel-bg: #ebf5eb;
	--footer-text-color: #ccd5db;
	--white: #fff;
}

body {
	font-family: "Commissioner", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	background: var(--page-bg) url("images/bg-img.jpg") no-repeat 50% 0 / 100% auto;
	min-height: 100vh;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	/*padding: 32px;*/
	color: var(--text-color);
	overflow-x: hidden;
}

/*********************
 ACCESSIBILITY
*********************/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.screen-reader-only-text {
	position:absolute;
	left:-999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {outline: 0;}

/*********************
 TYPOGRAPHY
*********************/

h1, h2, h3, h4, h5 {
	font-family: "Luckiest Guy", cursive;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}

h2 {
	font-size: 3.75rem;
}

h3 {
	font-size: 2.25rem;
}


p {
	margin: 1rem 0;
	line-height: 1.5;
}

/*********************
 BUTTON STYLES
*********************/

.btn {
	background-image: linear-gradient(to right, var(--button-start) 0%, var(--button-mid) 51%, var(--button-start) 100%);
	margin: 2rem auto 0;
	padding: 1rem 1rem;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: var(--white);
	font-weight: 600;
	text-shadow: 1px 2px 5px rgba(0,0,0,0.4);
	text-decoration: none;
	border-radius: .25rem;
	display: inline-block;
	outline: none;
	border-top: 2px solid rgba(255,255,255,.25);
	border-right: 2px solid rgba(255,255,255,.25);
	border-bottom: 2px solid rgba(0,0,0,.25);
	border-left: 2px solid rgba(0,0,0,.25);
	min-width: 200px;
	cursor: pointer;
	white-space: nowrap;
}

.btn:hover {
	background-position: right center;
	border-top: 2px solid rgba(0,0,0,.25);
	border-right: 2px solid rgba(0,0,0,.25);
	border-bottom: 2px solid rgba(255,255,255,.25);
	border-left: 2px solid rgba(255,255,255,.25);
	color: var(--white);
	text-shadow: none;
	text-decoration: none;
}

/*********************
 SECTION STYLES
*********************/

#header #inner-header,
#footer #inner-footer,
.section .inner-section {
	width: var(--section-width);
	max-width: var(--content-max-width);
	margin: 0 auto;
}

.section .inner-section {padding:3rem 0;}

.section .inner-section .section-heading {
	margin:0 auto 2rem;
	text-align:center;
}

.section-group {}

.section-group-inner {}

/*********************
 HERO BANNER
*********************/

#hero-banner {}

#hero-banner .inner-hero-banner {
	width: var(--section-width);
	max-width: var(--hero-max-width);
	margin: 0 auto;
}

/* Heading */
#hero-banner .inner-hero-banner h1.hero-heading {
	text-align: center;
	margin:2rem;
}

#hero-banner .inner-hero-banner h1.hero-heading img.hero-heading-image {
	max-width:100%;
	height: auto;
}


/* Sign-up Form */
#hero-banner .inner-hero-banner .sign-up-form {
	margin: 2rem auto;
	max-width: var(--form-max-width);
}

#hero-banner .inner-hero-banner .sign-up-form form#gate {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	width: 100%;
	margin: 0 0 12px;
}

#hero-banner .inner-hero-banner .sign-up-form form#gate input[type="text"],
#hero-banner .inner-hero-banner .sign-up-form form#gate input[type="email"] {
	min-width: 0;
	width: 100%;
	padding: 12px 14px;
	border: 2px solid var(--text-color);
	border-radius: 8px;
	background: var(--white);
	color: var(--text-color);
	font-size: 16px;
	outline: none;
}

#hero-banner .inner-hero-banner .sign-up-form form#gate input::placeholder {
	color: rgba(2, 18, 84, 0.75);
}

#hero-banner .inner-hero-banner .sign-up-form form#gate button#playBtn.btn {
	margin: 0;
	min-width: auto;
	font-size: .875rem;
	padding: .75rem;
}


#hero-banner .inner-hero-banner .sign-up-form form#gate .hp-field {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	top: auto !important;
	overflow: hidden !important;
}

#hero-banner .inner-hero-banner .sign-up-form form#gate input:disabled,
#hero-banner .inner-hero-banner .sign-up-form form#gate button:disabled {
	cursor: not-allowed;
	opacity: .65;
}

#hero-banner .inner-hero-banner .sign-up-form .gate-msg {
	margin: 4px 0 14px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	
}

#hero-banner .inner-hero-banner .sign-up-form .gate-msg.success {
	color: #075747;
}

#hero-banner .inner-hero-banner .sign-up-form .gate-msg.error {
	color: #f70167;
}

#hero-banner .inner-hero-banner .sign-up-form .gate-msg.info {
	color: var(--text-color);
}


/* Miles & Sign */
#hero-banner .inner-hero-banner .miles-and-sign {
	position: relative;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}

#hero-banner .inner-hero-banner .miles-and-sign .miles-image {
	position: absolute;
	right: auto;
	bottom: -10%;
	left: -15%;
	/*z-index: 1;*/
	z-index: 2;
	/*display: block;*/
	display: none;
	/*width: clamp(260px, 72vw, 540px);*/
	width: clamp(200px, 50vw, 540px);
	max-width: none;
	height: auto;
	pointer-events: none;
	user-select: none;
}

#hero-banner .inner-hero-banner .miles-and-sign .sign {
	position: relative;
	/*z-index: 2;*/
	/*z-index: 1;*/
	width: min(90%, var(--sign-width));
	aspect-ratio: var(--sign-aspect-ratio);
	margin: 0 auto;
	background: url("images/sign.png") no-repeat 50% 50% / 100% 100%;
}

/* The card opening inside the sign artwork is 520 × 320. */
#hero-banner .inner-hero-banner .miles-and-sign .stage {
	position: absolute;
	top: 8%;
	left: 10.5%;
	width: 80%;
	height: auto;
	aspect-ratio: var(--card-aspect-ratio);
	border-radius: clamp(7px, 1.2vw, var(--card-radius));
	box-shadow: 1px 1px 23px 8px rgba(0,0,0,0.75) inset;
}

#hero-banner .inner-hero-banner .miles-and-sign .stage .card {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: clamp(7px, 1.2vw, var(--card-radius));
	background: var(--card-bg);
	box-shadow: rgba(0, 0, 0, 0.33) 0 3px 3px 0;
	
}

#hero-banner .inner-hero-banner .miles-and-sign .stage .card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 4;
	border-radius: inherit;
	box-shadow: 1px 1px 50px 8px rgba(0, 0, 0, 0.33) inset;
	pointer-events: none;
}

#hero-banner .inner-hero-banner .miles-and-sign .stage .card .reveal {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(3px, 1.5vw, 12px);
	padding: clamp(8px, 2vw, 18px);
	text-align: center;
}

#hero-banner .inner-hero-banner .miles-and-sign .stage .card .reveal .label {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--white);
	opacity: 0.9;
}

#hero-banner .inner-hero-banner .miles-and-sign .stage .card .reveal .prize {
	color: var(--accent);
	font-size: clamp(32px, 6.5vw, 68px);
	font-weight: 800;
	text-shadow: 0 2px 18px rgba(0, 191, 179, 0.18);
}

#hero-banner .inner-hero-banner .miles-and-sign .stage .card .reveal .coupon {
	padding: clamp(7px, 1.2vw, 10px) clamp(10px, 1.8vw, 16px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.05);
	font-family: "Courier New", Courier, monospace;
	font-size: clamp(17px, 2.6vw, 24px);
	letter-spacing: 0.5px;
	color: var(--white);
}

#hero-banner .inner-hero-banner .miles-and-sign .stage .card .reveal .expiry {
	margin-top: 4px;
	font-size: clamp(12px, calc(1vw - 0.4px), 16px);
	color: var(--white);
	opacity: 0.85;
}

/* Scratch */
#hero-banner .inner-hero-banner .miles-and-sign .stage .card canvas.scratch {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	cursor: crosshair;
	touch-action: none;
}

/* Viewport overlays */
canvas.confetti,
canvas.debris {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}


/* How to Play */
#hero-banner .inner-hero-banner #how-to-play {
	width: var(--section-width);
	max-width: var(--hero-max-width);
	margin: 3rem auto 0;
	border-radius: 1rem;
	box-shadow: rgba(0, 0, 0, 0.15) 0 3px 3px 0;
}

#hero-banner .inner-hero-banner #how-to-play .how-to-play-top {
	padding: 1rem 0;
	border-radius: 1rem 1rem 0 0;
	background: linear-gradient(90deg, var(--accent-dark) 0%, var(--accent) 100%);
	text-align: center;
}

#hero-banner .inner-hero-banner #how-to-play .how-to-play-top h2 {
	display: block;
	margin: 0;
	color: var(--white);
	font-size: 3rem;

	text-shadow:
		-2px -2px 0 var(--text-color),
		 0    -2px 0 var(--text-color),
		 2px  -2px 0 var(--text-color),
		 2px   0   0 var(--text-color),
		 2px   2px 0 var(--text-color),
		 0     2px 0 var(--text-color),
		-2px   2px 0 var(--text-color),
		-2px   0   0 var(--text-color),
		-4px   4px 0 rgba(2, 18, 64, 1);

	-webkit-text-stroke: 2px var(--text-color);
	paint-order: stroke fill;
}

#hero-banner .inner-hero-banner #how-to-play .how-to-play-steps {
	padding-bottom: 1rem;
	background: var(--panel-bg);
}

#hero-banner .inner-hero-banner #how-to-play .how-to-play-step {
	padding: 2rem;
	text-align: center;
}

#hero-banner .inner-hero-banner #how-to-play .how-to-play-step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 0.75rem;
	border-radius: 50%;
	background: var(--text-color);
	color: var(--panel-bg);
	/*font-family: "Luckiest Guy", cursive;*/
	font-size: 1.875rem;
	font-weight: 900;
	font-style: normal;
}

#hero-banner .inner-hero-banner #how-to-play .how-to-play-step-heading {
	margin: 0;
	font-family: "Commissioner", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	font-style: normal;
}

#hero-banner .inner-hero-banner #how-to-play .how-to-play-step-text {
	margin: 0.75rem 0 0;
}

#hero-banner .inner-hero-banner #how-to-play .how-to-play-step-sep {
	display: block;
	width: 75%;
	height: 2px;
	margin: 0 auto;
	background: var(--text-color);
	opacity: 0.125;
}

#hero-banner .inner-hero-banner #how-to-play .disclaimer {
	display: block;
	border-radius: 0 0 1rem 1rem;
	background: var(--panel-bg);
	font-size: .75rem;
	padding: .5rem 1.75rem 1.5rem;
	text-align: center;
	line-height: 1.5;
	color: color-mix(in srgb, var(--text-color) 70%, transparent);
}


/*********************
 SERVICES STYLES
*********************/

#services-section {}

#services-section #inner-services-section {}

#services-section #inner-services-section .intro-text {text-align:center;}

#services-section #inner-services-section #services {margin-top:3rem;}

#services-section #inner-services-section #services .service {
	text-align:center;
	padding:2rem;
	padding-top:1.5rem;
}

#services-section #inner-services-section #services .service h3 {margin:0;}

#services-section #inner-services-section #services .service .service-icon {
	margin:0 auto 1rem;
	width:180px;
	height:180px;
	display:flex;
	align-items:center;
	justify-content:center;
}

#services-section #inner-services-section #services .service .service-icon img {}

#services-section #inner-services-section #services .service p {margin-top:.5rem;}

#services-section #inner-services-section #services .service .button {}


/*********************
 FOOTER STYLES
*********************/

#footer {
	padding-top: 4rem;
	position: relative;
	color: var(--footer-text-color);
	text-align: center;
	background:url("images/footer_bg.jpg") no-repeat 50% 100% / cover;
	overflow: hidden;
}

#footer .footer-cap {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0;
	top: 0;
}

#footer .about-section {
	padding-bottom:2rem;
	position:relative;
	z-index:100;
}

#footer .about-section .section-heading {}

#footer #inner-footer #footer-top {
	border-top:1px solid rgba(255, 255, 255, .25);
	padding:1rem 0;
}

#footer #inner-footer {
	position:relative;
	z-index:100;
}

#footer #inner-footer,
#footer #inner-footer p,
#footer #inner-footer a {font-size:.75rem;}

#footer #inner-footer a {
	color: var(--white);
	text-decoration:none;
}

#footer #inner-footer a:hover,
#footer #inner-footer a:focus {color: var(--button-mid);}

#footer #inner-footer #footer-top #footer-logo {}

#footer #inner-footer #footer-top #footer-logo a {}

#footer #inner-footer #footer-top #footer-logo a img {max-width:250px;}

#footer #inner-footer #footer-top #footer-links {}

#footer #inner-footer #footer-top #footer-links .footer-link {
	text-align:center;
	display:block;
}

#footer #inner-footer #footer-top #footer-links .footer-link a {
	display:inline-block;
	padding:.75rem 0;
	opacity:.8;
}

#footer #inner-footer #footer-top #footer-links .footer-link a:hover,
#footer #inner-footer #footer-top #footer-links .footer-link a:focus {opacity:1;}

#footer #inner-footer #footer-bottom {
	border-top:1px solid rgba(255, 255, 255, .25);
	padding-top:1rem;
}

#footer #inner-footer #footer-bottom #social-links {}

#footer #inner-footer #footer-bottom #social-links .social-link {
	font-size:1.5rem;
	margin-left:1.25rem;
	opacity:.8;
}

#footer #inner-footer #footer-bottom #social-links .social-link:first-child {margin-left:0;}

#footer #inner-footer #footer-bottom #social-links .social-link:hover,
#footer #inner-footer #footer-bottom #social-links .social-link:focus {opacity:1;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-facebook:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-facebook:focus {color:#3d5a98;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-x-twitter:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-x-twitter:focus {color: var(--white);}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-google-plus:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-google-plus:focus {color:#db4437;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-linkedin:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-linkedin:focus {color:#0077b5;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-pinterest:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-pinterest:focus {color:#bd081c;}

#footer #inner-footer #footer-bottom #social-links .social-link.fa-instagram:hover,
#footer #inner-footer #footer-bottom #social-links .social-link.fa-instagram:focus {color:#db3075;}

#footer #inner-footer #footer-bottom #copyright {
	text-align:center;
	font-size:.65rem;
	opacity:.8;
}

#footer #inner-footer #footer-bottom #copyright span {}

#footer #inner-footer #footer-bottom #copyright span:first-child {display:block;}
#footer #inner-footer #footer-bottom #copyright span:nth-child(3) {margin-left:.5rem;}


/*********************
 768 UP
*********************/

@media only screen and (min-width:768px) {
	
	/* Miles & Sign */
	#hero-banner .inner-hero-banner .miles-and-sign {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		max-width: var(--hero-max-width);
	}

	#hero-banner .inner-hero-banner .miles-and-sign .miles-image {
		display: block;
		position: relative;
		left: auto;
		bottom: auto;
		z-index: 3;
		flex: 0 1 645px;
		width: 645px;
		min-width: 0;
		margin: 24px -58px 0 0;
	}

	#hero-banner .inner-hero-banner .miles-and-sign .sign {
		z-index: 2;
		flex: 0 1 653px;
		width: var(--sign-width);
		min-width: 0;
		margin: 0;
	}
	
	#hero-banner .inner-hero-banner .miles-and-sign .stage .card .reveal .label {
		font-size: 12px;
	}
	
	/* How to Play */
	#hero-banner .inner-hero-banner #how-to-play .how-to-play-steps {
		display: flex;
		align-items: stretch;
		padding-bottom: 0;
	}

	#hero-banner .inner-hero-banner #how-to-play .how-to-play-step {
		flex: 1 1 0;
		min-width: 0;
	}

	#hero-banner .inner-hero-banner #how-to-play .how-to-play-step-sep {
		flex: 0 0 2px;
		width: 2px;
		height: auto;
		margin: 2rem 0;
	}

	/*********************
	 SERVICES STYLES
	*********************/
	
	#services-section #inner-services-section #services {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#services-section #inner-services-section #services .service {width:50%;}

	/*********************
	 FOOTER STYLES
	*********************/

	#footer #inner-footer #footer-top {
		display:flex;
		align-content:center;
		justify-content:space-between;
	}

	#footer #inner-footer #footer-top #footer-links {
		display:flex;
		align-items:center;
		justify-content:space-between;
	}

	#footer #inner-footer #footer-top #footer-links .footer-link {margin-left:1.5rem;}
	
	#footer #inner-footer #footer-top #footer-links .footer-link:first-child {margin-left:0;}

	#footer #inner-footer #footer-bottom #copyright {margin-bottom:0;}
	
	#footer #inner-footer #footer-bottom {
		display:flex;
		align-content:center;
		justify-content:space-between
	}

	#footer #inner-footer #footer-bottom #social-links {
		border-bottom:0;
		padding-bottom:0;
		order:1;
	}

	#footer #inner-footer #footer-bottom #social-links .social-link {
		font-size:1.5rem;
		margin-left:1.25rem;
	}

	#footer #inner-footer #footer-bottom #copyright {
		margin:0;
		order:0;
		display:flex;
		align-items:center;
	}

	#footer #inner-footer #footer-bottom #copyright span:first-child {display:inline;}

	#footer #inner-footer #footer-bottom #copyright span:nth-child(2),
	#footer #inner-footer #footer-bottom #copyright span:nth-child(3){margin-left:.5rem;}
	
} /* end of media query */


/*********************
 900 UP
*********************/

@media only screen and (min-width:900px) {

} /* end of media query */

/*********************
 1024 UP
*********************/

@media only screen and (min-width:1024px) {

	
	/**********************
	 SECTION STYLES 
	***********************/

	.section {padding:6rem 0;}
	
	
	/*********************
	 HERO BANNER
	*********************/
	
	/* Miles & Sign */
	#hero-banner .inner-hero-banner .miles-and-sign .stage .card .reveal .label {
		font-size: 16px;
	}
	
	/*********************
	 SERVICES STYLES
	*********************/

	#services-section #inner-services-section #services .service {width:33.333%;}

	/*********************
	 FOOTER STYLES
	*********************/
	
	#footer #inner-footer,
	#footer #inner-footer p,
	#footer a,
	#footer #copyright {font-size:.75rem;}

	#footer {
		/*background:url("images/footer_bg.jpg") no-repeat 50% 100% / 100% auto;*/
		padding:6rem 0 2rem;
	}


} /* end of media query */


