@charset "UTF-8";
.container .row .col-md-4.col-12 {
}
.navbar.navbar-expand-lg.navbar-dark.bg-blue {
    background-color: #0070BA;
}
.row .col-12 p {
}
.row .col-12 h1 {
    color: #0070BA;
    text-align: center;
    font-size: xx-large;
}
.row .col-12.text-center h2 {
    color: #0070BA;
}
.NAV {
}
.jumbotron.text-center.mt-2 {
    background-color: #F2F2F2;
    background-image: url(images/jumbotron-image-spring.jpg);
    background-repeat: no-repeat;
    text-shadow: 5px 5px 5px #FDFDFD;
    border-bottom: medium solid #0070BA;
    background-attachment: fixed;
    background-position: center top;
}
#address {
    background-color: #0070BA;
    color: #FFFFFF;
}
.row .col-md-4.col-12.col-xl-12 img {
    left: auto;
    right: auto;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
