body {
  background-color: #FFFAD5;
  color: black;
}

.display-4 {
  color: #FFFAD5;
  font-size: 500%;
  text-shadow: 1px 1px black;
  font-family: 'Kaushan Script', cursive;
}

.lead {
  color: #FFFAD5;
  font-size: 300%;
  text-shadow: 1px 1px black;
  font-family: 'Kaushan Script', cursive;
}

.left-card {
  color: black;
  width: 100%;
  margin-bottom: 10px;
}

.card-color {
  background-color: #FFD34E;
}

.right-card {
  background-color: #FFD34E;
  color: black;
}

.jumbotron {
  background-color: #105B63;
}

.event {
  font-family: 'Oxygen', sans-serif;
  border: 20px;
  padding: 20px;
  text-align: left;
}

/* to change the photo sizes in ticket area*/
.img-fluid {
  width: 100%;
  height: auto;
}

/* start loading animation code */
/* credit https://loading.io/css/ */
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #fdd;
  border-color: #fdd transparent #fdd transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}


#loading-animation{
  margin: auto;
}
/* end loading animation code */


.right-card {
  background-color: #FFD34E;
  color: black;
}


.jumbotron {
  background-color: #105B63;
}

.event {
  font-family: 'Oxygen', sans-serif;
  text-align: left;
} */

/* modal */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#button {
  padding: 5px;
  height: auto;
  line-height: 1.5em;
  font-family: 'Karla', sans-serif;
}

#eventbutton {
  padding: 5px;
  height: auto;
  font-family: 'Karla', sans-serif;
}

@media only screen and (max-width: 768px) {

  body {
    background-color: #FFFAD5;
    color: black;
  }

  .left-card {
    color: black;
  }

  .right-card {
    background-color: #FFD34E;
    color: black;
  }

  .jumbotron {
    background-color: #105B63;
  }

  .display-4 {
    color:#FFFAD5;
    font-size: 500%;
    text-shadow: 1px 1px black;
    font-family: 'Kaushan Script', cursive;
  }

  .lead {
    color: #FFFAD5;
    font-size: 300%;
    text-shadow: 1px 1px black;
    font-family: 'Kaushan Script', cursive;
  }

  .event {
    font-family: 'Abril Fatface', cursive;
    ;
    border: 20px;
    padding: 20px;
    text-align: left;
  }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

}