body {
    font-family: Nunito, sans-serif;
}
.btn-success {
    color: #fff;
    background-color: yellow;
    border:none;
    color: #000;
    font-weight: 300;
}
.btn-success:hover{
    background-color: #ff3131;
}

.hero p{color: #ffffff;}
h1{
    color: #ff3131;
font-size: 2.5vw;
font-weight: bolder;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.lead-one{
    color:#ffffff;
max-width: 100%;
/* font-family:'Futura LT Condensed', sans-serif; */
font-size: 3.5vw;
font-weight: bolder;
line-height: 3.2rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

}
.lead-two{
    font-size: xx-large;font-weight: bolder;
line-height: 2.3rem;
    color: #ff3131 !important;
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.lead-three{
    font-size: xx-large;font-weight: bolder;line-height: 2.3rem;
    color: yellow !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.lead-four{
    font-size: xx-large;font-weight: bolder;line-height: 2.3rem;
    color: #ff3131 !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.hero ul{padding-left: 12px;}

.hero ul li{color: #ffffff; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;text-align: left;}
h2 {
    font-size: xx-large;
    color: #ff3131;
}
h3{
    font-size: xx-large;
    color: #842029;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.hero {
    position: relative;
    width: 100%;
    min-height: 900px;
    overflow: hidden;
    z-index: 1;
  }
  .hero-parent-bg {
    background-color: #000;
}
  .hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    /* -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); */
 -webkit-transform: translateX(-50%) ;
    transform: translateX(-50%);
  }

  .hero .container{
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}
  .hero .vid_container{
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}
main{background-color: #fff;}

  footer{
    background: #31616f;
    color: #fff;
  }
  .embed-responsive-item {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

#back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: yellow;
    color: #000;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    display: none;
}

/**For the iPhone
<h1 style="font-size:2.5vh;" class="hero-heading">Older?</h1>
                    <p style="font-size:2.5vh;line-height:1.2;" class="lead-one">We help you <br/>be.amazing.</p>
                    <p style="font-size:2.5vh;line-height:1.2;" class="lead-two">Getting older is hard. <br/>Diseased &amp; Disabled for 10, 20+ years? <br/>That's
                        Jail-time. A Living Death.</p>
                    <p  style="font-size:2.5vh;line-height:1.2;" class="lead-three">We help you avoid that sh*t.</p>
                    <p  style="font-size:2.5vh;line-height:1.2;" class="lead-four">So you can Be Magic. Have Fun.</p><
*/

  /* for mobile */
  @media (max-width: 768px) {
    .hero-content {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
    }
    .hero-content-col {
        margin-bottom: 20px;
      }
      .embed-responsive-item {
        height: 300px;
    }

    .lead-one, .lead-two, .lead-three, .lead-4 {
    font-size:2.5vh;
    line-height:1.2;
    }

  }








