@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');

/* --------------------------------------------- Main --------------------------------------------- */
html, body {
	height:100%;
	width: 100%;
	overflow-y:auto;
	overflow-x: hidden; 
	margin: 0px;
	font-size: 100%;
	background-color: rgba(0, 0, 0, 1);
	background-image: url('images/starstwinkle.gif');	
}

#wrapper {
	position: absolute;
	width: 100%;
	height: auto;
}

article {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index:1;
}

aside {
	float: left;
	width: 300px;
	height: auto;
}

section {
	float: left;
	padding: 0px 10px 0px;
}

header {
	position: relative;
}

footer {
	text-align: center;
	background-color: rgba(255, 255, 255, .75);
	padding:10px 0px;
	font-family: 'Courier Prime', monospace;
	clear: both;
}

p {
	font-family: 'Courier Prime', monospace;
	color: rgba(255, 255, 255, 1);
	font-size:100%;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Courier Prime', monospace;
	color: rgba(255, 255, 255, 1); 
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    display:block;
    border:0px;
    height:22px;
    background-image:url('images/rule.gif');	
}

/* ---------- Main Media Queries ---------- */

@media all and (max-width:979px) {

	html, body {
		overflow-x: hidden;
	}
	
	body {
		text-align: left;
		position: relative;
	}
	
	article {
		width: 100%;
		margin: 0 auto;
	}
	
	p, ul {
		margin-left: 2%;
		margin-right: 2%;
	}
	
}
/* --------------------------------------------- Menu --------------------------------------------- */
.sidebar {
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: rgba(255, 255, 255, .25);
	background-image: url('images/crystal_bg_low-res.png');
	float: left;
	height: 100%;
	overflow: auto;
}

.sidebar a {
	display: block;
	padding: 16px;
	font-family: 'Brush Script MT', cursive;
	font-size: 200%;
	border-bottom: dashed;
}
 
.sidebar a.active {
  background-color: rgba(51, 0, 51, .5);
  text-decoration: none;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: rgba(153, 102, 153, .5);
  text-decoration: none;
  color: white;
}

div.wrapper {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.wrapper {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

/* --------------------------------------------- Class --------------------------------------------- */
.hangingindent {
	padding-left: 25%;
	text-indent: -25%;
}

.text-center {
	text-align: center; 
}

.img-center {
    display:block;
	margin:auto;
}

.layer-one {
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
}

.layer-two {
	position: absolute;
	top: 0px;
	left: 400px;	
	z-index: 1;
}

.bio {
	width: 460px;
}

.bio a {
	background-color: rgba(255, 255, 255, .50);
}

.main {
	width: 760px;
}

.buttons {
	width: 980px;
	padding-bottom: 15px;
	display: flex;
	justify-content: center;
}

/* --------------------------------------------- Image --------------------------------------------- */

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 445px;
  margin: 0 auto;
}
.pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----------- Order Buttons --------------- */
.orderbutton {
  background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  margin: 1rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.orderbutton:hover {
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
  transition-duration: .1s;
}

.orderbutton a:link {
	color: rgba(255, 255, 255, 1);
}

.orderbutton a:hover {
	font-weight: bold;
}

.orderbutton a:visited {
	color: rgba(197, 198, 208, 1);
}

@media (min-width: 768px) {
  .orderbutton {
    padding: 0 2.6rem;
  }
}

/* --------------------------------------------- Links --------------------------------------------- */

a:link {
	color: rgba(51, 0, 51, 1);
	text-decoration: none;
}

a:hover {
	color: rgba(255, 51, 51, 1); 
	text-decoration: underline;
}

a:visited {
	color: rgba(0, 153, 204, 1); 
	text-decoration: none;
}

/*---------------------------- Contact Form -------------------------------*/
/* Remove outline of all elements on focus */
*:focus {
	outline: 0;
}

h3 {
	text-align: center;
}

/* Add styles to 'container' class */
.container {
	padding: 12px 24px 24px 24px;
	margin: 48px 12px;
	background: #E3F2FD;
	border-radius: 4px;
}

/* Add styles to 'label' selector */
label {
	font-size: 0.85em;
	margin-left: 12px;
}

/* Add styles to 'input' and 'textarea' selectors */
input[type=text],input[type=email], textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

/* Add styles to show 'focus' of selector */
input[type=text]:focus,input[type=email]:focus, textarea:focus {
	border: 1px solid green;
}

/* Add styles to the submit button */
input[type=submit] {
	background: #64B5F6;
	margin: 0 auto;
	outline: 0;
	color: white;
	border: 0;
	padding: 12px 24px;
	border-radius: 4px;
	transition: all ease-in-out 0.1s;
	position: relative;
	display: inline-block;
	text-align: center;
}

/* Add styles for 'focus' property */
input[type=submit]:focus {
	background: #A5D6A7;
	color: whitesmoke;
}

/* Style 'hover' property */
input[type=submit]:hover {
	background: #2196F3;
}

/* Align items to center of the 'div' with the class 'center' */
.center {
	text-align: center;
}