/*
// Theme Name : Custom Theme For The Buckshot Band
// Created On : 08/22/2021
// Author : Joe Kustek
// Version : 1.0
// Description : Custom Built Theme For The Internet Presence of The Buckshot Band
*/

/* Desktop Styles */
@media only screen and (min-width: 991px) {
  .buckshot-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 991px) {
  .mainnavigation a:hover {
    font-size: 20px!Important;
    color: #D9D9D9;
    font-weight: normal;
    font-style: normal;
  }
}
