body, header, footer, nav {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #211854;
}

footer {
    text-align: center;
    color: #EE2764;
	font-size: .8em;
	background-color: #532e90;
	border: 5px solid #000;
}

ul {
	text-align: center;
}

#reviews {
	color: #a0ce5b
}

#image img {
	width: 500px;
	height: 600px;
}

.mobile {
	display: block;
}

#image {
	text-align: center;
	font-size: 220px;
}

#logo {
	color: #EE2764;
}

#logonext {
	display: grid;
	grid-template-columns: 10% 89%;
}

#top {
	color: #EE2764;
	text-align: center;
	font-family: "Changa One", sans-serif;
}


.text {
	color: #532e90;
	font-family: "Familjen Grotesk", sans-serif;
	text-align: center;
}

p a {
	color: #b0e1f2;
	font-family: "Share Tech Mono", monospace;
	text-decoration: none;
}

p {
	text-align: center;
}

#form {
    margin-top: 2%;
    background-color: #DAB1DA;
    padding: 2%;
}

#form h2 {
    text-align: center;
}

/*Style rules for form elements*/
fieldset, input, select, textarea {
    display: grid;
	grid-template-columns: auto auto;
	margin-bottom: 2%;
}

fieldset legend {
    font-weight: bold;
    font-size: 1.25em;
}

label {
    display: block;
    padding-top: 3%;
}

form #submit {
    margin: 0 auto;
    border: none;
    display: block;
    padding: 2%;
	color: #ffff;
    background-color: #36013F;
    font-size: 1em;
    border-radius: 10px;

}

/*Tablet Viewport: Style rule for form element*/
form {
    width: 70%;
    margin: 0 auto;
}

#subhead {
	color: #a0ce5b;
	font-family: "VT323", monospace;
	text-align: center;
}

/* #menu-links only needed for a hamburger menu */
.tablet-desktop, #menu-links {
	display: none;
}

/* Navigation styles */
nav {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav li {
	text-align: center;
}
nav a {
    background-color: #000000;
    display: block;
    padding: 0.5em;
    color: #0000FF;
    text-decoration: none;
}

/* Style rules for hamburger menu */
.mobile-nav a {
    text-align: center;  
    font-size: 1.5em;
    display: block;
}

.mobile-nav a.menu-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Styles for tablet sizes and larger */
@media screen and (min-width: 600px) {
    
    /* .mobile-nav style makes hamburger menu disappear in larger screen sizes */
	.mobile, .mobile-nav {
		display: none;
	}
	
	.tablet-desktop {
		display: block;
	}

	/* Navigation styles for tablet/desktop - make the number of autos match the number of nav items */
	nav ul {
		display: grid;
		grid-template-columns: auto auto auto auto auto auto auto auto;
	}
	
	nav a:hover {
	color: #800080;
	}
	
	/* Navigation styles for tablet/desktop dropdown */
	nav ul li:hover > ul {
		display: block;
		width: inherit;
	}
	
	nav ul ul {
		display: none;
		position: absolute;
	}
	
	nav ul ul li {
		width: auto;
	}


}

@media screen and (min-width: 1015px), print {

	img {
		max-width: 100%;
	}

	.spot {
	position: relative;
    max-width: 450px;
    margin: 2% auto;
    grid-gap: 20px;
	width: 29%;
    float: left;
    margin: 0 2%;
}

.row figcaption {
	text-align: center;
}

#events {
	display: grid;
	grid-template-columns: auto auto;
}

#clear {
	clear: left;
	margin-top: 20px;
}

	#image {
		max-width: 100%;
		text-align: center;

}

#image img {
	width: 1000px;
}

#rows {
	display: grid;
	grid-template-columns: auto auto auto;
}

}