
/* background color hex: 5D2A2A  Accent color hex: #B86B6B */

body { 
	margin:0;
	background-color: #5D2A2A;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	font-style: normal;}

h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: white;
	font-style:italic;
	font-size:700%;
	line-height: 1.1;
	margin-bottom: 0;
	margin-top: 0;}


h2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-bottom: 2px;
	font-size: 300%;
	text-align: center;}

a:hover {
	color: #B86B6B;
	transition: 0.3s}

a, a:visited {
	text-decoration: none;
	color: white;}

ul, li { 
	list-style-type: none;
	padding-left: 0;}

header {
	background-color: black;
	display: inline-block;
	width: 100%;}

input, textarea { 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: left;
	color: lightgray;
	opacity: 1;
	background-color: black;
	border-style: solid;
	border-color: #B86B6B;
	border-width: 2px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
	resize: none;}

img {
	width: 90%;
	padding: 8px;}

.about, .store, .form, .footer {
	background-color: black;}


.button {
	font-size: 16px;
	background-color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	padding: 10px;
	border-radius: 20px;
	border-style: solid;
	border-color: #B86B6B;}

.button:hover { 
	background-color: #B86B6B;
	transition: 0.3s}

.submitbutton {
	width: 90px;
	font-size: 14px;
	text-align: center;
	background-color: #B86B6B;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	padding: 10px;
	margin-top: 5px;
	border-radius: 20px;
	border-style: solid;
	border-color: #B86B6B;}

.submitbutton:hover { 
	background-color: black;
	transition: 0.3s;}

.navwrapper {
	padding: 10px;
	background-color: black;}

.infowrap {
	padding-left: 50px;
	padding-right: 50px;}

.infowrap-store {
	padding-left: 200px;
	padding-right: 200px;}

.headernavlinks, li { 
	display: inline-block; 
	padding: 10px;}

.nav { 
	float: right;
	padding-right: 5px;}

.logo { 
	float: left;
	padding-top: 20px;
	padding-left: 8px;}

.herocontent {
	float: left;
	margin-bottom: 40px;
	padding: 40px;}

.heroimage {
	background-image: url("vectors-images/hero-image.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 500px;}


.herostatment {
	line-height: 1.3em;
	font-size: 18px;}

.text {
	max-width: 500px;
	float: left;}


.about {
	text-align: center;
	padding: 20px;}

.aboutcontent {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;}

.aboutsection {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin-bottom: 30px;
	margin-top: 10px;}


.archive {
	text-align: center;
	justify-content: center;
	align-items: center;}

.archiveimage {
	width: 100%;
	height: 400px;
	margin-top: 50px;
	background-size: cover;
	background-image: url("vectors-images/lore-image.jpg"); 
	background-repeat: no-repeat;
	position: center;}

.store {
	text-align: center;
	padding: 20px;
	padding-bottom: 30px;}

.storecontent {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;}

.storesection {
	display: inline-block;
	vertical-align: middle;
	width: 28%;
	margin-bottom: 40px;}

.testimonials {
	text-align: center;
	padding: 20px;
	margin-bottom: 15px;}

.testintro {
	text-align: center;}

.formintro {
	text-align: center;}

.commentsection {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	text-align: center;
	padding: 20px;}

.comment {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;}

.testname {
	color: #B86B6B;
	font-style: italic;
	font-weight: bold;}

.pfp {
	width: 80px;}

.commentbox {
	text-align: left;
	background-color: black;
	width: 70%;
	border-radius: 20px;
	padding: 15px;}

.left {
	align-content: center;
	display: inline-block;
	vertical-align: top;
	max-width: 40%;
	padding: 10px;}

.right {
	align-content: center;
	display: inline-block;
	vertical-align: top;
	max-width: 40%;
	padding: 10px;}

.form {
	padding-top: 10px;
	text-align: center;
	margin-left: 0px;}

.forminfo {
	display: block;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	margin-top: 40px;
	margin-left: 0px;}

.fields {
	display: inline-block;
	width: 40%;
	gap: 20px;}

.mobile {
	display: block;}

.footer {
	text-align: center;
	padding: 20px;}

.heromobile {
	display: none;
	width: 100%;
	height: 400px;
	margin-top: 30px;
	background-size: cover;
	background-position: center;
	background-image: url("vectors-images/hero-image.jpg"); 
	background-repeat: no-repeat;}

.mobilelinks {
	margin-bottom: 60px;}

.mobile { 
	display: none;}

#toggle {
	display: none;}

#toggle {
	width: 60px;
	margin-top: 22px;
	margin-right: 20px;
}

/* MEDIA QUERIES ----------------------------------------------------------*/

@media screen and (max-width: 1000px){
	
	.infowrap-store {
		padding-left: 80px;
		padding-right: 80px;}


	.pfp {
		padding: 0px;
		margin: 5px;}

	.comment, .commentbox {
		width: 90%;
		flex-direction: column;}


	.left, .right {
		flex-direction: column;
		width: 90%;}}


@media screen and (max-width:930px){
	
	.fields {
		width: 80%;}
	
	#toggle {display: block;float: right;}

	.headernavlinks {display: none;}

	.mobile {
		display: block;}

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



@media screen and (max-width:700px){
	
	.aboutcontent, .storecontent { 
		flex-direction: column;}

	.aboutsection, .storesection {
		padding: 10px;
		width: 100%;}
	
	.comment {
		text-align: center;
		align-self: center;
		width: 100%;
		bottom-padding: 30px;}
	
	.commentbox {
		width: 100%;
		padding: 15px;}
	
	.commentsection	{
		align-content: center;
		flex-direction: column;
		display: flex;
		width: 90%; }
	
	.left, .right {
		max-width: 600px;
		width: 100%;
		align-self: center;}}


@media screen and (max-width:600px){
	
	
	h1 {font-size: 550%;}
	
	.logo {
		padding-left: 10px;}
	
	.heromobile{
		margin-top: 0px;
		display: block;
		height: 500px;
		width: 100%; 
		background-image: url("vectors-images/hero-image-FULL.jpg")}
	
	.heroimage {
		display: flex;
		justify-content: center;
		bottom-margin: 5px;
		background-image: none;
		background-color: black;}
	
	.herocontent {
		padding-bottom: 0px;
		margin-bottom: 0px;
		display: inline-flex;
		vertical-align: middle;}
	
	
	.text {
		margin-top: 20px;
		max-width: 400px; 
		text-align: center; 
		display: inline-block; 
		vertical-align: middle;}}
















