    nav.shrink{
        /* background-color: rgba(162, 125, 44, 0.8); */
        /*background:#061831;*/
        /* height: 60px; */
        padding-top: 0px;
        color: #DAC063;

    }
    nav.shrink.navbar-brand{
        font-size: 20px;
        padding: 30px 0px 0px 80px;
        color: #061831;
        
    }
    nav.shrink>div>a>img{
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0px 0px 5px #fff;
    background-color: white;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=white,Strength=5);
    }
    nav.shrink>div>div>ul>li>a>span {
        font-family:'myFutura';
        /* font-size:16px; */
        /*color: #061831;*/
        padding-top:30px;
    }
     nav.shrink>div>div>ul>li>a:hover {
        font-family:'myFutura';
        /*font-size:20px;*/
        /*color: #061831;*/
        color: white;
        /*text-shadow: 1px 1px 2px white, 0 0 5px gray, 0 0 5px black;*/
        text-shadow: 1px 1px 2px white;
    } 

    nav.shrink>div>div>ul>li>a>span {
        /*color: #fff;*/
        /*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #061831, 0 0 30px #061831, 0 0 40px #061831, 0 0 55px #061831, 0 0 75px #061831;*/
        text-align: center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    nav.shrink>div>div>ul>li>a>span:hover{
        /*color: #fff;*/
        /*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #E0C76A, 0 0 30px #E0C76A, 0 0 40px #E0C76A, 0 0 55px #E0C76A, 0 0 75px #E0C76A;*/
        text-align: center;
         -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; 
    }
    nav.shrink >div>button {
        background-color:#fff;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    nav.shrink>div>button :hover {
        /*color:white;*/
        background-color:#cfaa51;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        
    }
    