.jumbotron-campsite-rentals {
    background-image: url('img/campsite-rentals-wrights.jpg');
    background-size: cover;
    height: 320px;
}

.bg-color1-light {
    background-color: #3EBAFC;
}

.bg-color2 {
    background-color: #FF3900;
}

.bg-color3 {
    background-color: #FFBA00 !important;
}

.bg-color3-hover:hover {
    background-color: #E6A700 !important;
}

.text-color1 {
    color: #3EBAFC;
}
.text-color2 {
    color: #FF3900;
}

.text-color3 {
    color: #FFBA00;
}

.table-forecast>tbody>tr:nth-child(odd)>td,
.table-forecast>tbody>tr:nth-child(odd)>th {
    background-color: #F2FCFF;
}

