h1 {
  color: grey;
}

footer {
  margin-left:20%;
  background-color:white;
}

footer p {
  text-align:left;
  color:black
}
.navbar-default {
    background-color: white;
    border-color: white;
    font-size: 85%;
}
.navbar-default .navbar-brand {
    color: black;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: black;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: white;
}
.navbar-default .navbar-nav>li>a {
    color: black;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: grey;
    background-color: white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: black;
    text-decoration: underline;
    background-color: transparent;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: white;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: white;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: white;
    background-color: white;
}

