/*--------- NAVBAR / MENU / NAVIGATION ---------*/

    .navbar .dropdown-menu,
    .navbar .navbar.opened { background: #464647 !important; }
    .navbar .navbar { background: #464647; }
    .navbar .dropdown-item:hover,
    .navbar .dropdown-item:focus { background: #8e4496 !important; }
    .navbar .navbar.navbar-expand-lg .dropdown .dropdown-menu { background: #491b4a; }
    .navbar a { font-size: 13px !important; color: white !important; text-decoration:none !important; }
    .navbar a:hover { text-decoration: underline !important; }


/*--------- PAGE HEADER ---------*/

    .page-header .title-addition span svg path { fill: #fff; }

    .header-about {
      background-image: url("../images/header-fish.png");
    } 
    .header-past {
      background-image: url("../images/header-turtle.png");
    }  
    .header-received {
      background-image: url("../images/header-dog-w-ball.jpg");
    }  

    .header-contact {
      background-image: url("../images/header-wavingdog.jpg");
    }  
    .header-FAQ {
      background-image: url("../images/header-cow.jpg");
    }  
    .header-privacy {
      background-image: url("../images/header-butterflies.jpg");
    }  
     .header-sitemap {
          background-image: url("../images/header-rabbit.jpg");
        }   
    .header-location {
          background-image: url("../images/header-tiger.jpg");
        }  

    .header-schedule {
      background-image: url("../images/header-redpanda.jpg");
    }    

    .header-travel {
      background-image: url("../images/header-tiger2.jpg");
    }  
    .header-app {
      background-image: url("../images/header-orangelizard.jpg");
    }  

.navbar-extension {padding-top: 3.5rem; padding-bottom: 0.3rem; font-size: 0.65em; color: #c8c8c8; letter-spacing: 0.5px; background: #464647;}
    

    
/*--------- FOOTER ---------*/

    .footer {
        background: rgb(73,27,74);
        background: linear-gradient(0deg, rgba(56,83,50,1) 0%, rgba(13,59,94,1) 50%, rgba(73,27,74,1) 100%);
        }

    .footer a, .footer .list li a { text-decoration: underline; color: #fff !important; }

    .footer p a:hover, .footer .list li a:hover, .footer .iconfont:hover { color: #70a666 !important; transition: 1.5s; }

    .footer .iconfont { color: #fff !important; margin-right: 0.5rem; }

    .footer-top .wave-container .wave svg path { fill: #491b4a; }
    