@charset "utf-8";
/* CSS Document */
body {
	background-color: #D8BFD8;
}

header p {
	color: #993eb9;
	font-family: 'Playball', cursive;
	font-weight: 400;
}
header img {
	display: block;
	margin: auto;
}
#copyright {
	color: #0b4e52;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: normal;
	}

#contact {
	color: #337439;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	}
p {
	color: #744ea0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	}

h1 {
	color: #337439; 
	font-family: 'Playball', cursive;
	font-style: normal;
	font-weight: 400;
	}

h2 {
	color: #337439;
	font-family: 'Playball', cursive;
	font-style: normal;
	font-weight:300;
	}
h3 {
	color: #b4949f;
	font-family: 'Playball', cursive;
	font-style: normal;
	font-weight: 200;
}

ul {
	color: #744ea0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight:normal;
	
}
		
li {
	color: #744ea0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight:normal;
	
}
nav {
	color: #744ea;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight:normal;
	list-style-image: url("Images/ButterflyBullet.png");
}

p.warning::before {
	content: url("Images/Exclamation-mini.png");
	margin-right: 6 px;
	vertical-align: middle;
		}

p.warning::after {
	content: url("Images/Exclamation-mini.png");
	margin-left: 6 px;
	vertical-align: middle;
		}


.emaillist {
	color: #337439;
	font-family: 'Playball', cursive;
	font-weight: 400;
	
}

a link {color: #00008B;}
a visited {color: #3c3ccf;}
a focus {color: #ae3772;}
a hover {color: #e34895;}

.socialicons {
	
}

.sphotos1 {

	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-around;
	text-decoration-color: #ae3772;
	
}
.sphotos2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-around;
	text-decoration-color: #ae3772;
}

.sphotos3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-around;
	text-decoration-color: #ae3772;
}
.purchase {
	
	color: #744ea0; 
	font-family: 'Playball', cursive;
	font-style: normal;
	font-weight: 800;
	
	
}

.inseason {
	align-content: flex-start;
	flex-direction: column;
	color: #337439; 
	font-family: 'Playball', cursive;
	font-style: bold;
	font-weight: 400;
}

.ghosted {
	color: #337439;
	font-family: 'Playball', cursive;
	font-weight: bold;
}

.index {
	width: 875px;
	margin: auto;
}

.ceramics {
	width: 875;
	margin: auto;
	text-indent: 300;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	vertical-align: middle;
}

figure {
  float: right;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: medium;
  text-indent: 0;
  border: none;
  text-decoration-color: #ae3772;
  margin: -0.5em;
  padding: -0.5em;
}

.container {
	width:1500 px;
    margin: auto;
    padding: 25px;
    border:100 px solid;
	background:#d8bfd8;

}



