#c2g-navbar a{
color: white;
}

/*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: 178px;
right: 350px;
font-size: 18px;
}
}
/*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: 106px;
right: 430px;
font-size: 18px;
}
}
/*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;
}
#c2g-navbar{
top: 220px;
right: 530px;
font-size: 18px;
}
}
