/*
Colors
Black #000
White #fff
Off White #fdfdfd
Dark Gray #333
Yellow #f4a910
Teal #2ab980
Pink #e03165
Purple #4a35a3
*/


.fs075 {
    font-size: 0.75rem;
}

.fs15 {
    font-size: 1.5rem;
}

.fs20 {
    font-size: 2rem;
}

.fs25 {
    font-size: 2.5rem;
}

.number {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.yellow {
  color: #f4a910;
}

.teal {
  color: #2ab980;
}

.pink {
  color: #e03165;
}

.purple {
  color: #4a35a3;
}

.header {
  vertical-align: middle;
  width: 100%;
}

.banner {
  text-align: center;
  width: 100%;
}

div.clear_both {
  clear: both;
} 

html {
  font-size: 100%;
}

body {
  background-color: #fff; /* White */
  color: #000; /* Black */
}

h1, h2, h3 {
  font-family: "Playpen Sans Deva", "Comic Sans MS", "Trebuchet MS", cursive, sans-serif;
}

body, p, li, input, textarea, button {
  font-family: "Montserrat", "Avenir", "Helvetica Neue", Arial, sans-serif;
}

