html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
  min-height:100vh;
}

.header-bg {
    /*background-color: #D6E9FF;*/
    background-color:rgba(214, 233, 255, .5)  
}

.banner-bg {
    background-color: #D6E9FF;   
}

.aboutme-bg {
    background-color: #D6E9FF;
}

.benefits-bg {
    background-color:rgba(250, 245, 240, .5) 
}

.testimonial-bg {
    background-color: rgba(250, 245, 240, .5)
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}
.section-bg {
    background-color: #faf5f0;
}

.btn-wizard {
    background-color: #F3523F;
    color: #FAF5F0;
}

.text-lightblue {
    color: #D6E9FF;
}


.text-blue {
    color: #026FA0;
}

.text-orange {
    color: #F3523F;
}

.bg-beige {
    background-color: #FAF5F0 !important;
    border-color: #FAF5F0 !important;
}

.bg-orange {
    background-color: #F3523F !important;
}

.bg-grey {
    background-color: #fff;
}

.bg-blue {
    background-color: #026FA0 !important;
}

.text-justify{
    text-justify:auto;
}

.footer {    
    min-height:300px;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 25px;   
}

/*.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .open > .dropdown-toggle.btn-light {
    color: #F3523F !important;
    background-color: #FAF5F0 !important;
    border-color: #FAF5F0; /*Beige*/
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #F3523F !important;
    background-color: #D6E9FF !important;
    border-color: #D6E9FF; /*Light Blue*/
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff !important;
    background-color: #F3523F !important;
    border-color: #F3523F; /*Orange*/
}

.btn-secondary {    
    background-color: #fff !important;
    border-color: #fff; 
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-light {
        color: #fff;
        background-color: #F3523F !important;
        border-color: #F3523F; 
    }
