/* 50th Anniversary colours */
:root {
  --club-primary-color:           #5490cc;
  --club-secondary-color:         #000165;
  --club-highlight-color:         #e1cd32;
  --list-item:                    #ddd; 
  --post-excerpt:                 #000;
  --post-content:                 #000;
  --post-article:                 #002147;  
  --banner-bottom:                #eee;
  --form-content:                 whitesmoke;
  --form-error:                   #EF3340;
  --team-schedule-game-link:      #666;
  --border-radius:                  10px;
  --listing-background-color:     rgba(102,102,102,.1);
}  

.app-loading .logo {
  background: url('/wp-content/uploads/website-data/logos/Bytown Blues.png') no-repeat center center;
}

.back-clublogo::before {
  background-image:     url('/wp-content/uploads/website-data/logos/Bytown Blues.png');
}
