/* Put your custom styles here */
.homepic {
    background-image: url('../hometank.jpg');
    max-height: 350px;
}

.textbackground {
    background-color: rgba(255, 255, 255, 0.77);
}

.smal {
    max-width: 180px;
    float: left;
}

.combine {
    background-image: url('../commercial.jpg');
}

@media (max-width:767px) {
    .padding {
        padding-top: 75px;
    }
}

@media (min-width:767px) {
    .padding {
        padding-top: 165px;
    }
}
.wider1 {
    min-width: 100%;
}

.whiter {
    background-color: rgba(255, 255, 255, 0.82);
}

.frontpage {
    background-image: url('../bannerz.jpg');
}

.center {
    text-align: center;
}



