﻿html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  line-height: 1.5;
  background-color: #94a9c4;
}

header {
  background-color: #2c496d;
  color: #fff;
  text-align: center;
}

#subheader {
  background-color: whitesmoke;
  color: #2c496d;
  text-align: center;
}

main {
  flex: 1;
  padding: auto;
  text-align: center;
flex-direction: column;

}

footer {
  background: #2c496d;
  padding: 5vh 0;
  text-align: center;
  position: relative;
  color: #fff;
}

small {
  opacity: .5;
  font-weight: 300;

  a {
    color: inherit;
  }
}

main a {
  color: #333;
  text-decoration: none;

  &:hover {
    color: #2c496d;
    text-decoration: none;
  }
}

footer a {
  color: #fff;
  text-decoration: none;

  &:hover {
    color: #94a9c4;
    text-decoration: none;
  }
}

#longreach-logo {
 /* max-width: 180px;
  width: 100%; */
}

#dotdesk-logo {
  height: 60px;
}

#poolleague-logo {
  max-height: 60px;
}

/* mobile view */
@media (max-width: 767.98px) {
  #poolleague-logo {
  width: 205px;
}
}