.navbar-brand{
    font-family: 'Comfortaa', sans-serif;
}

h1{
    font-family: 'Comfortaa', sans-serif;
}

h2{
    font-family: 'Comfortaa', sans-serif;
}

h3{
    font-family: 'Comfortaa', sans-serif;
}

h4{
    font-family: 'Comfortaa', sans-serif;
}

h5{
    font-family: 'Comfortaa', sans-serif;
}

body{
    font-family: 'Open Sans', sans-serif;
}

/* mimics the sticky-top bootstrap class */
div.sticky-bottom{
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

/* manage display on small mobile screens */
div.show-on-mobile-small{
  display: none;
}

/* iPhone screens that pose display issues have a viewport less than 375px */
@media only screen and (max-width: 374px){
  div.show-on-mobile-small{
    display: flex;
  }
  div.hide-on-mobile-small{
    display: none;
  }
}
