body {
  background-image: url(../images/body_bg1.png);  background-repeat: repeat;
  font-family: Raleway, sans-serif;
}
body #color a {
  font-family: Raleway, sans-serif;
  text-decoration: underline;
}
body #color a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
#main-navbar-collapse li a {
  font-family: Raleway, sans-serif;
  text-decoration: underline;
}
#main-navbar-collapse li a:hover {
  text-decoration: underline;
}
#footer a {
  font-family: Raleway, sans-serif;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: underline;
}

h1 {
  font-family: 'Indie Flower', cursive !important;
}
h2 {
  font-family: 'Indie Flower', cursive !important;
}
h3 {
  font-family: 'Indie Flower', cursive !important;
}
h4 {
  font-family: 'Indie Flower', cursive !important;
}
h5 {
  font-family: Raleway, sans-serif!important;
}
h6 {
  font-family: Raleway, sans-serif!important;
}
p, li{
  font-family: Raleway, sans-serif!important;
}
