@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic");
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Roboto+Flex:opsz,wght@8..144,500&display=swap');

/*
	by Grace Dessert
	dessertgrace@gmail.com
*/

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, figAltcaption,
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 {
	display: block;
}

html {
	overflow-x: hidden;
}

section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

body {
	line-height: 1;
	/* background: radial-gradient(rgb(119, 23, 23), rgb(232, 137, 35), rgb(184, 20, 20)); */
	background-image: radial-gradient(rgba(130, 4, 4, 0.9), rgba(213, 114, 8, 0.8), rgba(183, 0, 0, 0.85));
	background-image: url("../../images/GuyBackground.png");
	background-size: 150rem;
	/* background-repeat: no-repeat; */
	background-position: 100% center;
	overflow: hidden;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

	html {
		box-sizing: border-box;
	}

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

	body, input, select, textarea {
		color: rgb(242, 218, 181);
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 16pt;
		font-weight: 400;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		/* border-bottom: dotted 1px; */
		color: rgb(242, 218, 181);
		text-decoration: none;
	}

	a:hover {
		border-bottom-color: transparent;
		color: #cb1616 !important;
		text-decoration: none;
	}

	strong, b {
		color: #3a0000;
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: rgb(242, 218, 181);
		font-weight: 400;
		line-height: 1em;
		/* margin: 0 0 1em 0; */
		align-self: center;
	}

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

	h1 {
		font-size: 1.2em;
		line-height: 1.75em;
		font-weight: 900;
		font-family: 'Dela Gothic One', sans-serif;
	}

	section.special, article.special {
		text-align: center;
	}

	header h3,h4  {
		font-size: 0.7em;
		letter-spacing: 2px;
		/* margin-top: -0.8em; */
		/* line-height: 1.5em; */
	}

	@keyframes slide {
		0% {
		  transform: translateX(-5vw);
		}
		50% {
		  transform: translateX(55vw); /* Adjust the distance as needed */
		}
		100% {
		  transform: translateX(-15vw);
		}
	  }

	@keyframes slideBack {
	0% {
		transform: translateX(12vw);
	}
	50% {
		transform: translateX(-25vw); /* Adjust the distance as needed */
	}
	100% {
		transform: translateX(12vw);
	}
	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #787878;
		display: block;
		font-size: 0.9em;
		font-weight: 400;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #f7f7f7;
		border-radius: 0.35em;
		border: solid 2px transparent;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 0.75em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #49bf9d;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #787878;
			background: #fff;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #a2a2a2;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label: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-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #f7f7f7;
				border-radius: 0.35em;
				border: solid 2px transparent;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 1.85625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #787878;
			border-color: #787878;
			color: #fff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #49bf9d;
		}

	input[type="checkbox"] + label:before {
		border-radius: 0.35em;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #b2b2b2 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #b2b2b2 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #b2b2b2 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #b2b2b2 !important;
		opacity: 1.0;
	}


/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
		width: 30px;
	}

		.icon > .label {
			display: none;
		}

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

		.icon.solid:before {
			font-weight: 900;
		}
	.imgfull {
		width: 100%;
	}
	.imgmedium {
		width: 100%;
		margin: 3vw;
		height: auto;
		height: intrinsic;
	}

	.image {
		border-radius: 0.35em;
		border: 0;
		display: inline-block;
		position: relative;
	}


	ul.labeled-icons {
		list-style: none;
		padding: 0;
	}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
			display: flex;
			gap: 20px;
			justify-content: left;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 2px #efefef;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
					justify-self: right;
				}

	dl {
		margin: 0 0 2em 0;
	}

	.row {
		align-self: start;
	}


	#header {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px 35px;
		justify-content: center;
		background-color: transparent;
		color: rgb(242, 218, 181);
		padding: 1em 1em;
		width: 100%;
	}

	.headerinner {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 40px;
		width: 200px;
		flex-grow: 1;
		flex-direction: row;
		align-items: center;
	}
	#header h1 {
		font-size: 0.95em;
		letter-spacing: 2px;
		text-align: center;
		line-height: 1.2em;
		width: 200px;
		padding: 0.5em;
		align-self: baseline;
	}

	#header h2, #header h3, #header h4, #header h5, #header h6 {
		color: rgb(242, 218, 181);
	}

	#header a {
		border-bottom: none;
	}

	@media screen and (max-width: 720px) {
		.headerinner {
		  width: 100%;
		  justify-content: center !important;
		  gap: 30%;
		}
		#main {
			padding: 2em !important;
		}
		li {
			font-size: 14pt !important;
		}
	  }


	li {
		font-size: 16pt;
	}

	#main {
		padding: 2em 6em 2em 6em;
		width: 100%;
		max-width: 1300px;
		margin: auto;
	}

	#main > section {
		border-top: solid 1.5px rgb(242, 218, 181);
		margin: 4em 0 0 0;
		padding: 4em 0 0 0;
	}

	#main > section:first-child {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}