#ashHidingSpot:hover {
  background-color: green;
}

body {
  background-color: #eaeaea;
}

.jumbotron {
  background-color: #368cbf;
  padding: 10px;
}
.gym {
  max-width: 60%;
  max-height: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gym:hover {
  border-radius: 3em;
  background-color: lightgray;
}

.classToFillRequirements{
  color: crimson;
}

.anotherClassToFillRequirements{
  color: purple;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #368cbf;
  border-radius: 0.25rem;
  margin-bottom: 0.90rem;
  box-shadow: 5px 10px #eaeaea;
}

.card p {
  font-size: 1.5em;
}

.card-header {
  background-color: #368cbf;
}

.card-text {
  margin-left: 0.75em;
}

.card ul {
  display: inline-block;
  margin: 0;
  padding: 15px;
  list-style-type: none;
}

.card ul li {
  font-size: 2em;
  display: inline;
  color: white;
  background-color: #33363b;
  border: 1px solid black;
  border-radius: 10px;
}

.card li:hover{
  color: black;
  background-color:rgba(0,0,0,.1);
}

.card ol {
  list-style-type: square;
  display: flow-root;
  font-size: 1.5em;
}

main {
  padding: 15px;
  margin: 0 0 30px 0;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

tr,
td {
  margin: 0px;
  padding: 10px;
}

ul {
  display: inline-block;
}

footer {
  color: #343d46;
  text-align: center;
}

footer li,
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  margin: 0px 10px;
  list-style: none;
  display: inline;
}

@media print {
  nav,
  footer {
    display: none;
  }
  ul {
    border: none;
  }
  .card{
    border: none;
  }
  .card ul li {
    font-size: 2em;
    display: inline;
    color: black;
    background-color: #33363b;
    border: none;
    border-radius: 0;
  }
}
