/*
Author: Kate Pansini
Date: 9/8/25
File Name: mmstyles.css
*/

body, header, nav, main, footer, h1, div, img, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Style rule for images */
img {
	max-width: 100%;
	display: block;
}

/*Style rules for mobile viewport*/
.tab-desk {
	display: none;
}
	
body {
	background-color: #ffffff;
}

header a {
	float: left;
	width: 10%;
}

header p {
	margin-top: .5em;
	margin-bottom: 0;
	padding: 0;
	width: 90%;
	background-color: #ffffff;
	font-family: josefin sans;
	font-size: 1.5em;
	text-align: center;
	
}

/* Style rules for navigation area */
nav {
	float: right;
	margin: 1.5em 0 0 0;
	width: 90%;
	background-color: #b3ffff;
}

nav ul {
	list-style-type: none;
	margin: 0;
	text-align: center;
	padding: 0;
}

nav li {
	list-style-type: overflow;
	background-color: #b3ffff;
	display: block;
	font-size: 1.5em;
	font-family: limelight;
}

nav li a {
	display: inline-block;
	color: #000000;
	text-align: center;
	padding: 0.5em 1em;
	text-decoration: none;
}

/* Style rules for main content */
main {
	clear: left;
	background-color: #ffffff;
	padding: 2%;
	font-size: 1.25em;
	font-family: josefin sans;
}

main p {
	color: #000000;
	font-size: 1.25em;
}

video {
	display: block;
	margin: 0 auto 4%;
	max-width: 50%;
}

/* Style rules for form elements */
fieldset {
	margin-bottom: 2%;
}

fieldset p {
	font-size: 1.25em;
}

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: 3%;
	background-color: #b3ffff;
	font-family: limelight;
	font-size: 1em;
	border-radius: 10px;
}

/* Style rules for footer content */
footer p {
	font-size: 0.75em;
	text-align: center;
	clear: left;
	color: #fff;
	padding: 0.1em;
	font-family: josefin sans;
	background-color: #b3ffff;
}

footer p a {
	color: #000000;
	text-decoration: none;
}

.social img {
	display: inline-block;
	padding: 4%;
}

/* Media Query for Tablet Viewport */
@media screen and (min-width: 550px), print {
	

/* Tablet Viewport: Show tab-desk class, hide mobile class */
.tab-desk {
	display: block;
}
.mobile {
	display: none;
}

/* Tablet Viewport: Style rules for nav area */
nav li {
	border-top: none;
	display: inline-block;
	font-size: 1.5em;
	border-right: 1px solid #e5e9fc
}

nav li:last-child {
	border-right: none;
}

nav li a {
	padding: 0.25em 0.25em;
}

/*Tablet Viewport: Style rules for footer area */
.copyright {
	float: left;
	width: 65%;
}
.social {
	float: right;
	width: 25%;
}

}

/* Media Query for Desktop Viewport */
@media screen and (min-width: 769px), print {
	
	
	
/* Desktop Viewport: Style rule for header */
header {
	padding: 0;
}

/* Desktop Viewport: Style rule for nav area */
nav li {
	padding: .25em .25em;
}
nav li:hover {
	color: #000000;
	background-color: #ffffff;
}

/* Desktop Viewport: Style rules for main content */
#info ul {
	margin-left: 5%;
}

.tab-desk {
	width: 50%;
	float: left;
}

h2 {
	font-size: 1.5em;
	text-align: center;
	color: #000000;
}
#mobius, #spike, #nottao, #capturedbead, #cloud, #spikech, #e4spike, #fpspike, #fpchoker, #vertebrate, #tie, #rainbow, #wallet, #pink, #shirt, #keychain, #japanese, #scale {
	width: 20%;
	float: left;
	margin: 2% 2%;
}
}

/* Media Query for Print */
@media print {


body {
	background-color: #fff;
	color: #000;
}
}