@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");

/*
	Strongly Typed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

	article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

/* Basic */

body {
	background: black;
	margin: 0;
	padding: 0;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body, input, textarea, select {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #ED786A;
	line-height: 1.65em;
	font-size: 15pt;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	text-transform: uppercase;
	color: #ED786A;
	margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
	border: 0;
}

h1 {
	font-size: 2.5em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.65em;
	font-weight: 400;
	letter-spacing: 4px;
	margin: 0 0 1.5em 0;
	line-height: 1.75em;
}

h3 {
	font-size: 1em;
	letter-spacing: 2px;
	margin: 0 0 1.25em 0;
}

a {
	-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	color: #666;
	text-decoration: none;
	border-bottom: solid 1px black;
}

a strong {
	-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
}

a:hover {
	color: #714122;
	border-bottom-color: rgba(255, 255, 255, 0);
}

a:hover strong {
	color: #ed786a;
}

strong, b {
	font-weight: 600;
	color: #666;
}

em, i {
	font-style: italic;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: solid 1px black;
	margin: 2em 0;
}

blockquote {
	border-left: solid 0.5em black;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p {
	text-align: justify;
	margin-bottom: 2em;
}

ul, ol, dl, table, blockquote {
	margin-bottom: 2em;
}

br.clear {
	clear: both;
}

/* Container */

.container {
	margin: 0 auto;
	max-width: 1200px;
	width: calc(100% - 4em);
}

/* Icons */

.icon {
	text-decoration: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon:before {
	line-height: inherit;
}

.icon > .label {
	display: none;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

/* Page Wrapper */

#page-wrapper {
	position: relative;
}

#page-wrapper > section {
	margin-bottom: 0;
}

/* Header */

#header {
	position: relative;
	background: #020202;
	text-align: center;
}

#header > .container {
	padding: 14em 0 7em 0;
	border-bottom: solid 2px #ED786A;
	box-shadow: inset 0px -8px 0px 0px black, inset 0px -10px 0px 0px #ED786A;
}

#header h1 {
	font-family: 'Arvo', serif;
	font-weight: 700;
	color: #ed786a;
	text-shadow: 0.05em 0.075em 0 rgba(0, 0, 0, 0.1);
	font-size: 3em;
	letter-spacing: 13px;
}

#header h1 a {
	border: 0;
}

#header p {
	text-transform: uppercase;
	font-weight: 400;
	color: #ED786A;
	margin: 2.5em 0 0 0;
	font-size: 0.85em;
	letter-spacing: 3px;
	text-align: center;
}

/* Nav */

#nav {
	position: absolute;
	top: 3em;
	left: 0;
	width: 100%;
	cursor: default;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav > ul > li {
	display: inline-block;
	padding-right: 2em;
	position: relative;
}

#nav > ul > li:last-child {
	padding-right: 0;
}

#nav > ul > li > a {
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	color: #777;
	outline: 0;
	display: block;
}

#nav > ul > li > a:before {
	display: inline-block;
	background: #878787;
	color: silver;
	width: 2.25em;
	font-size: 0.8em;
	height: 2.25em;
	border-radius: 2.25em;
	line-height: 2.1em;
	text-align: center;
	box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
	margin-right: 0.75em;
	-moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}

#nav > ul > li > a > span {
	-moz-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	font-size: 0.85em;
	letter-spacing: 3px;
}

#nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	border-radius: 0.5em;
	box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
	min-width: 200px;
	z-index: 1000;
	padding: 0.5em 0;
}

#nav > ul > li:hover > ul {
	display: block;
}

#nav > ul > li > ul > li {
	display: block;
	padding: 0;
}

#nav > ul > li > ul > li > a {
	display: block;
	padding: 0.5em 1em;
	color: silver;
	text-transform: none;
	font-size: 0.8em;
	letter-spacing: 1px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

#nav > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}

#nav > ul > li > ul > li > a:hover {
	background: #444;
	color: silver;
}

#nav > ul > li > ul > li > ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #333;
	border-radius: 0.5em;
	box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
	min-width: 200px;
	padding: 0.5em 0;
}

#nav > ul > li > ul > li:hover > ul {
	display: block;
}

#nav > ul > li.active > a:before,
#nav > ul > li:hover > a:before {
	background: #ED786A;
	color: #ED786A;
}

#nav > ul > li.active > a > span,
#nav > ul > li:hover > a > span {
	color: #ED786A;
}

/* Main */

#main {
	padding: 4em 0;
	background:black ;
}

#main .container {
	text-align: center;
}

/* Flash Cards - Single Column Layout */

.flash-cards-grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3em;
	padding: 2em 0;
	max-width: 600px;
	margin: 0 auto;
}

.flip-card {
	background-color: transparent;
	width: 500px;
	height: 375px;
	perspective: 1000px;
	cursor: pointer;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2em;
	box-sizing: border-box;
}

.flip-card-front {
	background: #ED786A;
	color: black;
}

.flip-card-back {
	background: #ED786A;
	color: black;
	transform: rotateY(180deg);
}

.flip-card-front h2 {
	font-size: 2em;
	margin: 0;
	color: black;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.flip-card-back h3 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
	color: black;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.flip-card-back p {
	font-size: 1em;
	line-height: 1.6;
	margin: 0;
	color: black;
	text-align: center;
}

/* Title Bar (Mobile) */

#titleBar {
	background: #333;
	color: silver;
	height: 44px;
	line-height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10001;
	display: none;
}

#titleBar .title {
	display: block;
	text-align: center;
	font-weight: 600;
}

#titleBar .toggle {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 44px;
	cursor: pointer;
}

#titleBar .toggle:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 15px;
	width: 20px;
	height: 2px;
	background:black;
	box-shadow: 0 6px 0 silver, 0 12px 0 silver;
}

/* Nav Panel (Mobile) */

#navPanel {
	background: #1f1f1f;
	color: silver;
	position: fixed;
	top: 0;
	left: -275px;
	width: 275px;
	height: 100%;
	z-index: 10002;
	overflow-y: auto;
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	transform: translateX(-275px);
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	display: none;
}

#navPanel .link {
	display: block;
	color: silver;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
	border: 0;
	border-top: solid 1px #3c3c3c;
	padding: 0 1em 0 1em;
}

#navPanel .link:first-child {
	border-top: 0;
}

#navPanel .link.depth-0 {
	font-weight: 600;
	color: silver;
}

#navPanel .indent-1 {
	display: inline-block;
	width: 1em;
}

#navPanel .indent-2 {
	display: inline-block;
	width: 2em;
}

#navPanel .indent-3 {
	display: inline-block;
	width: 3em;
}

#navPanel .indent-4 {
	display: inline-block;
	width: 4em;
}

#navPanel .indent-5 {
	display: inline-block;
	width: 5em;
}

#navPanel .depth-0 {
	color: #ED786A;
}

body.navPanel-visible #page-wrapper {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}

body.navPanel-visible #titleBar {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}

body.navPanel-visible #navPanel {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* Video Grid and Cards */

.video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2em;
	padding: 2em 0;
	max-width: 1200px;
	margin: 0 auto;
}

.video-card {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 1.5em;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.video-card h3 {
	color: #ED786A;
	margin: 0 0 1em 0;
	font-size: 1.3em;
	text-align: center;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin: 1em 0;
	border-radius: 10px;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-card p {
	color: #666;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 1em 0 0 0;
	text-align: center;
}

/* Quiz Styling */

.hidden { 
	display: none; 
}

.quiz-selection {
	margin: 3em 0;
	text-align: center;
}

.quiz-btn {
	display: inline-block;
	margin: 1em;
	padding: 2em 3em;
	background: #ED786A;
	color: black;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.8s ease, box-shadow 0.8s ease;
}

.quiz-btn:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
	background: #ED786A;
	color: black;
}

.quiz-container {
	background: rgb(0, 0, 0);
	padding: 3em;
	margin: 2em auto;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 800px;
}

.question-text {
	font-size: 1.8em;
	margin-bottom: 2em;
	color: #ED786A;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.options-container {
	margin: 2em auto;
}

.option {
	background: #020202;
	color: #ED786A;
	padding: 1.5em;
	margin: 15px 0;
	cursor: pointer;
	border-radius: 10px;
	font-size: 1.1em;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.option:hover {
	background: #ED786A;
	color: #020202;
	transform: translateX(10px);
}

.option.selected {
	background: #ED786A;
	color: #020202;
	border: 2px solid #020202;
	transform: translateX(10px);
}

.quiz-controls {
	margin-top: 2em;
	text-align: center;
}

.quiz-controls button {
	background: #ED786A;
	color: #020202;
	border: none;
	padding: 1em 2em;
	margin: 0 10px;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 10px;
	font-size: 1.1em;
	transition: all 0.3s ease;
}

.quiz-controls button:hover {
	background: #ED786A;
	color: black;
	transform: translateY(-3px);
}

.quiz-controls button:disabled {
	background: #666;
	color: silver;
	cursor: not-allowed;
	transform: none;
}

.quiz-controls button:disabled:hover {
	background: #666;
	color: silver;
	transform: none;
}

.quiz-results {
	background: silver;
	padding: 3em;
	margin: 2em auto;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	max-width: 800px;
}

.quiz-results h2 {
	color: #ED786A;
	font-size: 2em;
	margin-bottom: 1.5em;
}

.review-content {
	text-align: left;
	margin: 2em auto;
}

.review-item {
	background: black;
	padding: 1.5em;
	margin: 1em auto;
	border-radius: 10px;
	border-left: 5px solid #ED786A;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.review-item h4 {
	color: #ED786A;
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
}

.review-item p {
	color: #ED786A;
	margin: 0;
	font-size: 1em;
}

.review-item.correct {
	border-left-color: olive;
}

.review-item.correct h4 {
	color: olive;
}

.review-item.incorrect {
	border-left-color: #ff031c;
}

.review-item.incorrect h4 {
	color: #fa0019;
}

/* Suggestion Form Styling */

.suggestion-form-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 3em 2em;
	text-align: center;
}

.suggestion-form-container h2 {
	color:#ED786A;
	font-size: 2.5em;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.suggestion-form-container p {
	color: #ED786A;
	font-size: 1.2em;
	margin-bottom: 2.5em;
	line-height: 1.6;
}

.suggestion-form {
	background: black;
	padding: 3em;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: left;
}

.form-group {
	margin-bottom: 2em;
}

.form-group label {
	display: block;
	color: #ED786A;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
	width: 100%;
	padding: 1em;
	border: 2px solid #ED786A;
	border-radius: 10px;
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #ED786A;
	box-shadow: 0 0 0 3px rgba(244, 122, 7, 0.1);
}

.checkbox-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1em;
	margin-top: 1em;
}

.checkbox-item {
	display: flex;
	align-items: center;
	padding: 0.8em;
	background: silver;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.checkbox-item:hover {
	background: #ED786A;
}

.checkbox-item input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-right: 0.8em;
	accent-color: #ED786A;
	cursor: pointer;
}

.checkbox-item label {
	margin: 0;
	cursor: pointer;
	color: black;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1em;
}

.form-group textarea {
	resize: vertical;
	min-height: 120px;
}

.submit-btn {
	background: silver;
	color: #020202;
	border: none;
	padding: 1.2em 3em;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	margin-top: 1em;
}

.submit-btn:hover {
	background: #ED786A;
	color: black;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Medium Screens */

@media screen and (max-width: 980px) {

	/* Basic */
	html, body {
		overflow-x: hidden;
	}

	/* Header */
	#header > .container {
		padding: 10em 0 7em 0;
	}

	/* Nav */
	#nav {
		display: none;
	}

	/* Title Bar */
	#titleBar {
		display: block;
	}

	/* Nav Panel */
	#navPanel {
		display: block;
	}

	/* Main */
	#main {
		padding-top: 44px;
	}

}

/* Small Screens */

@media screen and (max-width: 736px) {

	/* Basic */
	body, input, textarea, select {
		font-size: 11pt;
	}

	h1 {
		font-size: 1.8em;
		letter-spacing: 6px;
	}

	h2, h3, h4, h5, h6 {
		font-size: 1.2em;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 0 1em 0;
	}

	h2 br, h3 br, h4 br, h5 br, h6 br {
		display: none;
	}


	.container {
		width: calc(100% - 2em);
	}

	/* Header */
	#header > .container {
		padding: 6em 0 4em 0;
	}

	#header h1 {
		font-size: 2em;
		letter-spacing: 8px;
		line-height: 1.325em;
	}

	#header p {
		margin: 1.25em 0 0 0;
		letter-spacing: 2px;
	}

	/* Main */
	#main {
		padding: 2em 0;
	}

	/* Flash Cards */
	.flip-card {
		width: 90%;
		max-width: 400px;
		height: 300px;
	}

	.flip-card-front h2 {
		font-size: 1.5em;
	}

	.flip-card-back h3 {
		font-size: 1.2em;
	}

	.flip-card-back p {
		font-size: 0.9em;
	}

	/* Video Grid */
	.video-grid {
		grid-template-columns: 1fr;
		gap: 1.5em;
		padding: 1em 0;
	}

	.video-card {
		padding: 1em;
	}

	.video-card h3 {
		font-size: 1.1em;
	}

	.video-card p {
		font-size: 0.85em;
	}

	/* Quiz */
	.quiz-btn {
		font-size: 1.5em;
		padding: 1.5em 2em;
	}

	.quiz-container,
	.quiz-results {
		padding: 2em 1.5em;
		margin: 1em;
	}

	.question-text {
		font-size: 1.4em;
	}

	.option {
		padding: 1em;
		font-size: 1em;
	}

	.quiz-controls button {
		padding: 0.8em 1.5em;
		font-size: 1em;
	}

	/* Form */
	.suggestion-form-container {
		padding: 2em 1em;
	}

	.suggestion-form {
		padding: 2em 1.5em;
	}

	.suggestion-form-container h2 {
		font-size: 2em;
	}

	.suggestion-form-container p {
		font-size: 1em;
	}

	.checkbox-group {
		grid-template-columns: 1fr;
		gap: 0.8em;
	}

	.submit-btn {
		padding: 1em 2em;
		font-size: 1em;
	}

}

@media screen and (max-width: 480px) {


	.container {
		width: calc(100% - 1em);
	}

	/* Header */
	#header h1 {
		font-size: 1.5em;
		letter-spacing: 4px;
	}

	#header p {
		font-size: 0.75em;
		letter-spacing: 1px;
	}

	.flip-card {
		width: 95%;
		max-width: 350px;
	}

	.suggestion-form-container {
		padding: 1.5em 0.5em;
	}

	.suggestion-form {
		padding: 1.5em 1em;
	}

	.form-group input[type="text"],
	.form-group input[type="email"],
	.form-group textarea {
		padding: 0.8em;
	}

}