#c2g-navbar a{
color: white;
}
#c2g-navbar{
font-size: 18px;
}

/*Small Desktop View*/
@media(min-width: 768px) and (max-width:991px){
#banner{
background-image: url(RPBHeader780pixels.jpg);
height: 180px;
/*background-color: #70a4d3;*/
background-color: #97582c;
background-position: top;
background-size: contain;
}

#c2g-navbar{top: 62px;}

}
/*Medium Desktop View*/
@media(min-width: 992px) and (max-width:1199px){
#banner{
background-image: url(RPB_Banner_992.png);
/*background-image: url(https://via.placeholder.com/992x112);*/
height: 110px;
/*background-color: #70a4d3;*/
background-color: #97582c;
background-position: top;
background-size: contain;
}

#c2g-navbar{top: 0px;}

}
/*Large Desktop View*/
@media(min-width: 1200px){
#banner{
background-image: url(RPB_Banner_1200.png);
/*background-image: url(https://via.placeholder.com/1200x224);*/
height: 220px;
background-color: #97582c;
background-position: top;
background-size: contain;
}

}
