@CHARSET "UTF-8";
body,h3{margin:0; padding:0;}
button:focus {outline:0;}

.logo {
	width: 200px;
	height: auto; 
	float: left;
}

.tagline {
	font-size: 20px;
	padding-top: 50px;
	font-family: roboto;
	letter-spacing: 3px;
	color: #990099;
}

.social_media {
  white-space: nowrap;
  font-family: neucha;
  margin-left: 20px;
}

.instagram {
  display: inline;
}

.social_link {
  color: black;
  text-decoration: none;
  display: inline-block;
}

.fa-instagram {
  font-size: 30px !important;
  margin-left: 10px;
}

.social_link:hover {
  color: #ac008c;
}

.topbar {
	width: 100%;
	margin: auto 0;
	padding: 0;
  display: inherit;
}

.navbar {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e3cdea;
}

.navitem {
	display: block;
	margin: auto 0;
	float: left;
}

.navitemlink {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: neucha;
}

li a:hover {
    background-color: hsl(0, 0%, 91%);
}

.headerimg {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.mail-chimp {
  text-align: center;
  font-family: neucha;
}

.mail-chimp-link {
  text-decoration: none;
  color: #000000;
}

.mail-chimp-link:hover {
  color: #fb7907;
}

#slideshow {
	text-align: center;
    position: relative;
    width: 600px;
    height: 450px;
    padding: 0px;
    margin: 50px auto 50px auto;
    list-style-type: none;
}

@media (max-width: 600px) {
  #slideshow {
  	text-align: center;
  	position: relative;
  	height: 67.5vw;
  	width: 90vw;

      }
  }

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
  	justify-content: center;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.slideimg {
	height: auto;
	width: 650px;
	max-width: 100vw;
	flex: none;
}

.showing {
    opacity: 1;
    z-index: 2;
}

#flyer_grid {
	text-align: center;
	margin: 25px auto;
}

.flyer_item {
    width: 600px;
    max-width: 100vw;
    display:inline-block;
    vertical-align: top;
    text-decoration:none;
    padding-bottom: 10px;
}

	.flyer_img_outer {
		width: 90%;
		margin: auto;
	}	

	.flyer_img {
		width: 100%;
		height: auto;
	}

.flyer_text {
	font-family: neucha;
	margin: 30px auto auto auto;
	width: 90%;
	font-size: 16px;
}

.reglink_box {
	text-align: center;
}

.reglink {
	display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: oswald;
    font-weight: bold;
    background-color: hsl(24, 100%, 55%);
    margin-top: 30px;
}

a.reglink:hover {
    background-color: hsl(24, 100%, 65%);
}

#aboutbox {
	/*background-color: #cccccc;*/
  background-color: #e3cdea;
	text-align: center;
	margin: auto;
	padding-bottom: 61px;
  padding-top: 25px;
}

#about {
	font-family: oswald;
}

.aboutcontent {
	/*font-family: oswald;*/
  font-family: Josefin Sans;
	font-weight: lighter;
	width: 50%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#registerbox {
	text-align: center;
	background-color: #cccccc;
	margin: 0px auto 0px auto;
	padding-top: 25px;
}

#register {
	font-family: oswald;
}

.registercontent {
	font-family: oswald;
	font-weight: lighter;
	width: 100%;
	text-align: center;
}

.logo_footer {
	display: block;
	width: 200px;
	height: auto; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.words {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: -21px;
}

.about_word {
  padding: 0px;
  margin: 0px;
  font-family: Dancing Script;
  margin-top: -60px;
  font-size: 5em;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: hsl(0, 0%, 17%);
}

@media (max-width: 670px) {
  .about_word {
    font-size: 4em;
  }

  #aboutbox {
    padding-bottom: 40px;
  }
}

@media (max-width: 414px) {
  .about_word {
    font-size: 2em;
  }

  .words {
    margin-top: -17px;
  }
}

.about_img {
  width: 100%;
  display: block;
}

/*form {
  position: relative;
  margin: 0 auto;
  width: 500px;
  padding: 1em;
  border: 1px solid #CCC;
  border-radius: 1em;
  margin-top: 30px;
  background-color: #fffdd5;
}

div + div {
  margin-top: 1em;
}

label {
  font-family: roboto;
  display: inline-block;
  width: 118px;
  text-align: left;
}

.workshop {
  width: 117px;
}

input, textarea {
  font: 1em sans-serif;

  width: 300px;

  -moz-box-sizing: border-box;
       box-sizing: border-box;

  border: 1px solid #999;
  margin-left: 10px;
}

input:focus, textarea:focus {
  border-color: #000;
}

textarea {
  vertical-align: top;

  height: 5em;

  resize: vertical;
}

.button {
  text-align: center; 
}

button {
  margin-left: .5em;
}*/