html {}
body {margin: 0; padding: 0; font-family: Poppins, sans-serif;}
form {margin: 0; padding: 0;}
hr {margin: 0; height: 1px; border: none; background-color: #000000; color: #000000;}
a {outline: none;}
img {border: none;}


/* --------------------  Header ------------------------------*/
.header_bg {background-color: #424140; padding: 15px 0;}
.header {margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
	
	@media screen and (max-width: 650px) {
		.header {padding: 0 20px;}
	}

/* --------------------  Banner ------------------------------*/
.banner_flex {display: flex; justify-content: space-between;}
.banner h1 {font-size: 32px; color: #332e27;}
.banner p {color: #332e27;}
.banner_img {margin: 20px 20px;}
	.banner_img img {max-width: 100%;}

.gradient {
	padding: 0 0 20px 0; 
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(193,188,184,1) 100%);
}
	.gradient ul {text-align: center; font-size: 24px; list-style-type: none; color: #34629e; font-weight: bold; padding-left: 0;}

	@media screen and (max-width: 1000px) {
		.banner_flex {display: block;}
	}

/* --------------------  Content ------------------------------*/
.width {width: 1000px; margin: 0 auto;}
.content {}

	@media screen and (max-width: 1000px) {
		.width {width: 100%;}
		.content {padding: 0 20px;}
	}

/* --------------------  Body ------------------------------*/
.baseboard {background: url(images/baseboard.png); height: 50px;}
.wood {background: url(images/wood.jpg); box-shadow: inset 0 -60px 60px #54351f;}
.glass {padding: 20px 40px; background-color: rgba(0,0,0,.65); border-radius: 10px; box-shadow: 0 10px 20px #2b1b10; color: #f9f9f9; border: 2px solid #4c4844; border-bottom: 2px solid #2b2b2b; border-right: 2px solid #2b2b2b;}

.glass h2 {color: #E0E0E0; font-size: 28px; text-shadow: 0 2px 1px #211611;}

.screenshot_section {display: flex; margin-bottom: 10px;}
	.screenshot_description {color: #e0e0e0; font-size: 18px; text-shadow: 0 2px 1px #211611;}
	.screenshot img {max-width: 100%; min-width: 250px;}
	.screenshot_section div {margin: 0 15px;}


.normal_page {background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(193,188,184,1) 100%);}
	
	@media screen and (max-width: 1000px) {
		.screenshot_section {flex-wrap: wrap; margin: 0; padding: 10px 0; border-top: 1px solid #666666; border-bottom: 1px solid #666666;}
		.screenshot_section div {margin: 0; padding: 10px 0;}
		.glass h2 {margin-top: 0; }
	}

/* --------------------  Buttons ------------------------------*/
.login_button {
		outline: none;
		background-color: #e07700;
		padding: 5px 25px;
		border: none;
		border-radius: 10px;
		cursor: pointer;
		color: #FFFFFF;
		text-shadow: 0 0 1px #603605;
		font-size: 18px;
		box-shadow: 0 1px 2px #262525l;
		text-decoration: none;
	}
		.login_button:active {color: #f9e8d4; text-shadow: 0 0 3px #fcbf79; box-shadow: 0 0 6px #f98d11; padding-top: 6px; padding-bottom: 4px;}
		
.cta_button {
		outline: none;
		background-color: #0060df;
		padding: 5px 25px;
		border: none;
		border-radius: 10px;
		cursor: pointer;
		color: #FFFFFF;
		text-shadow: 0 0 1px #603605;
		font-size: 18px;
		box-shadow: 0 1px 2px #262525l;
		text-decoration: none;
	}
		.cta_button:active {color: #f9e8d4; text-shadow: 0 0 3px #258afc; box-shadow: 0 0 6px #026ce5; padding-top: 6px; padding-bottom: 4px;}

/* --------------------  Forms ------------------------------*/
input[type="text"]{padding: 2px 5px; font-size: 18px;}

/* --------------------  Videos ------------------------------*/
.video_section {font-weight: bold; font-size: 24px; margin-bottom: 5px;}
.video_list li {cursor: pointer; text-decoration: underline; font-size: 20px; margin: 5px 0;}
.video_title {text-align: center; margin-top: 0; color: #ffffff; }
.video_box {
	text-align: center;
	position: fixed;
	z-index: 101;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video {width: 350px;}

#overlay {
	display: none;
	cursor: pointer;
	position: fixed; /* on top of the page content */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.75); /* Black background with opacity */
	z-index: 100; /* Specify a stack order in case you're using a different order for other elements */
	
	text-align: center;
}
	#close_button {
		z-index: 102;
		position: fixed;
		top: 0;
		right: 0;
		
		background-color: #FFFFFF;
		cursor: pointer;
		width: 22px;
		height: 22px;
		border-radius: 11px;
		
		font-size: 24px;
		line-height: 21px;
		font-weight: bold;
	}
	
	@media screen and (max-width: 650px) {
		.video {width: 100%;}
	}

/* --------------------  Contact ------------------------------*/

	

