#top-content {
  margin-top: 40px; }
  #top-content svg {
    fill: #4D4948;
    margin-bottom: -7px; }

#content {
  background-color: #4D4948;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-height: 90vh;
  margin-bottom: -140px; }
  #content .logo {
    width: 80vw; }
  #content .featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 40px 0; }
    #content .featured div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      text-align: center;
      background: white;
      -webkit-box-shadow: 4px 8px 6px #00000042;
              box-shadow: 4px 8px 6px #00000042; }
      #content .featured div h3 {
        font-weight: bold; }
      #content .featured div h3, #content .featured div p {
        font-size: 1em;
        padding: 20px; }
      #content .featured div a {
        background-color: #CE7C56;
        margin: 20px;
        text-transform: uppercase;
        color: white; }
        #content .featured div a:hover {
          margin: 20px 40px; }
        #content .featured div a:visited {
          color: white; }
  #content .cta {
    margin: 40px 0 240px;
    background-color: #CE7C56; }
    #content .cta a {
      margin: 20px 80px;
      text-transform: uppercase;
      color: white; }
      #content .cta a:hover {
        margin: 20px 40px; }
      #content .cta a:visited {
        color: white; }

.footer-top {
  width: 100%;
  margin-bottom: 20px; }
  .footer-top svg {
    fill: #382A27; }

/*# sourceMappingURL=main_style.css.map */