/*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

*/

.hTop {
    background-image: url("../images/rcvHome.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.h2BanBg {
    background-color:  rgba(203, 169, 109, 0.45);
}

.bgNav {
    background-color: rgba(238, 175, 110, 0.15);
    border-bottom: #cedae3 solid 2px;
    border-top: #cedae3 solid 2px;
}

a.bb:link {
    text-decoration: none;
    color: #fce904;
}
a.bb:visited {
    text-decoration: none;
    color: #fce904;
}
a.bb:hover {
    color: #043efc;
}
a.read:link {
    text-decoration: none;
    color: #8B0000FF;
}
a.read:visited {
    text-decoration: none;
    color: #8B0000FF;
}
a.read:hover {
    text-decoration: none;
    color: #215f8a;
}

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

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

}
@media only screen and (min-width: 992px) {
    .hSpace {
        margin-top: 130px;
    }
}
@media only screen and (min-width: 1200px) {
    .hSpace {
        margin-top: 150px;
    }
}