/* 70dfff - 428bca */
html {
   height: 100%;
   }
.full {
   background: url(../img/index.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   }  
body {
   font-family: 'Kalam', cursive;
   background: transparent;
   color: #000;
   height: 100%;
   }
a {
   color: inherit;
   }
a:active,
a:hover {
   text-decoration: none;
   color: inherit;
   }

#brandname {
   font-size: 36px;
   font-family: 'IM Fell English', serif;
   margin-top: 10px;
   margin-bottom: 0;
}
 
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.navbar .navbar-collapse {
  text-align: center;
}
#indexnav {
   padding-top: 290px;
}
#indexnav li {
   font-size: 21px;
   text-align: center;
}
#indexnav a:hover {
   color: #FFF;
}
#indexcollnav a{
   color: #000;
   font-size: 20px;
   padding: 10px 20px 10px 20px;
}
#indexcollnav a:hover{
   color: #FFF;
}