h1, h2, h3, h4, h5 {
  /*font-family: 'Baloo Bhai', cursive;*/
  font-family: 'Rock Salt', cursive;  line-height: 1.5;
  color: #000000  ;
}

h1 {
  font-size: 2em;
  border-bottom: solid;
  border-color: #ff0000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

h2 {
  font-size: 1.5em;
}

body {
  font-family: 'Lato', sans-serif;
  color: #555555;
}

a {
    color: #990000;
}

a:hover:not(.nav-link) {
  background-color: #990000;
  text-decoration-line: none;
  color: #ffffff;
}

.scroll-container {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

/* navbar */
.navbar {
    font-family: 'Rock Salt', cursive;  line-height: 1.5;
    background-color: #eeeeee;
}

/* Image Formatting */
.titleimage {
  height: 60px;
  padding-top: 10px;
}

.friendsimage {
  height: 100px;
  padding-bottom: 10px;
}

.menuimage {
  height: 30px;

}

.sectionheader {
  text-decoration: underline;
  text-decoration-color: #ff0000;
}

.jumbotron {
  background-image: url('/static/home/bg.jpeg');
  background-size: cover;
}

.headertext {
  color:  white;
  font-size: 1.5em;
  text-shadow: #000 1px 0 10px;
}

.contentblock {
}

.colhighlight {
  background-color: #eeeeee;
}
