﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 80px;
}*/

.navbar-inner {
    min-height: 0px;
}
.navbar-brand,
.navbar-nav li a {
    line-height: 94px;
    height: 73px;
    padding-top: 0;
    padding-left: 0;
}

.navbar-custom {
    background-color: #AEF2FE;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #FF1E00;
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: #FF1E00;
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #ffffff;
    }