body {
	background-color: #e6e6fa;
}

.topnav {
  background-color: #fdd3c9;
  overflow: hidden;
font-family:'Sriracha', cursive;

}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: black;
  color: white;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #ffffba;
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

body {
	background-color: #e6e6fa;
	position: relative;
	top: 20px;
}

header {
	position: relative;	
}

h1 {
text-align: center;
/*display: inline-block;
*/font-size: 55px;
font-family:'Sriracha', cursive;
/*margin: 0px;*/
position: absolute;
top: 0px;
left: 340px;
width: 60%;
min-width: 600px;
/*background-color: #ffffba;
*/
}

#welcome {
font-size: 20px;
font-family:'Sriracha', cursive;
text-align: center;

}

.logo{
width: 350px;
/*display: block;
*/ margin-left: 0;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 padding: 10px 10px;
}

h2 {
text-align: right;
font-size: 20px;
font-family:'Sriracha', cursive;
position: absolute;
top: 170px;
left: 500px;
width: 60%;
min-width: 600px;

}


h3 {
text-align: center;
font-size: 30px;
font-family:'Sriracha', cursive;
color: #ff6289;
}

h4 {
text-align: center;
font-size: 30px;
font-family:'Sriracha', cursive;
color: #ff6289;

}

#date {
font-size: 20px;
 font-weight: bold;
font-family:'Sriracha', cursive;
color: #9e379f;	
text-align: center;
}

#info {
	text-align: center;
	font-size: 20px;
font-family:'Sriracha', cursive;
}


#submit {
text-align: center;
font-size: 30px;
font-family:'Sriracha', cursive;
color: #ff6289;
 font-weight: bold;

}

#think {
text-align: center;
font-size: 30px;
font-family:'Sriracha', cursive;
color: #ff6289;
font-weight: bold;

}

#contact {
text-align: center;
font-size: 30px;
font-family:'Sriracha', cursive;
color: #ff6289;
font-weight: bold;
}

.mySlides {
	width: 800px;
	margin: 0px auto;
}

.iconSize {
	width: 70px
}

