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;
    line-height:1em;
    font-size: xx-large;
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}
.lead-one{
    color:#ffffff;
    font-size: xxx-large;
    line-height:1em;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.lead-two{
    font-size: x-large;
 line-height:1em;
    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: x-large;
 line-height:1em;
    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: x-large;
 line-height:1em;
    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%);
  }

  .hero .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 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;
    }
  }






