.jl-button-large {
  padding: 0 20px;
  font-weight: bold;
}
.jl-button-primary {
  color: #fff;
  border: 0px solid #000;
  border-radius: 5px;
  background-color: #009699;
}
.jl-button-primary:hover, .jl-button-primary:focus {
  background-color: #fff;
}
.jl-button-primary:hover {
  color: #000;
}  
strong {
  color: #000;
}
.jl-card-secondary {
  background-color: #fd0001;
}
.jl-card-secondary {
  border: 0px solid #000;
  border-radius: 0px;
}
.g-content {
  margin: 0.10rem;
  padding: 1.0rem;
}
.jl-card-default {
  background-color: #fcd400;
  color: #2c2c2c;
  box-shadow: 0 0px 0px rgba(0,0,0,.08);
}
.jl-button-default {
  border: 0px solid #000;
  border-radius: 5px;
  color: #040404;
  background-color: #fff;
}
h1, h2, h3, h4, h5 {
  font-family: "roboto";
  font-weight: 900;
}
.jl-h2, h2 {
  font-weight: 900;
}
.jl-overlay-default {
  background: rgba(0, 0, 0, 0.59);
}
.jl-h3, h3 {
  font-weight: 700;
}