body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #b3b3b3;
  background: #fff;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "Playfair Display", times, serif;
}

.site-wrap {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.offcanvas_menu ul.social li:first-child a {
  padding-left: 0;
}

main, aside {
  width: 100%;
}

@media (min-width: 576px) {
  main {
    width: 60%;
  }
  aside {
    width: 40%;
  }
}

aside {
  background-position: center center;
  background-size: cover;
  height: 400px;
  position: relative;
}

@media (min-width: 576px) {
  aside {
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
  }
}

main {
  float: left;
  padding: 7%;
  position: relative;
}

.section-heading {
  background: #ffc107;
  padding: 2px 15px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: 15px;
}
