﻿
/*Custom code for navbar*/
.navbar-custom {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*color when collapsed*/
    background-color: #1F1D1F;
    opacity:0.9;    
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

/*Adjusts nav links height from top - centers with navbar-brand image*/
.navbar-nav li a {
 line-height: 32px;
 font-weight:bold;
}

.navbar-custom a {
    color: #fff;
}

/*navar background fade in and out*/
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -o-transition:background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

/*Prevents color change to navbar items*/
.navbar-custom .nav li a,
.navbar-custom .nav li a,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active
{
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.dropdown-menu {
    background-color: #1F1D1F;
    padding-bottom:15px;
}

/*Allows extra top space to prevent navbar overlap*/
.dropdownSpacer {
    margin-top:77px;
}

.dropdown-menu li a {
    color:#ffffff;
    line-height:28px;
}

.dropdown-menu li a:hover {
    color: rgba(255,255,255,.8);
}

.icon-bar {
    background-color:white;
}

img.navbar-brand {
    /*margin-top: -7px;
    height: 77px;
    width: 100px;*/
    margin-top: -10px;
    margin-bottom:-11px;
    height: 90px;
    width: 110px;
}

@media(min-width:768px) {
    img.navbar-brand {
        margin-top: -12px;
    }
}

.navbar-toggle {
    margin-top:16px;
}

/*Larger screens*/
@media(min-width:768px) {
    .navbar-custom {
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -o-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        /*Overrides auto height set by brand image in navbar to prevent overlap of dropdown menu*/
        height:64px;
    }

    /*Full screen collapse on scroll*/
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #1F1D1F;
        opacity:0.9;  
    }
}

/*Nav link line height when collapsed on small screens*/
@media(max-width:767px) {
    .navbar-nav li a {
        line-height: 17px;
    }

    .navbar-collapse {        
        background: #1F1D1F;
        opacity:0.9;
    }
}

/*Padded space at the bottom*/
footer {
    /*height:55px;*/
    margin-top:2em;
    padding-top: 1em;
    /* padding-bottom: 2em; */
    /* height:115px; */
    border-top:1px solid #CFCFCF;
    background-color:#B20B0B;
    /*background-color: #1F1D1F;*/
    /*opacity:0.9;*/
}

.footerAddress {
    text-align:center;
    color:#fff;
    font-size:12px;
}

.footerLinks {
    margin-top:10px;
}

.footerLinks a {
    margin:0px 15px 0px 15px;
    color:#fff;
    text-align:center;    
}

.footerLinks a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.glyphicon-envelope {
    font-size: 24px;
}

.downloadApp {
    padding-bottom: 1em;
    color: white;
}

.copyright {
    background-color: black;
    color: white;
    line-height: 3em;
    margin-top: 1em;
}

/*.footerLinks .fa {
    font-size:21px;
}*/
