/* 
    Created on : Feb 25, 2015,
    Author     : Dakota Sonnentag
    Last Edited: #######
*/

#topNavWrapper {
    border-top: 3px solid #409F89;
    border-bottom: 3px solid #409F89;
}

#logo {
    max-height: 70px;
}

#tagline{
    font-weight: 600;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
}
.fancyEffect {
    float: right;
    width: 300px;
    float: right;
    margin-right: -15px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.fancyEffectTagline {
    float: right;
    width: 300px;
    float: right;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

.navbar-default {
    border:none;
    background-color: white;
}
.navbar-nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
}
.navbar-toggle{
    background-color: #DDD;
}
#navMenuText{
    display: none;
    font-size: 1.3em;
    text-align: center
}
#linkHome > a {
    height: 50px;
    display: block;
}
#homeIcon {
    line-height: .5;
}
.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 1px 1px 1px 1px grey;
    border-top: none;
}
.navDropDownLink {
    border-bottom: 1px solid #D4D4D4;
}

.linkHover:hover{
    background-color: #EEE; 
    box-shadow: 0px 0px 1px 1px #D2D2D2;
    border-radius: 2px;
}
.navbar-default .navbar-nav li > a {
    color: #337AB7;
}
.dropdown-menu > li > a:hover {
    background-color: #E8E8E8;
    background-image: linear-gradient(to bottom, #F5F5F5 0px, #C9C9C9 100%);
    background-repeat: repeat-x;
}

@media (min-width: 767px) and (max-width: 815px) {
    .linkHover {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    #contactUsLink {
        display: block;
    }
    #logo {
        display: block;
        margin: 0 auto;
        text-align: center;
        max-height: 150px;
    }
    #tagline{
        font-weight: 600;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .fancyEffect
    {
        float: none;
        padding-top: 15px;
        text-align: center;
        width: 100%;
        margin-right: -15px;
        -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
           -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }
    .nav > li {
        border-bottom: 1px solid #d6d6d6;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
    }
    .navbar-nav {
        background-color: #EEE;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .navbar {
        padding-top: 15px;
    }
    .navbar-default .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-collapse {
        border-top: 0px;
    }
    .navbar-default {
        border-bottom: 0px;
    }
    #navbar-color {
        border-top: 0px;
        border-bottom: 0px;
        background-color: #409F89;
        margin-left: 0px;
        margin-right: 0px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        box-shadow: 0px 3px 2px -1px #B0B3B2;
    }
    #menuWrapper {
        box-shadow: 0px 3px 20px -1px #B0B3B2;
    }
    #navMenuText {
        display: block;
        position: relative;
        top: 13px;
        font-weight: bold;
        padding-left: 10px;
        font-size: 1.3em;
        float: left;
    }
    #linkHome {
        margin-bottom: 0px;
        height: 50px;
    }
    .linkHover {
        min-height: 50px;
    }
    .dropdown-menu {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li:hover {
        background-color: #E8E8E8;
        background-image: linear-gradient(to bottom, #F5F5F5 0px, #C9C9C9 100%);
        background-repeat: repeat-x;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #d6d6d6;
    }
    .linkHover:hover{
        border-left: 2px solid #409F89;
        border-right: 2px solid #409F89;
        border-bottom: 1px solid #d6d6d6;
        margin-bottom: 0px;
    }

}




/*fancy icon animation*/
.navbar-toggle {
    border: none;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    left: 3px;
    position: relative;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    left: 3px;
    position: relative;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    position: static;
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    position: static;
}
