/* Style sheet created by: D'Andrea Doyle, June 27, 2020 */

/* Style for body specifies a background color */
body {
	background-color: #E0F0FF;
}

nav li a:link {
  color: #FFFFFF;
}

nav li a:hover {
  color: #CCFFCC;
  font-size: 1.5em;
}

/* Media query for Tablet Viewport */ 
@media only screen and (min-width: 481px) {
nav li { display: inline; }

} 

img {
  margin-left: auto;
  margin-right: auto;
  width: 80%
}

header {
	font-family: Verdana, Arial, serif;
	font-size: 2em;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	text-align: center;
	padding: 0.2em;
	color: #000066;
}

nav {
	font-family: Lucida, "Times New Roman", serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
}

nav ul {
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Style specifies a horizontal display for navigation links */
nav li {
  background-color: #000066;
  list-style-type: none;
  margin: 0em;
  padding: 0em;
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  padding left: 0;
  padding-right: 0;
  width: 18%;
  white-space: nowrap;
}  

main {
  border: none;
  margin-top: 4em;
  clear: left;
  display: block;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 1em;
	margin-top: 0.5em;
	padding: 0.5em;
	border-radius: 1em;
	background-color: #FFFFFF
}

footer {
	font-size: .70em;
	text-align: center;
	margin-top: 2em;
}

.mobile {
  display: none;
}

.desktop {
  display: inline;
}

/* Media query for Desktop Viewport */ 
@media only screen and (min-width: 769px) {
#container {
  width: 80%;
}

img {
  width: 60%
}

nav ul {
  margin: 0;
  padding-left: 0.50%;
  padding-right: 0.50%;
}

nav li {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 20%;
  white-space: nowrap;
}

nav li a {
  display: inline-block;
  padding: 0.7em;
  font-size: 1.25em;
}

/* Style for the container centers the page and specifies the width */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

main {
  border: none;
  border-radius: 1em;
  box-shadow: 1em 1em 1em #334100;
  margin-top: 1em;
}

body { 
  background: -moz-linear-gradient(#FFFFFF, #3366CC);
  background: -o-linear-gradient(#FFFFFF, #3366CC);
  background: -webkit-linear-gradient(#FFFFFF, #3366CC);
  background: linear-gradient(#FFFFFF, #3366CC);
}

/* Style for the header specifies top margin, background color, rounded corners, and center align content */
header {
	font-family: Verdana, Arial, serif;
	font-size: 2em;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	text-align: center;
	padding: 0.2em;
	color: #000066;
}

#banner {
	text-align: center;
}

/* Style for nav specifies text properties */
nav {
	font-family: Lucida, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

/* Style specifies padding and margins for unordered list */
nav ul {
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Style for nav li specifies the background color, rounded corners, removes bullet style, and applies margins and padding for list items within the navigation */
nav li {
  background-color: #000066;
  list-style-type: none;
  margin: 0em;
  padding: 0em;
  display: inline-block;
}

/* Style changes navigation link text color to white and removes the underline */
nav li a {
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
}

/* Style for the main specifies a block display, text properties, margins, padding, rounded corners, and borders  */
main {
	display: block;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 1em;
	margin-top: 0.5em;
	padding: 0.5em;
	border-radius: 1em;
	background-color: #FFFFFF;
}

/* Style for the footer specifies font size, text alignment, and top margin */
footer {
	font-size: .70em;
	text-align: center;
	margin-top: 2em;
}