.gold {
  color: #e5b33b;
}

.green {
  color: #72b475;
}

.green-dark {
  color: #4e6152;
}

.orange {
  color: #e36830;
}

.red-light {
  color: #b5656d;
}

body {
  color: #444;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
      margin-top: 82px;
}

nav {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1.7rem;
  text-transform: uppercase;
  position: fixed!important;
    top: 0;
    left: 0;
    width: 100%!important;
    display: block;
    max-width: 100%!important;
    padding-left: 100px;
    padding-right: 100px;
    background-color: #fff;
    z-index:111;
}

.logo {
  width: 350px;
}

img.logo {
  margin: 0 auto;
  display: block;
}

section,
footer > .column {
  padding: 4rem 1rem;
}

iframe {
  display: block;
  margin: 0 auto;
}

p {
  margin-bottom: 1rem;
}

h1 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: 0.2rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}

.who-we-are h1 {
  color: #72b475;
}

.current-products h1 {
  color: #e5b33b;
  margin-bottom: 4rem;
}

.buying-apples h1 {
  color: #e5b33b;
}

.where-to-buy h1 {
  color: #d15b38;
}

.contact h1, .links h1 {
  color: #ffffff;
}

h2 {
  font-family: 'Alegreya Sans SC', serif;
  font-size: 2.6rem;
  font-weight: 500;
  border-bottom: 2px solid;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

.product h2 {
  font-family: 'Alegreya SC', serif;
}

.entropy h2 {
  color: #d15b38;
  border-bottom-color: #e5b33b;
}

.dancing-fatman h2 {
  color: #e5b33b;
  border-bottom-color: #72b475;
}

.carmelita h2 {
  color: #72b475;
  border-bottom-color: #e36830;
}

.box {
  color: #444;
}

.box h2 {
  color: #d15b38;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.buying-apples .box {
  text-align: center;
}

.intro {
  background: url(img/bg-outdoor.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ededed;
  font-size: 1.4rem;
}
.intro a {
  border-bottom: 1px dashed;
  color: #d15b38;
  font-family: 'Alegreya Sans SC', sans-serif;
  padding-bottom: 0.2em;
  text-transform: lowercase;
}

.small-caps {
  color: #72b475;
  font-family: 'Alegreya SC', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.current-products {
  background-color: #ededed;
}

.box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.2rem;
  box-shadow: none;
}

.buying-apples {
  background: url(img/bg-apple.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #4e6152;
  color: #ffffff;
}

.buying-apples strong {
  color: #ffffff;
}

.contact {
  background-color: #e5b33b;
  color: #9b5f00;
}

.links {
  background-color: #d15b38;
  color: #8d2909;
}

.product {
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding: 2rem;
  margin-bottom: 4rem;
}

footer {
  text-align: center;
}

footer a {
  color: #ffffff;
}

iframe {
	max-width:100%;
}

.anchor-point {
  height: 0;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
      margin-bottom: .25rem;
  }
  body {
  	margin-top: 210px;
  }
}
