a {
  color: #EE1D22;
  cursor: pointer;
}

header {
  background-color: #F3F3F3;
    background-repeat: no-repeat;
}

header h1 img {
    max-width: 300px;
}

@media only screen and (min-width: 560px) {
    header {
        background-image: url('../images/2019/header-mobile.jpg');
        background-position: right top;
        background-size: cover;
    }
}

@media only screen and (min-width: 1024px) {

    header {
        background-image: url('../images/2019/header-desktop.jpg');

    }

}

@media only screen and (min-width: 1200px) {

    header {
        background-position: right top;
        padding: 57px 8%;
    }

}



@media only screen and (min-width: 1400px) {

    header {
        background-position: left top;
        padding: 57px 15%;
     }
    header h1 img {
        max-width: 500px;
    }
}

@media only screen and (min-width: 1600px) {

    header {
        background-position: right -100px top;

    }

}

.login-bar a {
                    color: white;
}


footer {
  background: url('../images/2019/footer.jpg');
                    min-height: 450px;
}

.btn {
  border: 2px solid #EE1D22;
  background: #EE1D22;
}

.btn.btn-outline {
  background: none;
  border: 2px solid #EE1D22;
  color: #EE1D22;
}

.season-list a {
  background: #EE1D22;
  color: #fff;
}

.numbered-list span {
  background: #EE1D22;
  color: #fff;
}

form input[type="submit"] {
  background: #EE1D22;
  color: #fff;
}

  /*  FOOTER */
footer {
  color: #fff;
}
footer a {
  color: #fff;
  opacity: 0.8;
}

ul.archive-list .archive-trigger {
  background: #EE1D22;
}


.arrow-small-right:after,
.arrow-big-right:after,
.arrow-small-left:before,
.arrow-big-left:before {
  border-color: #EE1D22;
 }


.content-wrapper {
	background-color:#FFEDED;
}