@media (min-width: 768px){
    .navbar-logo
    {
        background: url(logo.png);
        background-repeat: no-repeat;
    }

    .navbar
    {
        background-color: white;
        border-bottom: solid;
        border-color: #489312;

    }

}

.copyrightText{
display: none !important;
}
.copyrightImg{
display: none !important;
}

@media (min-width: 768px) { 
#banner {
    background: url(../user_files/STVTbanner.jpg) #370761 no-repeat;
    background-size: 752px 101px;
    color: #ffffff;
    min-height: 100px;
}
}
@media (min-width: 992px) { 
#banner {
    background: url(../user_files/STVTbanner.jpg) #370761 no-repeat;
    background-size: 970px 101px;
    color: #ffffff;
    min-height: 100px;
}
}
 
 
@media (min-width: 1200px) { 
#banner {
    background: url(../user_files/STVTbanner.jpg) #370761 no-repeat;
    background-size: 1170px 101px;
    color: #ffffff;
    min-height: 100px;
}
}