@charset "utf-8";

/* CSS Document */

@media (min-width: 1200px) {
    .container {
        max-width: 1706px;
    }

    .contpad {
        padding-left: 29px;
        padding-right: 100px;
    }
}

#footer {
    color: #707070;

}

#footer a {
    text-decoration: none;
    color: #707070;
}

#footer h1,
h2,
h3 {
    color: #707070;
}

#footer p {
    color: #707070;
    margin-bottom: 0px;
    font-size: .9rem;
}

#footer .logo-c {
    background: white;
    border-radius: 15%;
    width: 80px;
    margin: 10px;
}

.bg-lightnav {
    background: #e6eff7
}

.navbar-nav {
    margin-left: auto;
}

.nav-item-r {
    border-radius: 20px;
    background: #c9dced;
    padding: 1px 15px;
    margin: 5px;
    color: #2776b9;
}

h1,
h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #2776b9;
}

p {
    color: #707070;
}

video {
    width: 100%;
    height: auto;
}

.pr-2-5,
.px-2-5 {
    padding-right: 2.5rem !important;
}

@media (max-width: 991.98px) {
    #into-jumbotron .border-right {
        border: none !important;
    }
}

.font16 {
    font-size: 16px;
}