
html {
    scroll-behavior: smooth;
}


.btn-dark {
    background-color: #ff4438;
    border-color: #ff4438;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:focus:not(:disabled):not(:disabled):active {
    background-color: #ff4438;
    border-color: #ff4438;
}

h1, h2 {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 1.5rem;
}


.banner {
    color: #fff;
    background-image: url(../images/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner h1 {
    font-size: 48px;
}

.banner .lead {
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.lightblue {
    background: #e4f1f9;
}

.lightblue h2 {
    color: #005cb9;
}


.darkblue {
    background: #005cb9;
    color: #fff;
}

.gray {
    background: #4a4f54;
    color: #fff;
}

.white-bg h2 {
    color: #005cb9;
}

.learn {
    background-color: #f0f0f0;
}

.banner-height { height: 320px; }

.bullets li::before {
    content: "\2022";
    color: #ff4438;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }

.list-inline-item:not(:last-child) {
    margin-left: 0;
}

.pipe:after {
    content: '|';
    padding-left: 0.5rem
}

  header img {
    max-width: 200px;
 }

 .img-logo {
     width: 100%;
 }

@media (min-width: 576px)  {
    html {
        font-size: 1.1rem;
    }

    footer {
        font-size: .9rem ;
    }

} 
 



@media screen and (min-width: 768px) {

    .banner { height: 400px; }
    .banner h1 { font-size: 50px; }
    .banner .lead { font-size: 24px; }
    .banner-height { height: 400px; }

    header img {
       max-width: 250px;
    }

    .img-logo {
        width: auto;
    }

}

@media screen and (min-width: 992px) { 
    .banner h1 { font-size: 60px; }
    .banner .lead { font-size: 28px; }
 }