h1,
h2,
h3 {
  font-family: "Oswald", sans-serif;
}

h1 {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 150;
  margin-bottom: 50px;
  text-shadow: 0px 5px 10px #000000;
}

h1.small {
  font-size: 45px;
  line-height: 66px;
  margin-bottom: 24px;
}

h2 {
  font-size: 60px;
  font-weight: 700;
  color: #434343;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

h2.white {
  color: #fff;
}

h2.yellow {
  color: #fc0;
}

h2.blue {
  color: #2c2ca0;
}

span.lines {
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #434343;
  text-align: center;
  margin: 30px 0 20px;
}

h3.white {
  color: #fff;
}

h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #3d3d3d;
}

.justify {
  text-align: justify;
}

a[name]:before {
  content: "";
  display: block;
  margin: -30px 0 0;
  height: 30px;
}

.white,
.white p {
  color: #f9f9f9;
}

.white a,
.white a:visited {
  color: #ddd;
}

.white a:hover,
.white a:focus {
  color: #fff;
}

.sponsor-row {
  display: flex;
  gap: 1rem;
  justify-content: space-around;
  align-items: center;
}

.sponsor img {
  max-width: 100%;
}

@media only screen and (min-width: 960px) {
  .sponsors .sponsor {
    width: 60px;
  }
  .sponsors .sponsor {
    width: 120px;
  }
}
@media only screen and (max-width: 960px) {
  .sponsor-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sponsor.img {
    max-width: 50%;
  }
}
.button1,
input[type=submit],
input[type=reset],
input[type=button] {
  background: #3a3a3a;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 6px 10px;
  font-family: "Source Sans Pro", sans-serif;
}

.button1:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  color: #3a3a3a;
  background: #e8e8e8;
  border: 0;
}

.button1:active,
button1:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  color: #3a3a3a;
  background: #e8e8e8;
  border: 0;
}

.button2 {
  background: #e8e8e8;
  border: 0;
  color: #3a3a3a;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  padding: 6px 10px;
  font-family: "Source Sans Pro", sans-serif;
}

.button2.live {
  font-size: 20px;
}

.button2:hover {
  color: #e8e8e8;
  background: #3a3a3a;
  border: 0;
}

.button3 {
  background: #2c2ca0;
  border: 0;
  color: #fc0;
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  padding: 8px 18px;
  margin-top: 25px;
  font-family: "Source Sans Pro", sans-serif;
}

.button3.live {
  font-size: 20px;
}

.button3:hover {
  color: #2c2ca0;
  background: #fc0;
  border: 0;
}

.button1::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.action {
  margin-top: 30px;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #d3d3d3;
}

.action p {
  font-size: 22px;
  font-weight: 600;
  color: #515151;
}

.action p.white {
  color: #ececec;
}

.hidden {
  display: none;
}

p.separator {
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 38px;
  text-transform: uppercase;
  position: relative;
  z-index: 200;
  text-align: center;
  padding-top: 240px;
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#intro {
  width: 100%;
  height: 580px;
  position: relative;
}

#intro .bg1 {
  background-image: url(../images/bg1.jpg);
  background-image: image-set(url(../images/bg1.webp) type("image/webp"), url(../images/bg1.jpg) type("image/jpeg"));
}

#separator1 {
  width: 100%;
  height: 500px;
}

#separator1 .bg2 {
  background-image: url(../images/bg2.jpg);
  background-image: image-set(url(../images/bg2.webp) type("image/webp"), url(../images/bg2.jpg) type("image/jpeg"));
}

#separator2 {
  width: 100%;
  height: 500px;
}

#separator2 .bg3 {
  background-image: url(../images/bg3.jpg);
  background-image: image-set(url(../images/bg3.webp) type("image/webp"), url(../images/bg3.jpg) type("image/jpeg"));
}

#separator3 {
  width: 100%;
  height: 500px;
}

#separator3 .bg4 {
  background-image: url(../images/bg4.jpg);
  background-image: image-set(url(../images/bg4.webp) type("image/webp"), url(../images/bg4.jpg) type("image/jpeg"));
}

#separator4 {
  width: 100%;
  height: 500px;
}

#separator4 .bg5 {
  background-image: url(../images/bg5.jpg);
  background-image: image-set(url(../images/bg5.webp) type("image/webp"), url(../images/bg5.jpg) type("image/jpeg"));
}

nav {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 1000;
  text-align: center;
  height: 38px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

nav ul {
  padding-top: 10px;
}

nav ul li {
  display: inline;
  border-right: 1px solid #e6e6e6;
  padding: 11px 26px 8px 26px;
  margin: 0;
}

nav ul li:first-child {
  border-left: 1px solid #e6e6e6;
}

nav a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #515151;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:visited {
  color: #515151;
}

nav a:hover {
  color: #000;
}

.title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50px;
}

.intro-line {
  position: relative;
  z-index: 150;
  border-top: 3px solid #ededed;
  width: 670px;
  margin: 0 auto 45px auto;
  box-shadow: 0px 3px 3px #000000;
}

.title p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  position: relative;
  z-index: 150;
}

.title > img {
  max-width: 18vw;
}

.social-intro {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
}

.social-intro ul li {
  display: inline;
}

.social-intro a {
  display: inline-block;
  width: 240px;
  height: 40px;
  padding-left: 20px;
  margin: 0 10px 10px 10px;
  font-size: 1.2rem;
  line-height: 39px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  opacity: 0.9;
  box-shadow: 0px 3px 3px #000000;
}

.social-intro a:hover {
  opacity: 1;
  border: 1px solid #ccc;
}

a.social-instagram {
  background: #fccc63 url("../images/icn-instagram-intro2.png") no-repeat 5px center;
  background-size: 30px 30px;
  border: 1px solid #fccc63;
}

a.social-twitter {
  background: #7ad2f4 url("../images/icn-twitter-intro.png") no-repeat 5px center;
  background-size: 30px 30px;
  border: 1px solid #7ad2f4;
}

a.social-facebook {
  background: #39599f url("../images/icn-facebook-intro.png") no-repeat 5px center;
  background-size: 30px 30px;
  border: 1px solid #39599f;
}

#home {
  background: #fff;
  position: relative;
  z-index: 300;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.flexslider {
  margin-top: 40px;
}

p.mid-text {
  margin-top: 40px;
}

.portfolio {
  text-align: center;
  margin-top: 40px;
}

#wedstrijd,
#locatie,
#contact,
#history {
  background-image: url(../images/bg-dark.jpg);
  background-image: image-set(url(../images/bg-dark.webp) type("image/webp"), url(../images/bg-dark.jpg) type("image/jpeg"));
  background-repeat: repeat;
}

#wedstrijd {
  position: relative;
  z-index: 300;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

#animatie {
  background: #fff;
  position: relative;
  z-index: 300;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

#locatie {
  z-index: 300;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

#locatie td.campus {
  font-weight: bold;
  padding: 1px 10px;
}

#contact {
  position: relative;
  z-index: 300;
  padding-top: 20px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

#history {
  position: relative;
  z-index: 300;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.done {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 10px;
  display: none;
}

.contact {
  width: 80%;
}

.history {
  width: 80%;
}

.contact-form {
  width: 80%;
  padding-left: 10%;
  position: relative;
  z-index: 300;
  margin-top: 20px;
}

.contact-form p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.contact-form input {
  background: #858585;
  width: 98%;
  height: 28px;
  margin-bottom: 10px;
  padding-left: 4px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border: 0;
}

.contact-form textarea {
  background: #858585;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  width: 98%;
  height: 125px;
  border: 0;
}

.contact-form input.submit-button {
  background: #e8e8e8;
  border: 0;
  color: #3a3a3a;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 0;
  font-family: "Source Sans Pro", sans-serif;
  width: 100px;
  height: 26px;
  padding: 0;
  text-align: center;
}

.contact-form input.submit-button:hover {
  color: #e8e8e8;
  background: #3a3a3a;
  border: 0;
}

.contact-info {
  margin-top: 20px;
  float: right;
}

.contact-info h5 {
  margin-bottom: 10px;
}

.contact-info img {
  vertical-align: middle;
  margin-right: 10px;
}

.social {
  padding-top: 15px;
  text-align: center;
}

.social ul li {
  display: inline;
  margin-right: 5px;
}

.social img {
  width: 30px;
  height: 30px;
}

.social img:hover {
  opacity: 0.7;
}

.copyright {
  border-top: 1px solid #858585;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
}

.copyright p {
  color: #858585;
  font-size: 14px;
}

.copyright a,
.copyright a:visited {
  color: #999;
}

.copyright a:hover,
.copyright a:focus {
  color: #ccc;
}

.schedule {
  font-size: 16px;
}

.schedule strong {
  display: block;
  margin-bottom: 4px;
}

.schedule span {
  font-size: 14px;
  font-style: italic;
  display: block;
}

.schedule td {
  padding: 0 50px 6px 0;
}

.schedule th {
  padding-right: 14px;
  color: #999;
  text-align: left;
}

nav select {
  display: none;
}

@media only screen and (min-width: 1920px) {
  #intro {
    height: 660px;
  }
}
@media only screen and (min-width: 2560px) {
  #intro {
    height: 760px;
  }
}
@media only screen and (min-width: 3440px) {
  #intro {
    height: 810px;
  }
}
@media only screen and (min-width: 3840px) {
  #intro {
    height: 860px;
  }
}
@media only screen and (max-width: 1024px) {
  #intro {
    height: 500px;
  }
  .title {
    top: 30px;
  }
  h1 {
    font-size: 100px;
    margin-bottom: 60px;
  }
  h1.small {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: -20px;
  }
  .social-intro {
    margin-top: 15px;
  }
  .social-intro a {
    width: 160px;
    height: 26px;
    font-size: 0.7rem;
    line-height: 25px;
    opacity: 1;
    margin: 0 0 10px 10px;
  }
  .bg1,
  .bg2,
  .bg3,
  .bg4 {
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 70px;
    margin-bottom: 20px;
  }
  #intro {
    height: 400px;
  }
  h1.small {
    font-size: 25px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .intro-line {
    width: 450px;
    margin-bottom: 18px;
  }
  .title p {
    font-size: 20px;
    line-height: 28px;
  }
  nav ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  a.social-facebook {
    background: #39599f url("../images/icn-facebook-intro.png") no-repeat 0px center;
  }
  a.social-twitter {
    background: #7ad2f4 url("../images/icn-twitter-intro.png") no-repeat 0px center;
  }
}
@media only screen and (max-width: 479px) {
  #intro {
    height: 260px;
  }
  .title {
    top: 20px;
  }
  .intro-line {
    display: none;
  }
  h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  h1.small {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .title p {
    font-size: 18px;
    line-height: 28px;
  }
  nav ul {
    display: none;
  }
  nav select {
    display: inline-block;
    position: relative;
    margin-top: 8px;
    color: #000;
  }
  a.social-facebook {
    background: #39599f url("../images/icn-facebook-intro.png") no-repeat 0px center;
  }
  a.social-twitter {
    background: #7ad2f4 url("../images/icn-twitter-intro.png") no-repeat 0px center;
  }
}
@media only screen and (max-width: 345px) {
  #intro {
    height: 320px;
  }
}
#live-results {
  margin-bottom: 2em;
  border: 1px solid #C9C9C9;
  background-color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#live-results table {
  margin: 0.5em auto;
  width: 100%;
}

#live-results td {
  text-align: center;
  font-size: 16px;
}

#live-results .placeholder {
  color: #888;
}

#live-results td {
  height: 25px;
}

#teams3 {
  height: 15px;
}

#laps3 td,
#laps6 td {
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  #live-results .follow-link {
    vertical-align: middle;
  }
  #live-results .follow-link-bottom {
    display: none;
  }
  #live-results td {
    width: 240px;
  }
  #teams3 td,
  #teams6 td {
    font-weight: bold;
    vertical-align: bottom;
  }
  #teams3 td {
    padding-top: 0.5em;
  }
  #teams6 td {
    padding-top: 0.25em;
  }
  #laps6 td {
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #live-results .follow-link {
    display: none;
  }
  #teams3 td,
  #teams6 td,
  .follow-link-bottom td {
    font-weight: bold;
    vertical-align: middle;
    padding-top: 0.8em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  #teams3 td {
    padding-top: 0.5em;
  }
  #teams6 td {
    padding-top: 1em;
  }
  #laps6 td {
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 479px) {
  #teams6,
  #laps6 {
    display: none;
  }
  .schedule td {
    padding-right: 20px;
  }
}