/*custom css file*/

/*bootstrap breakpoints

// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... } sm

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... } md

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... } lg

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... } xl */


.dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar .dropdown-menu {
    background-color: #f2f2f2;
}
a.bb:link a.bb:visited a.bb:hover {
    text-decoration: none;
    font-size: 10px;
}
a.bb:link {
    color: #ffffff;
    text-decoration: none;
}
a.bb:visited {
    color: #ffffff;
    text-decoration: none;
}
a.bb:hover {
    color: #c83b0f;
    text-decoration: none;
}
ul {
    margin: 0;
    padding:0
}
.jumboBkgnd {
    background-image: url("../images/OurChildren.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.fixMargTop {
    margin-top: 130px;
}