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

/* opt in form styles. */


body{ 
	background-color: rgba(255,108,196,1.00);

}



h1{
  font-family: "Gwendolyn", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
}


/*
.gwendolyn-bold {
  font-family: "Gwendolyn", cursive;
  font-weight: 700;
  font-style: normal;
}
*/

h2, h3, h4, h5, h6, p {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

header1{width: 750px;
	min-height: 200px;
	background-color: rgba(0,0,0,0.00);
	margin: 5px auto;
	text-align: center;
	padding: 25px;}




header{width: 750px;
	min-height: 200px;
	background-color: rgba(240,215,238,1.00);
	margin: 5px auto;
	text-align: center;
	padding: 25px;}



footer{width: 750px;
	min-height: 125px;
	background-color: rgba(240,215,238,1.00);
	margin: 5px auto;
	text-align: center;
	padding: 25px;}





.subscription_form{width: 750px;
	min-height: 350px;
	background-color: rgba(240,215,238,1.00);
	margin: 5px auto;
	text-align: center;
	padding: 25px;}




#mc_embed_shell{
	background: rgba(240,215,238,1.00) !important;
	clear: left;
	font: 14px londrina, shadow, sans-serif;
	width: 600px;
	margin: 0px auto !important;
}





iv.gallery {
  border: 1px rgba(235,154,11,0.00);
}

div.gallery:hover {
  border: 1px rgba(235,154,11,0.00);
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}








.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}


.fa:hover {
  opacity: 0.7;
}


.fa-facebook {
  background: #3B5998;
  color: white;
}


.fa-twitter {
  background: #55ACEE;
  color: white;
}


.fa-instagram {
  background: #125688;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}







