/* Styles for the Caps landing Page */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html {
  background: url(../images/stadium-bg.jpg) no-repeat center 75% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #FFF; }

a {
  text-decoration: underline;
  color: #FFF; }
  a:hover {
    color: #ed174b; }

p {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: 400; }

.small-copy {
  font-size: 0.75em;
  font-family: 'PT Sans', sans-serif; }
  .small-copy p {
    margin-bottom: 10px;
    line-height: 1.75em; }
  @media screen and (max-width: 798px) {
    .small-copy {
      text-align: center; } }

h1 {
  font-family: 'Bevan', cursive;
  font-size: 2.25em;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: normal; }
  h1 span {
    font-size: 1.33333em; }
  @media screen and (max-width: 798px) {
    h1 {
      text-align: center; } }

h2 {
  text-transform: uppercase;
  font-size: 1.3125em;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif; }
  @media screen and (max-width: 798px) {
    h2 {
      text-align: center; } }

h3 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif; }

.content-wrapper {
  max-width: 53.4375em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px; }
  .content-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 798px) {
    .content-wrapper {
      padding: 20px;
      margin-top: 0px; } }

.main-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: url(../images/stadium-seats.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 40px; }
  .main-content:last-child {
    margin-right: 0; }

.left-content {
  padding: 100px 30px 50px 40px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 53.08608%; }
  .left-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 798px) {
    .left-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 40px 40px 0px 40px; }
      .left-content:last-child {
        margin-right: 0; } }
  .left-content h2 {
    margin: 30px 0; }

.right-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 44.55627%;
  padding: 30px 30px 50px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%; }
  .right-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 798px) {
    .right-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 30px;
      padding: 20px 40px 30px 40px; }
      .right-content:last-child {
        margin-right: 0; } }
  .right-content img {
    margin: 30px auto;
    width: 183px;
    display: block; }

.merchandise h3 {
  text-align: center; }
@media screen and (max-width: 798px) {
  .merchandise {
    padding: 0px 30px; } }

.image-links a {
  float: left;
  display: block;
  margin-right: 2.35765%;
  /*width: 23.23176%;*/
  width: 18%;
  margin-top: 40px;
  margin-bottom: 40px; }
  .image-links a:last-child {
    margin-right: 0; }
  .image-links a:hover {
    opacity: .85; }
@media screen and (max-width: 480px) {
  .image-links a {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px; }
    .image-links a:last-child {
      margin-right: 0; }
    .image-links a:last-child {
      margin-bottom: 30px; } }
.image-links img {
  display: block;
  margin: 0 auto; }

.footer-copy {
  text-align: center; }

a.button {
  width: 300px;
  display: block;
  margin: 40px auto 0;
  padding: 8px 0;
  text-align: center;
  height: 60px;
  border-radius: 5px;
  background: #ed174b;
  text-decoration: none;
  border-bottom: 4px solid #c40b38;
  font-family: 'PT Sans', sans-serif;
  font-size: 1em; }
  a.button:hover {
    color: #fff;
    border-top: 4px solid #ed174b;
    border-bottom: none;
    background: #c40b38; }
  a.button span {
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 700; }

/*# sourceMappingURL=style.css.map */
