

/* ==========================================================================
   Author's custom styles
   Branding to match Team 23 Design Collateral for "LunchBox"
   ========================================================================== */
body {
    background-color:#fff;
    color:#be9d28;
}
a {
    color:#f15a29;
    font-weight:bold;
}
hr {
    color:#be9d28;
    border-color:#be9d28;
    background-color:#be9d28;
}
h1,h2,h3 {
    /* color: #ff6633; */
    color: #009999;
    font-weight: bold;
}
.jumbotron h1 {
    color: #ff6633;
    font-size: 2.5em;
}
.jumbotron p {
    color: #ff6633;
}
.navbar-custom {
    background-color: #f15a29;
    background-image:none;
}
.navbar-custom .navbar-nav > li > a {
    color:#f8f5c6;
}
.dropdown:hover .dropdown-menu {
    display:block;
}
.glyphicon-home {
    color:#f8f5c6;
}
.jumbotron {
    /* background-image: url("../img/bento-box.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:center top;
    background-attachment: scroll;*/
    background-color:#f8f5c6;
}
.jumbotron img {
    margin-left:-5px;
}
.btn-primary {
    background-image:none;
    background-color:#0088a7;
    border:none;
}
.btn-primary:hover {
    background-image:none;
    background-color:#f15a29;
}
.btn-info {
    background-image:none;
    background-color:#f15a29;
    border:none;
}
.btn-info:hover {
    background-image:none;
    background-color:#0088a7;
}
#footer-left {
    float:left;
}
#footer-right {
    float:right;
    margin-top: -10px;
}
form#landing {
    background-color: #ffffcc;
    padding: 20px;
    border: 1px solid #cc9933;
}
input[type=radio] {
    margin-bottom: 20px;
}
input[type=checkbox] {
    margin-bottom: 20px;
}
input[type=text], [type=email] {
    width: 100%;
    padding: 8px;
}
form button {
    width: 100%;
    
}
form#home-page {
    
}
.diagram {
    width: 100%;
}
.carousel img {
    width: 100%;
}
.carousel h2 {
    color: #ffffff;
}
.carousel-caption h2:first-child {
  animation-delay: 1s;
}
.carousel-caption button {
  animation-delay: 3s;
}
.table {
    width: 100%;
}





