@media only screen and (min-width: 850px) {
  #header {
    display: block; }

  #mainPage {
    width: 900px !important; } }
@media only screen and (max-width: 849px) {
  #header {
    display: none; }

  #mainPage {
    width: 90% !important; } }
@media only screen and (max-width: 767px) {
  #footer #footerContainer .ossoSportsList {
    padding: 10% !important;
    min-width: 330px; }
    #footer #footerContainer .ossoSportsList ul {
      font-family: 'Graduate', sans-serif !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #footer #footerContainer .ossoSportsList ul li {
        width: 80%;
        text-align: center;
        font-size: 18px;
        padding: 8px; }
        #footer #footerContainer .ossoSportsList ul li a {
          color: #1A3E47;
          text-decoration: underline; }
          #footer #footerContainer .ossoSportsList ul li a:hover {
            color: #DE5223; } }
