html, body {
	margin: 0; padding 0;
}

body {
	background: #000;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 100;
}

#whitebox {
	background: #FFF;
	padding: 15px 20px;
	margin-bottom: 20px;
}

h3 {
	font-size: 40px;
	font-weight: 100;
	line-height: 50px;
	color: #cf1f16;
	text-align: center;
	font-family: 'Bebas Neue', sans-serif;
	margin: 50px 0 0 0;
}

a {
	color: #cf1f16;
	text-decoration: underline;
	cursor: pointer;
}

li {
	margin-bottom: 10px;
	padding-right: 10px;
}

.screenshot {
	width: 45%;
	margin: 0px;
}

.textlink {
	background: #F4F0BD;
	border-radius: 5px;
	padding: 1px 5px;
}

a.textlink:hover {
	color: #F4F0BD;
	background-color: #C4574B;
	cursor: pointer;
}

.orderlogo {
	width: 90px !important;
	height: 90px !important;
	margin: 10px 10px 0px 10px;
}

.comingSoon {
	color: #888;
}

#headerBox {
	width: 90%;
	margin: 0px auto;
}

#contentBox {
	margin: 0px auto 10px auto;
	padding: 20px;
}

.addpadding {
	padding: 50px;
}

#mainColumn {

	color: #FFF;
	display: flex;
	flex-direction: column; 
	align-items: center;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	max-width: 800px;
	line-height: 23px;
}

.qrcode {
	height: 200px;
	margin-left: 10px;
}

@media only screen and (max-width: 768px) {
	.qrcode { display: none; }
}

#colorColumn {
	border-radius: 20px;
/* 	background: #222; */
	background: url('./images/background.jpg') #000 repeat;
	background-attachment: fixed;
	
	background-position: top center;
	margin: 0 30px 30px 30px;
	filter: drop-shadow(0px 0px 100px #500);
}

#horizontalBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
}

#horizontalBox img {
	max-width: 100%;
}

#scalingImage {
	width: 100%;
	max-width:100%;
}

.spaceBottom {
	margin-bottom: 30px;
}

.hTop {
	align-items: flex-start !important;
}

.justifytext {
	text-align: justify;
	padding: 0 50px 0 50px;
}

#footer {
	width: 100%;
	max-width: 100%;

	color: #FFF;
	text-align: center !important;
	font-size: 14px;
}

#tagline {
	margin: 20px 0 00px 0;
	padding: 0px 20px;
	text-align: center;
	font-size: 16px;
}

.feedbackTextField {
	border: 1px solid #d0c892;
	border-radius: 3px;
	width: 275px;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #307490;
}

.feedbackTextField::placeholder {
	color: #8ccdcd;
}

#robotBox {
	margin-bottom: 20px;
}

#feedbackBox {
	padding: 20px;
	margin: 0px 10px;
	border-radius: 20px;
	background: #f8e376;
	filter: drop-shadow(5px 5px 0px #b49e39);
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.divStretcher {
	position: relative;
	padding-top: 25px;
	height: 180px;
}
.divStretcher iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mc_embed_signup_scroll {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#mc_embed_signup form { padding: 0px !important; }
#mc_embed_signup{clear:left; font-size: 14px; width:100%; margin: 0; }
#mc_embed_signup .button {
	border: none;
	background-color: transparent !important;
	background: url('images/bu_subscribe.png') no-repeat;
	width: 186px !important;
	height: 58px !important;
	margin-top: 2px;
	margin-left: 10px;
}

#mc_embed_signup input.email {
	height: 38px !important;
	border-radius: 10px;
}

#mc_embed_signup .button:hover {
	cursor: hand;
}

#mc_embed_signup input.email {
	width: 220px !important;
	text-align: center;
}