p, .subtitle, body {
  font-family: 'Quicksand';
}

body {
  background-image: url(../img/stripe_pattern.jpg);
  padding: 2.5%;
}

main {
  background-color: rgba(255, 255, 255, 0.95);
}

h1,h2,h3,h4,h5, .title {
  font-family: 'Raleway';
}

.tile-header {
  border-radius: 0;
  margin-bottom: 0 !important
}
/* nav li {
  font-weight: 500;
}

nav li::after{
  content: "|";
  position: relative;
  top: -2rem;
}

nav ul :first-child::after {
  color: transparent;
} */

.tabs ul {
  border-bottom: 0;
}

.content figure {
  margin: 0;
}

.card-footer {
  background-color: LightSeaGreen;
  color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.card-footer :hover {
  background-color: #42ddd4;
}

.card-footer a {
  text-decoration: none !important;
  font-weight: bolder;
}

.card {
  height: 100%;
  position: relative;
}
