/* Media Queries
http://stereosites.com
*/

     /*     Vertical iPad (and smaller)    */   
            @media screen and (max-width: 768px) {
                 
   
                #socialicons {position:fixed;top:8px;right:8px;}
                
                /*End Styles*/
                }
            
            
          /*      Mobile Vertical Only    */   
            @media screen and (max-width: 480px) {
                 
                .fancybanana {display:none;}
                
                homenews table h3 {
    font-size: 100%;

}
                homenews table p {font-size:12.9px;}
                 #socialicons {position:static;top:0px;left:0px;}
                footer.page-footer li {border:0px;}
                
                .slick-arrow {display:none;}
                
                .content {margin:0 auto; width:89%;}
                .main-nav ul {background-color:transparent;}
                banners {margin-bottom:6px;}
                homenews table .more {display:none;}
                
               body .nav-wrapper .main-nav {
    background-image: url('https://briansetzer.com/wp-content/themes/briansetzer2020/img/nav_thing_6.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 54px;
    text-align: center;
    text-shadow: none;
}
                
                
                body .nav-wrapper .main-nav a {color:#333;}
                body .nav-wrapper .spacer {display:none;}
                .main-nav ul {padding-top:10px;}
                
                
                homenews td.thumb {display:none;}
                
                
                /*End Styles*/
                }
            
            
            /*      Bigger Than Vertical Phone    */   
            @media screen and (min-width: 480px) {
                 
                
       .main-nav li:nth-child(1) a {padding-left:0px;}
                
                /*End Styles*/
                }
          
             /*      Bigger Than Vertical Phone    */   
            @media screen and (min-width: 1024px) {
            .main-nav li a {font-size:16.5px;}
                  /*End Styles*/
                }
            
            
            
             /* GHOST */

