header {
	display: none;
}

#location_banner {
	width: 100%;
	height: 15vh;
	padding: 4vh;
	background-color: rgb(248, 186, 81);
	display: none;
	text-align: center;
	color: #3a3d4a;
	text-decoration: none;
	position: sticky;
	top: 0;
	z-index: 10;
	line-height: 180%;
}

#team_main {
	text-align: center;
}

#mobile_header {
	display: flex;
	height: 15vh;
	width: 100%;
	background-color: #3A3D4A;
	flex-direction: row;
	justify-content: space-between;
	color: white;
	padding: 3vh 7%;
}

#mobile_header a {
	margin: 0;
	padding: 0;
	align-self: center;
	height: 100%;
}

#mobile_header #mobile_logo {
	height: 100%;
}

#mobile_header #mobile_nav_open {
	align-self: center;
	height: 30%;
	cursor: pointer;
}

#mobile_header #mobile_cart_icon {
	align-self: center;
	height: 30%;
	cursor: pointer;
}

#mobile_nav {
	display: none;
	position: fixed;
	z-index: 300;
	width: 100%;
	height: 100vh;
	text-align: left;
	background-color: #3A3D4A;
	padding: 1vh 7%;
}

#mobile_nav a {
	display: block;
	color: white;
	text-decoration: none;
	width: 100%;
	text-align: center;
	height: 10vh;
	line-height: 10vh;
	text-transform: uppercase;
	font-size: 30px;
}

#mobile_nav a:hover {
	background-color: #F8BA51;
	color: #3A3D4A;
}

#mobile_nav_close {
	display: block;
	text-align: center;
	cursor: pointer;
	margin-top: 10%;
	margin-bottom: 10%;
	color: white;
	height: 4.5vh;
}

#mobile_nav #region_selected_mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

#mobile_nav #region_selected_mobile i {
	margin: 0;
}

#region_select_mobile {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	background-color: white;
}

.region_option_current_mobile {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	height: 10vh;
	line-height: 10vh;
	position: relative;
	background-color: #F8BA51;
	color: #3A3D4A;
	padding: 0 5%;
	font-size: 18px;
}

#region_select_mobile .region_option_mobile {
	display: inline-block;
	width: 100%;
	height: 10vh;
	cursor: pointer;
	line-height: 10vh;
	position: relative;
	padding: 0 5%;
	transition: all 150ms;
	text-decoration: none;
	color: #3A3D4A;
	text-align: left;
	font-size: 18px;
}

#region_select_mobile .region_option_mobile:hover {
	background-color: #3A3D4A;
	color: #C9CCD8;
}

#about_hero {
	min-height: 120vh;
	width: 100%;
	background-image: url('/img/about_bg.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgb(8, 15, 37);
	position: relative;
}

#about_hero h2 {
	position: relative;
	width: 100%;
	text-align: center;
	top: 35vh;
	color: white;
	font-size: 30px;
	text-transform: uppercase;
}

#about_hero p {
	position: relative;
	width: 90%;
	text-align: center;
	top: 40vh;
	left: 5%;
	font-size: 14px;
	line-height: 30px;
}

#about_hero video {
	position: relative;
	width: 90%;
	top: 45vh;
	left: 5%;
	cursor: pointer;
	z-index: 50;
}

#about_features {
	width: 100%;
	padding: 5% 20%;
	background-color: rgb(8, 15, 37);
	position: relative;
}

#about_features h3 {
	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5%;
}

#about_features h4 {
	width: 100%;
	text-align: center;
	color: #F8BA4F;
	font-size: 16px;
	margin-top: 15%;
	text-transform: uppercase;
}

#about_features p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 2.5%;
}

#about_features p#emphasis {
	margin-top: 5%;
	text-transform: uppercase;
	font-weight: 700;
}

#mobile_hero {
	height: 79vh;
	width: 100%;
	background-image: url("img/mobile_hero.jpg");
	background-size: cover;
	position: relative;
}

.image_gradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25%;
	background-image: linear-gradient(rgba(58, 61, 74, 0), rgba(58, 61, 74, 1));
}

#mobile_hero2 {
	height: 79vh;
	width: 100%;
	background-image: url("img/mobile_hero2.jpg");
	background-size: cover;
	position: relative;
}

#mobile_hero h1 {
	font-size: 50px;
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 90%;
	z-index: 10;
}

#mobile_hero2 h1 {
	font-size: 45px;
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 90%;
	z-index: 10;
	text-align: center;
}

#mobile_hero_content {
	background-color: rgb(58, 61, 74);
	width: 100%;
	position: relative;
	padding: 10% 5%;
	text-align: left;
}

#mobile_hero_content2 {
	background-image: linear-gradient(rgba(58, 61, 74, 1), rgba(23, 26, 39, 1));
	width: 100%;
	background-size: cover;
	padding: 10% 5%;
	text-align: center;
}

#mobile_hero_content2 img {
	display: block;
	width: 95%;
	margin: 4% auto;
	border: solid thin #555865;
}

#mobile_hero_content2 h2 {
	color: white;
	display: block;
	margin-bottom: 5%;
	font-size: 35px;
	text-transform: uppercase;
}

#mobile_hero_content2 p {
	margin-bottom: 10%;
}

#hero,
#hero2 {
	display: none;
}

#mobile_hero_content h3 {
	display: none;
}

#mobile_hero_content p {
	font-size: 20px;
}

#mobile_hero_content .button_type2 {
	display: inline-block;
	width: 60%;
	margin-top: 10%;
	height: 6vh;
	line-height: 6vh;
	vertical-align: middle;
	margin-right: 20%;
}

#mobile_hero_content .button_type1 {
	display: inline-block;
	width: 60%;
	margin-top: 10%;
	height: 6vh;
	line-height: 6vh;
	vertical-align: middle;
	margin-right: 20%;
}

.small_icon {
	display: inline-block;
	vertical-align: middle;
}

#hero2 {
	height: 90vh;
	width: 100%;
	background-image: url("img/hero2.jpg");
	background-size: cover;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 8% 10% 8% 10%;
}

#hero2 h1 {
	margin-bottom: 2.5%;
	font-size: 48px;
}

footer {
	display: none;
}

#mobile_footer {
	width: 100%;
	background-color: #3A3D4A;
	padding-top: 6vh;
	position: relative;
	text-align: center;
}

#mobile_footer img {
	width: 40%;
	margin: 2% auto;
}

#mobile_footer a {
	color: #C9CCD8;
	text-decoration: none;
	display: block;
	margin: 5% 0;
	font-size: 12px;
	text-transform: uppercase;
}

#mobile_copyright {
	width: 100%;
	display: block;
	color: #C9CCD8;
	font-size: 10px;
	padding: 2.5vh 0;
	border-top: solid thin #525561;
	margin-top: 5vh;
}

#shop_front_mobile {
	height: 79vh;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#shop_front_hero {
	height: 45vh;
	background-image: url('store_common/store_hero.png');
	background-repeat: no-repeat;
	background-size: cover;
}

#shop_front_col1 {
	width: 100%;
	background-image: url('store_common/storeFront1.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 7%;
}

#shop_front_text1 h1 {
	margin-bottom: 5%;
}

#shop_front_text1 p {
	margin-bottom: 10%;
}

#shop_front_col2,
#shop_front_col3 {
	display: none;
}

#shop_front_wide1 {
	background-image: url('store_common/wide1.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 7%;
	margin-top: 5%;
}

#shop_front_wide1 h1 {
	margin-bottom: 5%;
}

#shop_front_wide1 p {
	margin-bottom: 10%;
}

#shop_front_wide2 {
	background-image: url('store_common/wide2.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 7%;
	margin-top: 5%;
}

#shop_front_wide2 h1 {
	margin-bottom: 5%;
}

#shop_front_wide2 p {
	margin-bottom: 10%;
}

#shop_front_wide3 {
	background-image: url('store_common/wide3.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 7%;
	margin-top: 5%;
	margin-bottom: 5%;
}

#shop_front_wide3 h1 {
	margin-bottom: 5%;
}

#shop_front_wide3 p {
	margin-bottom: 10%;
}

#shop_front_wide4 {
	background-image: url('store_common/wide4.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 7%;
	margin-top: 5%;
	margin-bottom: 5%;
}

#shop_front_wide4 h1 {
	margin-bottom: 5%;
}

#shop_front_wide4 p {
	margin-bottom: 10%;
}

#basket {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	right: 0;
	top: 0;
	z-index: 600;
	transition: all 500ms ease-in-out;
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	transform: translateX(100%);
}

#basket_close {
	cursor: pointer;
	margin: 10% 10% 0 0;
	float: right;
}

#basket_title {
	width: 50%;
	color: #80869F;
	font-weight: 100;
	display: inline-block;
	font-size: 18px;
	text-align: left;
	margin: 10%;
}

#empty_basket {
	width: 120%;
	padding: 0 30%;
	margin-top: 10%;
	text-align: center;
	border-top: solid medium #EEEFF3;
	margin-left: -10%;
	display: none;
}

#empty_basket p {
	color: #3A3D4A;
	margin-bottom: 5%;
}

#empty_basket_img {
	width: 50%;
	margin: 2vh 25%;
}

.basket_item {
	width: 100%;
	padding: 10%;
	text-align: left;
	border-top: solid medium #EEEFF3;
	position: relative;
}

.basket_item h4 {
	font-size: 13px;
	color: #80869F;
	margin-bottom: 5%;
	font-weight: 300;
}

.basket_item h2 {
	font-size: 18px;
	color: #3A3D4A;
	margin-bottom: 5%;
}

.basket_item h3 {
	font-size: 18px;
	color: #3A3D4A;
}

#basket_divider {
	width: 120%;
	border-top: solid medium #EEEFF3;
	margin-left: -10%;
}

.basket_item .basket_delete {
	display: inline-block;
	padding: 3%;
	border: solid thin #D1D5E2;
	cursor: pointer;
}

.basket_item .basket_minus {
	display: inline-block;
	padding: 3%;
	border: solid thin #D1D5E2;
	cursor: pointer;
}

.basket_item .basket_qty_count {
	display: inline-block;
	padding: 3% 12%;
	border: solid thin #D1D5E2;
}

.basket_item .basket_plus {
	display: inline-block;
	padding: 3%;
	border: solid thin #D1D5E2;
	cursor: pointer;
}

.basket_item .basket_ctrls {
	position: absolute;
	right: 10%;
	bottom: 20%;
	width: 50%;
	text-align: right;
}

#return_to_store {
	width: 40%;
	margin: 5vh 30%;
}

#basket_checkout {
	margin: 0;
	padding: 10% 10% 5% 10%;
	width: 100%;
	height: 50%;
	position: sticky;
	top: 70%;
	left: 0;
	background-color: white;
	box-shadow: 0px -10px 15px rgba(33, 36, 51, 0.25);
	z-index: 110;
	box-sizing: border-box;
}

#basket_checkout #subtotal_text {
	display: inline-block;
	color: #80869F;
	font-weight: 100;
	width: 50%;
}

#basket_checkout #subtotal {
	display: inline-block;
	color: #3A3D4A;
	font-weight: 700;
	text-align: right;
	width: 50%;
}

#basket_checkout p {
	color: #3A3D4A;
	margin-top: 5%;
}

#basket_checkout .button_type1 {
	margin: 10% 0 0 0;
	width: 100%;
	background-color: #3A3D4A;
	border-color: #3A3D4A;
	color: white;
}

#basket_checkout #paypal_checkout_button img {
	width: 100%;
	margin-top: 10%;
}

#products_box {
	padding: 8vh 5%;
	background-color: #EEEFF3;
}

#breadcrumb_nav {
	width: 100%;
	font-weight: 700;
	color: #3A3D4A;
	text-transform: uppercase;
	font-size: 18px;
}

#breadcrumb_nav a {
	color: #80869F;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}

#breadcrumb_nav a:hover {
	color: #3A3D4A;
}

#product_filter {
	margin-top: 4vh;
}

#product_filter .button_type1 {
	margin: 0;
	font-weight: 700;
	padding: 0 3%;
}

#products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	padding-top: 3vh;
	width: 100%;
}

.product_box {
	width: 100%;
	margin: 3% 0;
	background-color: white;
	padding: 1%;
	text-decoration: none;
}

.product_box img {
	width: 100%;
}

.product_box .category {
	color: #80869F;
	font-size: 14px;
	margin: 5%;
}

.product_box .title {
	color: #80869F;
	font-size: 18px;
	margin: 5%;
	font-weight: 600;
	color: #80869F;
}

.product_box .price {
	margin: 5%;
	color: #959cb9;
	font-size: 16px;
}

.product_box .button_type3 {
	margin: 5% 0 0 0;
	width: 100%;
	background-color: white;
	color: #80869F;
	border: solid thin #80869F;
}

#product_info {
	padding: 8vh 7%;
	background-color: #EEEFF3;
}

#product_specifics {
	margin-top: 5vh;
}

#product_images {
	width: 100%;
	margin-bottom: 2vh;
}

#product_specifics #main_img {
	width: 100%;
}

#product_specifics .filmstrip {
	width: 22%;
	margin-top: 2%;
	margin-right: 4%;
	display: inline-block;
	cursor: pointer;
	align-self: center;
}

#product_specifics .filmstrip:last-child {
	margin: 0;
	align-self: center;
	display: inline-block;
}

#product_particulars {
	width: 100%;
}

#product_particulars .product_category {
	color: #80869F;
	font-size: 20px;
	margin-bottom: 2%;
}

#product_particulars .product_title {
	color: #80869F;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 3%;
}

#product_particulars .product_price {
	font-size: 32px;
	color: #3A3D4A;
	margin-bottom: 6%;
}

#product_particulars p {
	color: #3A3D4A;
	font-size: 18px;
}

#product_particulars #alternative_product {
	color: #3A3D4A;
	display: none;
	border-top: solid thin #D1D5E2;
	border-bottom: solid thin #D1D5E2;
	padding: 2% 0;
	margin: 6% 0 6% 0;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

#product_particulars #option_dropdown,
#product_particulars #option_dropdown2 {
	display: none;
	font-size: 20px;
	padding: 3% 2%;
	border-top: solid thin #D1D5E2;
	border-bottom: solid thin #D1D5E2;
	width: 100%;
	white-space: normal;
	margin-bottom: 5%;
}

#product_particulars .qty,
.options {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 2%;
	margin-top: 6%;
	margin-bottom: 3%;
}

#product_particulars #qty_minus,
#qty_plus {
	display: inline-block;
	padding: 5%;
	border: solid thin #D1D5E2;
	cursor: pointer;
}

#product_particulars #qty_count {
	font-size: 16px;
	padding: 5% 15%;
	border-top: solid thin #D1D5E2;
	border-bottom: solid thin #D1D5E2;
	;
}

#product_particulars .button_type1,
#product_particular .button_type3 {
	display: block;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	margin-top: 3vh;
	height: 8vh;
	line-height: 8vh;
}

#product_particulars .button_type3 {
	display: block;
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	margin-top: 3vh;
	height: 7vh;
	line-height: 7vh;
}

#contact_hero {
	width: 100%;
	height: 50vh;
	background-image: url('/img/contact_header.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(8, 15, 37);
	position: relative;
}

#contact_hero h1 {
	position: absolute;
	bottom: 10%;
	width: 100%;
	text-align: center;
	text-transform: none;
	font-weight: 500;
	font-size: 40px;
}

#contact_us, #announcement {
	background-color: rgb(23, 26, 39);
	min-height: 100vh;
	padding: 5%;
	text-align: center;
}

#contact_us p, #announcement p {
	font-size: 18px;
}

#announcement h2, #announcement h3 {
	color: white;
	margin-bottom: 5vh;
}

#announcement h3 {
	margin-top: 5vh;
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

#contact_form {
	margin-top: 10%;
	text-align: left;
	color: white;
	padding: 0 5%;
}

#contact_form select,
#contact_form button,
#contact_form input,
#contact_form textarea {
	display: block;
	width: 100%;
	margin: 10% 0;
	border: solid white medium;
	background-color: rgb(23, 26, 39);
	color: white;
	padding: 4% 1%;
	font-size: 16px;
}

#contact_form button {
	display: block;
	width: 100%;
	margin: 2% 0;
	border: solid white medium;
	background-color: rgb(23, 26, 39);
	color: #F8BA51;
	padding: 2%;
	font-size: 16px;
}

#contact_form textarea {
	height: 20vh;
}

#contact_form input::placeholder,
#contact_form textarea::placeholder,
#contact_form select:invalid {
	color: #9e9e9e;
	opacity: 1;
	font-size: 16px;
}

#contact_form label {
	color: #9e9e9e;
	opacity: 1;
	font-size: 16px;
	display: inline-block;
}

#contact_form input[type="checkbox"] {
	height: 3vh;
	width: 3vh;
	display: inline-block;
	margin: 3% 2% 3% 0;
	padding: 0;
}

#contact_form input:focus,
textarea:focus {
	background-color: #2D303D;
}

#contact_form input:valid,
#contact_form textarea:valid,
#contact_form select:valid {
	color: #F8BA51;
}

#contact_form button {
	cursor: pointer;
}

#contact_form button:hover {
	cursor: pointer;
	background-color: #2D303D;
}

#contact_form #role,
#contact_form #experience,
#contact_form #portfolio,
#contact_form #order_number
{
	display: none;
	text-align: left;
	width: 100%;
}

#contact_form #success_msg,
#contact_form #failure_msg,
#contact_form #incomplete_msg
{
	display: none;
	text-align: center;
	width: 100%;
}

#contact_form #incomplete_msg {
	text-align: center;
	color: #FF5151;
	margin-top: 5%;
	font-weight: 300;
	font-size: 18px;
}

.form_result {
	font-size: 20px;
	color: #F8BA51;
	text-align: center;
}

#demo_401_intro video {
	width:90%;
	margin: 2vh 0;
}

#demo_401_hero {
	width: 100%;
	height: 50vh;
	background-image: url('/img/demo_401_header.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(8, 15, 37);
	position: relative;
}

#demo_401_hero #hero_img {
	position: absolute;
	bottom: 5%;
	width: 90%;
	margin: 0 5%;
}


#demo_401_intro {
	background-color: rgb(23, 26,39);
	min-height: 100vh;
	padding: 5vh 10%;
	text-align: center;
}

#demo_401_intro p {
	font-size: 18px;
	line-height: 180%;
}

.demo_401_gallery {
	width: 90%;
	margin-bottom: 4%;
}

.demo_401_cta {
	display: block;
	background-color: #f8ba51;
	padding: 5%;
	color: #3a3d4a;
	text-align: center;
	width: 80%;
	height: 10%;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	margin: 5vh 10%;
}

#download_hero {
	display: none;
}


.demo_401_cta i {
	display: block;
	margin: 0 25% 5% 25%;
	width: 50%;
}

#demo_401_intro p.footnote {
	font-size: 13px;
	color: #8187a4;
}

#demo_401_intro h3 {
	width: 100%;
	color: #f8ba51;
	font-size: 22px;
	margin-bottom: 2.5%;
	text-transform: uppercase;
	font-weight: 700;
}

#demo_401_intro h4 {
	width: 100%;
	color: #f8ba51;
	font-size: 20px;
	margin-bottom: 2.5%;
	text-transform: uppercase;
	font-weight: 400;
}

#faq_hero {
	width: 100%;
	height: 50vh;
	background-image: url('/img/faq_hero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(8, 15, 37);
	position: relative;
	background-position-x: -20vw;
}

#faq_main {
	background-color: rgb(23, 26, 39);
	min-height: 100vh;
	padding: 5% 20%;
	text-align: center;
	padding-top: 10vh;
}

#faq_main h3 {
	width: 100%;
	color: white;
	font-size: 22px;
	margin-bottom: 3vh;
	text-transform: uppercase;
	font-weight: 700;
}

#faq_main h2 {
	color: #f8ba51;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 2vh;
}

#faq_main h2 i {
	margin-right: 1%;
	cursor: pointer;
}

#faq_main p.faq_answer {
	max-height: 0;
	overflow: hidden;
	transition: all 400ms;
	margin-bottom: 2vh;
}

#faq_main p a {
	color: white;
	text-decoration: underline;
}

#donation_box {
	display: none;
	position: fixed;
	width: 95%;
	height: 100%;
	top: 5vh;
	left: 2.5%;
	background-color: #080f25;
	padding: 10% 5%;
	z-index: 501;
	color: white;
	text-align: center;
	line-height: 180%;
	overflow-y:scroll;
}

#donation_box h2, p {
	margin-bottom: 4%;
}

#donation_box input[type="text"] {
	display: inline-block;
	background-color: #20263d;
	color: white;
	font-size: 18px;
	border: none;
	margin: 8% 0;
	padding: 5%;	
	width: 100%;
	text-align: center;
}

#hero_img {
	width: 80%;
	margin: 0 10% 5% 10%;
}

#p401_system_requirements {
	background-color: rgb(23, 26, 39);
	min-height: 100vh;
	padding: 5% 20%;
	text-align: center;
	padding-top: 10vh;
}


.p401_gallery_img {
	width:80%;
	margin: 0 10% 5% 10%;
}

#p401_system_requirements h3 {
	width: 100%;
	color: #f8ba51;
	font-size: 22px;
	margin-bottom: 2.5%;
	text-transform: uppercase;
	font-weight: 700;
}

#p401_system_requirements h4 {
	width: 100%;
	color: #f8ba51;
	font-size: 20px;
	margin-bottom: 2.5%;
	text-transform: uppercase;
	font-weight: 400;
}

#p401_system_requirements .subnote {
	font-size: 16px;
	line-height: 150%;
	color: #f8ba51;
}

.p401_gallery_img {
	border: solid thin #c7b06c;
	margin-bottom: 5%;
}

#donation_box #donation_currency_symbol {
	display: inline-block;
	padding: 5%;
	background-color: #20263d;
	font-size: 18px;
	border: none;
	font-weight: 700;
	width: 100%;
}

#donation_box .donate {
	display: block;
	width: 100%;
	margin-bottom: 6%;
	height: 6vh;
	text-align: center;
	line-height: 6vh;
	padding: 0;
	background-color: #20263d;
	cursor: pointer;
}

#donation_box #donate_paypal {
	background-color: #ffc43a;
}


#donation_box #donation_currency {
	display: block;
	background-color: #20263d;
	color: white;
	font-size: 16px;
	padding: 5%;
	width: 100%;
	margin-top: 8%;
	text-align: center;
}

#donation_box #error_box {
	display: none;
	background-color: #20263d;
	color: #ff5252;
	width: 100%;
	margin-bottom: 5%;
	padding: 3%;
}

.donate img {
	width: 100%;
	margin-top: 2.5%;
}

#demo_update_notice {
	font-style: italic;
	color: #f8ba51;
}

.demo_disclaimer {
	color: #f8ba51;
}

#thankyou_banner {
	width: 50vw;
	margin: 5vh 25vw 5vh 25vw;
}


#donation_thankyou {
	width: 100%;
	max-width: 2000px;
}