html, body {
  height: 100%;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #fff; }

body {
  background: #e6007e;
  margin: 30px 0; }

img {
  max-width: 100%; }

a {
  color: #fff; }

h2 {
  margin: 1em 0 .5em 0; }

.modal {
  color: #333; }

button {
  width: 25%;
  float: left;
  padding: 0 5px;
  background: transparent;
  border: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  button:hover {
    opacity: .6; }

.ticket-link {
  background: #ffed00;
  color: #000;
  padding: 35px 40px;
  line-height: 1.1;
  font-size: 2.2em;
  text-align: center;
  margin: 30px auto;
  display: inline-block; }
  .ticket-link:hover {
    background: #000;
    color: #ffed00; }

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