#main-background {
  background-image: url("/img/coffee_back_5_blur.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100% !important;
  z-index: 0;
  min-height:100vh;
  background-color: black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #C87129;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4;
}

.img-circle {
    border-radius: 50%;
}

body {
  margin: 0px;
}

.content {
}

.main-content {
}

.home-title {
    font-size: 6rem;
}

.home-social {
    display: block;
    float: right;
    margin-bottom: 8px;

    li {
      list-style: none;
      display: block;
      float: left;
      margin-left: 10px;

      &:first-child {
        margin-left: 0;
      }
    }

    a {
      display: block;
      height: 40px;
      width: 40px;
      opacity: 0.9;


      &:hover {
        opacity: 0.8;
      }

    }
}

.app_store_button {
    background-image: url("/img/icons/appstore_btn.png");
    background-size: contain;
    width: 306px;
    height: 90px;
    display: -webkit-inline-box;
    background-repeat: no-repeat;
  }

  .google_play_button {
    background-image: url("/img/icons/google-play-badge.png");
    background-size: contain;
    width: 306px;
    height: 90px;
    display: -webkit-inline-box;
    background-repeat: no-repeat;
  }

.icon {
  height: 80px;
  width: 80px;
}

.twitter {
  background: url('/img/icons/twitter_white.png') no-repeat;
  background-size: cover;
}

.youtube {
  //background: url('../img/icons/youtube.png') no-repeat center 0;
}

.facebook {
  background: url('/img/icons/facebook_white.png') no-repeat;
      background-size: cover;
}

.mail {
  background: url('/img/icons/mail_white.png') no-repeat ;
      background-size: cover;
}

.instagram {
  background: url('/img/icons/instagram_white.png') no-repeat ;
      background-size: cover;
}

.ios {
  background: url('/img/icons/ios_white.png') no-repeat ;
      background-size: cover;
}

.android {
  background: url('/img/icons/android_white.png') no-repeat ;
      background-size: cover;
}