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

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.definition { 	-webkit-border-radius: 25px 25px 25px 25px; border-radius: 25px 25px 25px 25px; width: 25%; text-align: left; border: 2px dashed #373737; padding: 20px; min-width: 350px; margin: auto; }
.venue { background: url(place2.jpg); background-size: cover; -webkit-background-size: cover; width: 100%; height: 356px; }

a:link {
	text-decoration: none; 
	color: #777; 
	cursor: hand; 
	border-bottom: 2px dashed #777; 

}
a:visited, a:active {
	text-decoration: none; 
	color: #777; 
	cursor: hand; 
}
a:hover {
	text-decoration: none; 
	color: #fff; 
	cursor: hand; 
	border-bottom: 0; 
}

body {
	background: url(moth.jpg) #000000 no-repeat fixed center top;	
	background-size: contain;
}

   h1 {
	font-family: 'Raleway', sans-serif;
	color: #777;
	font-size: 4em;
	letter-spacing: 12px;
	text-shadow: -1px 1px 1px #fff;
}

	h2 {
	font-family: 'Raleway', sans-serif;
	color: #373737;
	font-size: 2em;
	margin-top: 0;
}

ul {
	font-family: 'Raleway', sans-serif;
	color: #777;
	font-size: 0.9em;
	letter-spacing: 1px;

}

h4 {
	font-family: 'Raleway', sans-serif;
	color: #777;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}

p {
	font-family: 'Raleway', sans-serif;
	color: #777;
	font-size: 1.3em;
	padding: 10px;
}

input {

	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	padding: 15px;
	background: #777;
	opacity: 0.4; 
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;	
	text-align: center;
	letter-spacing: 2px;
	border: 0;
	margin: 5px;
}

li {
	padding: 5px;	
	
}