body {
  background: url('../img/backgroundPlasma.jpg') no-repeat;

  background-size: cover;

  /* background-color: #9c96bc; */

  padding-top: 80px;

  padding-bottom: 30px;

  color: #ffffff;

  font-family: 'Josefin Slab', serif;

  font-size: 120%;

  position:relative;

}



h1, h2, h3, h4 {

  font-family: 'Amatic SC', cursive;

}



.table th, td {

  color: #ffffff;

}



.footer {

  position: fixed;

  left: 0;

  bottom: 0;

  z-index: 99999;

  width: 100%;

  text-align: center;

  font-family: 'Amatic SC', cursive;

  /* color: #ffffff; */

  padding-top: 2px;

  padding-bottom: 0px;

  background-color: #575084;  

}



.navbar {

  position: fixed;

  left: 0;

  top: 0;

  z-index: 99999;

  width: 100%;

  padding-top: 0px;

  padding-bottom: 2px;

  padding-left: 20px;

  background-color: #575084;

}



.nav-link {

  text-align: right;

  font-family: 'Amatic SC', cursive;

  font-size: 150%;  

  color: #ffffff;

  padding: 2px;

}



.bellis {

  font-size: 250%;

  padding-bottom: 20px;

}



.just-text {

  font-size: 300%;

  padding-top: 20px;

  text-align: right;

  font-family: 'Amatic SC', cursive;

}



span.upcase {

  text-transform: uppercase;

}



.locations-title {

  text-align: center;

}



.card-body {

  background-color: #575084;

}



.card {

  margin-top: 15px;

  margin-bottom: 15px;

}