  @charset "UTF-8";
*{
	margin:0px;
	padding:0px;
}

/*html5 display rule*/
address, article, aside, canvas, content, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

body {
  background-image: url("../images/greyprint.jpg");
  background-size: 300px 200px;
  background-color: #7A7A7F;
  background-repeat: repeat;
}


/*container holding the articles*/
.scroll-item {
width: 100%!important;
}

/*the articles are centered in the scroll-item*/
article {
	width: 1130px;
  margin: 0 auto;
	}

.main {
	display: inline;
	float: left;
	width: 800px;
	padding: 20px 40px 20px 40px;
	background-color:#FFFFFF;
  margin-left: 225px;
}

.main img {
  padding-left:100px;
}

/*float inserted after the article*/
.mod::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/*---------------
nav stuff
-----------------*/
nav {
background-size: 260px 140px;
background-repeat:no-repeat;
/*background-color:#666;*/
width: 225px;
float: left;
display: block;
position: fixed;
top: 30px;
padding: 0 0 0 0;

}

nav li {
  margin: 0;
  text-align:center;
  list-style: none;
}
nav a {
  background: #002057;
  color: white;
  display: block;
  font-family: Arial, sans-serif;
  font-weight:bold;
  font-size: 16px;
  padding: 25px 5px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid black;
}
nav a:hover {
  background: #061E7A;
  color: white;
}
nav .current a {
  background: #FFF;
  color: black;
  font-weight: bolder;
  font-size: 18px;
  border-right: none;
}

#supplies {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-left: 50px;
}

#supplies li {
  margin: 20px;
}

/*-----text stuff here-------*/
 .main h2 {
	font-family: 'LeagueGothicRegular', Impact, "Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	font-size: 22px;
	font-weight:normal;
	color:#9C4521;
}
#section-1 .main .info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	margin-bottom:150px;
}

.main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom:30px;
	line-height:30px;
	color:#3A1F21;
}

.main h1 {
	font-family:  Impact, sans-serif;
	text-transform:uppercase;
	font-size: 55px;
	font-weight:normal;
	color: #BA2A0B;
  text-decoration: underline;
}

nav h1 {
	font-family:  Impact, sans-serif;
	text-transform:uppercase;
	font-size: 62px;
	font-weight:normal;
	color:#3A1F21;
}
#map{
  width: 750px;
  height: 550px;
  border: 1px solid black;
  align-items: center;
  margin: 15px;
}
