/* @media (min-width: 768px) and (max-width: 991px){
                
                .navbar-logo{
                               background: url(Thomasville_SignLogo1170x352.png);
                               background-size: 40% 90%;
                               background-repeat: no-repeat;
                }

                .navbar {
                               height: 100px;
                               border-bottom: #f5833a solid 1px;
                }
                .c2gHotspot{
                               height: 110px;
                               width: 400px;
                }
}

@media (min-width: 992px) and (max-width: 1199px){
                .navbar-logo{
                               background: url(Thomasville_SignLogo1170x352.png);
                               background-size: 45% 115%;
                               background-repeat: no-repeat;
                }

                .navbar {
                               height: 130px;
                               border-bottom: #f5833a solid 1px;
                }
                
                .c2gHotspot{
                               height: 110px;
                               width: 400px;
                }
                
}

@media (min-width: 1200px){
                .navbar-logo{
                               background: url(Thomasville_SignLogo1170x352.png);
                               background-size: 35% 115%;
                               background-repeat: no-repeat;
                }

                .navbar {
                               height: 120px;
                               border-bottom: #f5833a solid 1px;
               }

               .c2gHotspot{
                               height: 110px;
                               width: 350px;
               }
} */
#banner{
                background: url(Thomasville_SignLogo1170x352.png);
                background-size: contain;
                background-repeat: no-repeat;
				border-bottom: #f5833a solid 1px;
}
#c2g-navbar a{
    color: #373737;
}