/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  /*padding-top: 7rem;*/
  
}

h1, h2, h3, h4, h5 {
  font-family: 'Fugaz One', cursive;
}

.fugaz {
  font-family: 'Fugaz One', cursive;
}

a {
  text-decoration: none;
  
}

.bg-blue {
  background-color: #6CA2CE;
}

.bg-blue2 {
  background-color: #59C0E9;
}

.jumbo-main {
  margin: 0px;
  border-radius: 0px;
}



.nav-link {
  font-weight: bold;
}

.txt-white {
  color: #ffffff;
}

.txt-blue {
  color: #6CA2CE;
}

.txt-blue2 {
  color: #59C0E9;
}

.txt-grey {
  color: #999999;
}

footer {
  background-color: #343f43;
 
}

footer a, footer a:hover {
  color: #999999;
}

footer .sml-txt, footer .sml-txt a {
  font-size: 10px;
  color: #666666;
}

