body {
    font-family: 'Hind', Times, serif;
    font-size: 1.2rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Times, serif;
    font-weight: 700;
}
.h3, h3 {
    font-size: 1.7rem;
}
#mainNav {
    font-family: 'Montserrat', Times, serif;
}
#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: 1rem;
    font-weight: 600;
}

.navbar {
    padding: .6rem 1rem;
}
#mainNav .navbar-brand, #mainNav.navbar-shrink .navbar-brand {
    display: block;
    width: 195px;
    height: 30px;
    background: url('../img/logo-EasyBenefit.svg') no-repeat center center;
}
header.masthead {
    background: #F9A41E url('../img/header.png') no-repeat bottom;
    background-size: 100%;
    padding-top:120px;
    padding-bottom: 250px;
}
header.masthead h1 {
    font-size: 2.4rem;
}
@media (min-width: 992px) {
    #mainNav .navbar-brand {
        background: url('../img/logo-EasyBenefit-dark.svg') no-repeat center center;
    }
    header.masthead {
        background-size: 60%;
        padding-bottom: 340px;
    }
}
@media (min-width: 786px) and (max-width: 992px) {
    header.masthead {
        background-size: 80%;
        padding-bottom: 200px;
    }
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}
header.masthead {
    height: auto;
}
a {
    color: #fdca38;
}
a:hover {
    color: #ec9712;
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #08B4CB !important;
}

#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #08B4CB;
}

p {
    line-height: 1.8rem;
}
.text-primary {
    color: #F9A41E!important;
}
.text-orange {
    color: #08B4CB!important;
}
hr {
    border-color: #F9A41E !important;
}
.btn-primary {
    background-color: #fdca38;
}
.bg-primary {
   background: #fdca38!important;
background: linear-gradient(0deg,rgba(241, 101, 34, 1) 0%, rgba(253, 202, 56, 1) 100%)!important;
}
.bg-gray {
    background-color: #f7f7f7 !important;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #ffd869 !important;
}
.btn-inverted {
    background: #fff;
    color: #F9A41E;
}
.btn-inverted:hover {
    color: #ffffff;
}
section {
    padding: 5rem 0;
}
.text-why {
    font-size: 1.4rem;
}
.price-box {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    min-height: 350px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #aaa !important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #aaa !important;
}
.form-control:focus {
    border-color: #08B4CC;
    box-shadow: 0 0 0 0.2rem rgba(5,136,154,.25);
}
button:focus {
    outline: none;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
footer {
    color:#aaa;
    text-align: center;
    padding: 20px 20px 40px;
    font-size: 0.8rem;
    line-height: 1.4rem;
}

.form-check-input {
	margin-top: 0.4rem;
}