html, body {
    font-family: 'EB Garamond', serif;
    margin: 0px;
    border: none;
    display: block;
    -webkit-text-size-adjust: 175%;
}

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

a {
    text-decoration: none;
    color: #0d9b4d;
}

.intro {
    display: block;
}

.title {
    font-size: 1.25rem;
    color: #0d9b4d;
    height: 3rem;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 2rem;
}

.header {
    font-family: 'EB Garamond', serif;
    font-size: 1.25rem;
    color: #0d9b4d;
    background-image: url(images/norway_spruce.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    border: 0px;
    padding: 0px;
    height: 642px;
    width: 642px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100%;    
}

.header-about {
    font-family: 'EB Garamond', Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #0d9b4d;
    background-image: url(images/lars_malcolm_cropped.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    border: 0px;
    padding: 0px;
    height: 642px;
    width: 642px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100%;    
}

.header-trees {
    font-family: 'EB Garamond', Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #0d9b4d;
    background-image: url(images/grand-fir.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    border: 0px;
    padding: 0px;
    height: 642px;
    width: 642px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100%;    
}

.header-wreaths {
    font-family: 'EB Garamond', Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #0d9b4d;
    background-image: url(images/Totoro.JPG);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    border: 0px;
    padding: 0px;
    height: 642px;
    width: 642px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100%;    
}

.header-holly {
    font-family: 'EB Garamond', Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #0d9b4d;
    background-image: url(images/holly.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    border: 0px;
    padding: 0px;
    height: 642px;
    width: 642px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100%;    
}

.header-faq {
    font-family: 'EB Garamond', Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #0d9b4d;
    background-image: url(images/faq.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    border: 0px;
    padding: 0px;
    height: 642px;
    width: 642px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100%;    
}

.header-directions {
    font-family: 'EB Garamond', Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #0d9b4d;
    background-image: url(images/danieldirections.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    border: 0px;
    padding: 0px;
    height: 642px;
    width: 642px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100%;    
}

.header-404 {
    font-family: 'EB Garamond', Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #0d9b4d;
    background-image: url(images/404.JPG);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    border: 0px;
    padding: 0px;
    height: 800px;
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100%;    
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #58a371;
}

.nav div {
    display: inline;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #0d9b4d;
}

.main {
    margin: auto;
    max-width: 800px;
    padding-bottom: 60px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.main h2 {
    text-align: center;
    color: #008000;
}

.main h3 {
    text-align: center;
}

.footer {
  position: absolute;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #58a371;
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 642;
  margin-bottom: 20px;
  font-weight: 600;
    
}

.footer div {
    display: inline;
    margin: auto;
}

.contact-btn {
  float: right;
  padding-left: 8rem;
}

.contact-btn a {
  cursor: pointer;
  padding: 8px 18px;
  border: 1px solid #204156;
  position: relative;
  background-color: white;

}

.contact-btn a:active {
	top: 2px;
}

.map-btn {
  float: left;
  padding-right: 8rem;
}

.map-btn a {
  cursor: pointer;
  padding: 8px 18px;
  border: 1px solid #204156;
  position: relative;
  background-color: white;

}

.map-btn a:active {
	top: 2px;
}