h1{
    color: #F72C93;
}
h2{
    color: #F72C93;
}
h3{
    color: #F72C93;
}
h4{
    color: #F72C93;
}
.btn {
    border-color: white;
}
body {
    font-family: sans-serif;
}

p {
    width: 90%; //or whatever looks best
    text-align: left; //or whatever looks best
    margin: auto; //top and bottom margin can be added for aesthetic effect
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
  }
  
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }  

.wrapper {
    text-align: center;
}
.wrapper ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
.wrapper li {
    float: left;
    padding: 2px 5px;
    border: 1px solid black;
}

  /* Center the text */
  .col-lg-9 {
    margin: 0 auto;
    text-align: center;
  }

  /* Adjust the width on large screens */
  @media (min-width: 992px) {
    .col-lg-9 {
      width: 75%;
    }
  }




/* .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
  }
  
  .text-overlay h1,
  .text-overlay h2,
  .text-overlay h3 {
    margin: 0;
  }
  
  .text-overlay .congrats {
    font-size: clamp(5px, 7vw, 150px);
    margin-top: clamp(5px, 7vw, 20px);
  }
  

.regular-label {
    padding-right: 1vw; 
    padding-bottom: 2vw; 
    font-size: 200%; 
    color: #5c5d61; 
    font-weight: 400;
}
.regular-input {
    font-size: 200%; 
    background-color: #e6e6e6; 
    color: black; 
    border: none;
    text-align: left;
}

/* text styles for image */
.congrats {
    color: #F43996; 
}

.onestep {
    font-weight: 400; 
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.couple {
    color: white; 
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.calculator {
    color: white; 
    font-weight: 900;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.complete {
    color: white; 
    font-weight: 400;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all 0.2s ease-in-out; }

.btn:hover,
.btn:focus {
  color: white;
  box-shadow: 0 5px 15px rgba(145, 92, 182, 0.4); }

.bg-warning {
    background-color: #fcf8e3; }
  
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all 0.2s ease-in-out; }
 */
