.navbar li > a {
   opacity: 1;
}
.navbar li > a:hover {
    color: #F00 !important;
    -webkit-transition: .5s;
}

.lady-bird-gray {
    position: absolute;
    right: 0;
    top: 53px;
}

.lady-bird-black {
    position: absolute;
    left: 0;
    top: 400px;
 }
 .main-container {
//    margin-top: 0px;
}
#login-container {
//    padding-top: 25px;
}
.theme-background {
    background-color: #dd2d26 !important;
}
.navbar-inverse {
    background: none repeat scroll 0% 0% #161616;
}
.jumbotron {
    background-color: #dd2d26;
    color: #FFF;
    padding: 0px 0px 25px;
}
.jumbotron.myhome {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.jumbotron.myfiller {
    text-align: center;
    margin-bottom: 0px;
    padding: 0px 0px 0px;
    margin-bottom: 50px;
}

.myhome h1 {
    font-size: 48px !important;
}
