h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Exo 2', sans-serif;
  font-weight:700;
}
h1, .h1 {
  font-size: 2.25em;
  font-weight: 300;
}
h2, .h2 {font-weight: 300;}
h3, .h3 {
  font-size: 1.25em;
  font-weight: 700;
}
h4, .h4 {
  font-size: 1.125em;
}

.roboto {font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;}

p {color: #585858;}

.txt-upp {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.txt-inverse {color: white;}
.txt-right {text-align: right;}

ul.card-text, ul.card-text li {
  list-style: none;
  margin: 0;
  padding: 0;
}
