@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

body {
	color: white;
	background-color: #0c162c;
	padding: 0;
	display: flex;
	flex-direction: column;
}

/*.main-body {*/
/*	background: #1976d2;*/
/*	!*background: linear-gradient(to bottom, rgba(17, 32, 65, 75%), rgba(17, 32, 65, 50%));*!*/
/*	background-size: 100%;*/
/*	background-repeat: no-repeat;*/
/*	!*width: 100%;*!*/
/*	height: 100%;*/
/*}*/

.header {
	background-color: rgba(182, 180, 180, 0.5);
	/*position: page;*/
	top: 0;
	width: 100%;
	padding: 3px;
	line-height: 50px;
	/*vertical-align: middle;*/
	color: #221710;
	flex: 1;
	display: flex;
}

.index-header {
	background-color: rgba(182, 180, 180, 0.5);
	/*position: page;*/
	top: 0;
	width: 100%;
	padding: 3px;
	line-height: 50px;
	/*vertical-align: middle;*/
	color: #221710;
	flex: 1;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.logo-container {
	margin: 2px;
	height: 82px;
	flex: 25%
	/*position: absolute;*/
}

.logo {
	margin: 0;
	/*position: relative;*/
	top: 50%;
	float: left;
	font-size: 52px;
}

.logo-header {
	background: rgba(220, 220, 220, 50%);
	border-radius: 40px;
	padding: 20px;
	width: 600px;
}

/*.logo-image {*/
/*	height: 50px;*/
/*}*/

.main-links {
	/*float: right;*/
	/*position: page;*/
	list-style-type: none;
	text-align: right;
	padding: 0 10px 0 0;
	flex: 50%;
}

.links li {
	font-family: Pinyon-Script, cursive;
	display: inline-block;
	font-size: 18px;
	padding: 0 18px 0 0;
}
.main-page-links {
	/*float: right;*/
	/*position: page;*/
	list-style-type: none;
	padding: 0 10px 0 0;
	flex: 50%;
}

.index-links li {
	list-style-type: none;
	font-size: 18px;
	padding: 0 18px 0 0;
}

a:link {
	font-family: Pinyon-Script, cursive;
	color: white;
	font-weight: bold;
}

a:visited {
	font-family: Pinyon-Script, cursive;
	color: wheat;
	font-weight: bold;
}

.main-body {
	alignment: center;
	align-content: center;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.body-content {
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
}

.images-view {
	align-content: center;
	justify-content: center;
	text-align: center;
}

.buy-now-link {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	border: antiquewhite solid 1px;
}

.body-text {
	text-align: start;
	align-content: flex-start;
	justify-content: space-around;
	font-size: large;
	width: 800px;
}

.front-page-image {
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	background-size: cover;
	background-position: bottom;
}


#comingsoon-header {
	font-style: italic;
	font-size: 64px;
}

.general-text {
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
}

.large-text {
	font-size: 18pt;
}

.footer-parent {
	position: relative;
}

.footer {
	position: fixed;
	bottom: 0;
	background-color: rgba(128, 128, 128, 50%);
	background-image: linear-gradient(rgba(128, 128, 128, 25%), rgba(255, 255, 255, 75%));
	color: #221710;
	width: 100%;
	padding: 6px;
	float: bottom;
}
