﻿body {
  background-color: black;
  background-image: url(/images/defaultpage/bg.jpg);
  background-position: center top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}
a:link {
  color: #fbe5a5;
  text-decoration: none;
}
#brands {
  margin: 8px 32px;
}
footer div:first-child {
  margin-top: 6px;
}
footer div {
  color: #808080;
  font-size: 10px;
}
footer div a {
  color: #bf9e6b;
  font-size: 13px;
  text-decoration: none;
}
footer div a:hover {
  color: #cd0000;
}
.headerCenter {
  text-align: center;
}
.headerCenter img {
  width: 100%;
  max-width: 784px;
}
.clubsList {
  font-family: Arial;
  padding-top: 10px;
  font-size: 30px;
  margin-top: -25px;
  color: white;
  padding-bottom: 75px;
}
.clubsList a:hover {
  text-decoration: underline;
  color: grey;
}
.clubsList p {
  font-size: 14px;
  color: white;
}
.whiteText {
  color: white;
}
.redText {
  color: #ff0000;
}
.brandContainer {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: auto auto;
}
/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .clubsList .club {
    font-family: Arial;
    padding-top: 10px;
    font-size: 30px;
    background-color: black;
    border: 1px solid red;
    margin-bottom: 5px;
  }
  .clubList a:hover {
    text-decoration: underline;
  }
}
/* Large Devices, Wide Screens */