﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
.navbar-brand img, .navbar-brands img {
    width: 200px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
}
.row-mt-0{
    margin:0px;
}
footer{
    padding-top:30px;
}
    footer li {
        list-style: none;
        padding: 5px 0px;
        font-size: 18px;
        color: #878181;
    }
a{
    text-decoration:none;
    color:#000;
}
footer ul {
padding:0px;
}
footer li a {
    color: #878181;
    text-decoration: none;
}
    footer li a:hover {
        color: #878181;
        text-decoration: none;
    }
.footer-icons-link {
    font-size: 18px;
}
.footer-icons-link {
    color: #878181;
}

.next-generic-dig{
    padding:10px 0px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
@media screen and (max-width: 767px) and (min-width: 50px) {
    .navbar-inverse .navbar-collapse {
        background: #dae4ee;
        text-align: center;
        position: relative;
    }
    .footerlogo{
        margin:0px !important;
    }
    .navbar-brand {
        margin-left: 15px !important;
        margin-top: 10px !important;
    }
    .navbar-brand img,.navbar-brands img{
        width: 150px;
    }
    .navbar-toggle {
        margin-top: 25px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-size: 17px;
        padding: 10px;
 margin-top:0px !important;
    }
    .body-content {
        padding: 0;
    }
    .navbar-nav {
        float:none !important;
    }
    .navbar-inverse {
         margin-top: 0px !important; 
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    footer li {
        font-size: 20px;
    }

}