/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}

.bg-primary{
    background-color:#2c8b9d !important;
}

.btn-primary{
    background-color: #2c8b9d !important;
    border-radius: 25px;
    border-color: #2c8b9d !important;
}

.btn-primary:hover{
    background-color: #1c6675 !important;
    border-color: #1c6675 !important;
}

.btn-outline-light {
    border-radius: 25px;
}

#mainNav{
    box-shadow: 0 0px 5px 0px rgba(0,0,0,0.25);
}

.facebook {
    font-weight: 500;
}


@media only screen and (max-width: 768px) {
    .lead-title-mobile{
        margin-top: 50px;
    }
}