#footer > .container {
    /* Align with the navbar container */
    padding-left: 15px;
    padding-right: 15px;
}

.footer-content {
    margin: 15px 0;
    color: #999;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
    padding-bottom: 70px;
}
#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #222222;
}

.navbar-default {
  background-color: #222222;
  border-color: #000000;
    
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: yellow;
  background-color: transparent;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #000;
  text-decoration: none;
  background-color: yellow;
}

a {
  color: #428bca;
  text-decoration: none;
}

textarea{
width: 100%;
    height: 150px;
}