* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  padding:0;
  max-width:100%;
  width:100%;
  font-family: Arial, sans-serif;
}

h2 {
}

.parallax {
  background-image: url('https://rtsports.com/site/img/landing/landing-football-background-2.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.parallax-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

@media (max-width: 479px) { 
	.parallax-content {
	  left: 10%;
	  transform: translate(-5%, -50%);
	}
}

.parallax-content h1 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 20px;
}

.parallax-content p {
  font-size: 1.5em;
  margin-bottom: 30px;
}

.parallax-content a, .section a {
  display: inline-block;
  padding: 10px 20px;
  x-background-color: #cc0000;
  background-color: #e81849;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.parallax-content a:hover, .section a:hover {
  background-color: #202020;
  color: #fff;
}

.section {
  height: 100vh;
  padding: 100px 0;
  text-align: center;
  color: #202020;
}

.section h2 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: unset;
  margin-bottom: 30px;
}

.section p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

#exclusive {
  x-color: #fff;
  x-background-color: #002856;
  background-color: #ececec;
}
#exclusive h2 {
  x-color: #fff;
}
#exclusive img {
	width:auto; 
	height:400px;
	margin-top: 100px;
}

@media (max-height: 839px) { 
	.section {
	  padding: 50px 0;
	}
	.section h2 {
	  margin-bottom: 10px;
	}
	#exclusive img {
      height:240px;
	  margin-top: 10px;
	}
}

#games {
  background-color: #202020;
}
#games h2 {
  color: #fff;
}

#contact {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .parallax-content h1 {
	font-size: 2em;
  }

  .parallax-content p {
	font-size: 1em;
  }
  
  .section { height:auto; }
}

.games-row { max-width:1320px; }

.card a {
  background-color: #0077c0;
}