footer{background-color:#84a700;}

      .home-btn {
    width: 93%;
    padding: 3%;
    display: block;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    background-color: #84a700;
    color: #fff;
    }
    .home-btn-one:hover {
    background-color: #280676;
    color: #fff;
    }

    /*** MEDIA Q ***/
    @media (max-width: 768px) {
    .home-btn {
    left: 0;
    padding: 5%;
    }
    }


/***** HEADER STUFF *****/
#mobile_layout_wrapper header, #mobile_layout_wrapper #header_cell {
background-color:transparent !important;
}
    header {
    background-image:url(//s3.amazonaws.com/ClubExpressClubFiles/217507/graphics/top-banner_1519652673.jpg);
    background-size:cover;
    }
    .headerbk {
    height:300px;
    }
    .toplogo { max-width:520px; margin-top:10px;}
    /* Smartphones (portrait and landscape) --- */
    @media (min-width : 320px) and (max-width : 480px),
    (min-width : 375px) and (max-width : 667px){
    /* Styles */
    .headerbk {
    max-height:100px;
    }
    .toplogo {
    max-height:100px;
    display:block;
    margin-top:10px;
    
    }
   .add-me-link { display:none; }
    }
    /* iPads (portrait and landscape) --- */
    @media (min-width : 768px) and (max-width : 1024px) {
    /* Styles */
    .headerbk {
    max-height:200px;
    }
    .toplogo {
    max-height:100px;
    display:block;
    margin-top:10px;
  
    }
    .add-me-link { display:none; }
    }
/*** END HEADER STUFF ***/

.static-bar .add-me-link{font-weight:bold;font-size:16px;!important}