@import url('https://fonts.googleapis.com/css?family=Gothic+A1');
@charset "UTF-8";
/* CSS Document */

header, section, footer, aside, nav, article, figure, figcaption {
  display: block;
}


body {
  color: #47704e;
  background-color: #f9f8f6;
  background-image: url("images/background2.png"); /*adds a background image to the page */
  background-position: center;
  font-family: 'Gothic A1', sans-serif;
  line-height: 1.4em; /*line height for entire website set at 1.4 times the browser default */
  margin: 0px;
}

/*the class below only applies to the wrapper div (the big container holding everything else inside) */
.wrapper {
  width: 940px;
  margin: 20px auto 20px auto;
  border: 2px solid #4f425e;
  background-color: #ffffff;
}

header {
  height: 160px;
  background-image: url(images/Header.gif);
  background-repeat: no-repeat;
  background-color: rgb(230, 184, 166);
}

li {
  color: #ff986c;
}

h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 940px;
  height: 130px;
  margin: 0px;
}

nav, footer {
  clear: both;
  color: ffffff;
  background-color: #9fccc9;
  height: 30px;
}

nav ul {
  margin: 0px;
  padding: 5px 0px 5px 30px;
}

nav li {
  display: inline;
  margin-right: 40px;
}

nav li a {
  color: #ffffff;
}

nav li a:hover, nav li a.current {
  color: #7f4934; /* hovering over a navigation list item makes it black */
}

section.about {
  float: left;
  width: 659px;
  border-right: 1px solid #eeeeee;
}

article {
  clear: both;
  overflow: auto;
  width: 100%;
}

.headergroup {
  margin-top:40px;
}

figure {
  float: left;
  width: 170px;
  height: 210px;
  padding: 5px;
  margin: 20px;
  border: 1px solid #eeeeee;
}

figcaption {
  font-size: 90%;
  text-align: left;
}

aside {
  width: 230px;
  float: left;
  padding: 0px 0px 0px 20px;

}

aside section a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}

/*this changes the text and background color of the links inside the aside section (on the right-hand side) */
aside section a:hover {
  color: #985d6a;
  background-color: #dbbab4;
}

a {
  color: #985d6a;
  text-decoration: none;
}

h1, h2, h3 {
  font-weight: normal;
}

h2 {
  margin: 10px 0px 5px 0px;
  padding: 0px;
  color: #7f346a;
}

h3 {
  margin: 0px 0px 10px 0px;
  color: #7f4934;
}

aside h2 {
  padding: 30px 0px 10px 0px;
  color:   color: #78A489;
}

footer {
  font-size: 80%;
  padding: 7px 0px 0px 20px;
}

p {
  color: #7f4934
}
