* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body {
    line-height: 1.3;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    background: url(../images/body-bg.jpg) no-repeat;
    background-size: cover;
    padding: 4rem;
    text-align: center;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}


/* ==========================================================================
 Classes
========================================================================== */

.mb-5 {
  margin-bottom: 3rem;
}

.buy-tickets {
  margin: 4rem 0;
}

h2 {
  color: #42ff00;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.6rem;
  margin-top: 1.5rem;
}

.social-icons {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons li {
  margin-right: 1rem;
}



/* ==========================================================================
	Media Queries
========================================================================== */


@media (min-width: 992px) {

  .flyer{
    max-width: 35%;
  }

}


@media (max-width: 767px) {


}