/* styles.custom.min */

.bottom-thin {
   margin-bottom:10px;
}

.dark-bg {
    background-color:rgb(48,52,56);
}

.pad-top-bottom {
    padding-top:10px;
    padding-bottom:10px;
}


/* Coca-cola logos on left|right side of navbar */
.cola-left {
  background-image: url('/static/images/coca_cola.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 98px;
  height: 32px;
  top: 9px;
  left: 5px; }
  @media only screen and (min-width: 320px) and (max-width: 779px) {
    .cola-left {
      display: none; } }
  @media only screen and (min-width: 780px) and (max-width: 1359px) {
    .cola-left {
      display: none; } }
  @media only screen and (min-width: 1360px) and (max-width: 1499px) {
    .cola-left {
      left: 5px; } }
  @media only screen and (min-width: 1500px) {
    .cola-left {
      left: 76px; } }

.cola-right {
  background-image: url('/static/images/coca_cola.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 98px;
  height: 32px;
  right: 5px;
  top: 9px; }
  @media only screen and (min-width: 320px) and (max-width: 779px) {
    .cola-right {
      display: none; } }
  @media only screen and (min-width: 780px) and (max-width: 1359px) {
    .cola-right {
      display: none; } }
  @media only screen and (min-width: 1360px) and (max-width: 1499px) {
    .cola-right {
      right: 5px; } }
  @media only screen and (min-width: 1500px) {
    .cola-right {
      right: 76px; } }

