﻿




div.breadcrumbs {
    font-size: 12pt;
}


/* nav bar */


        @media only screen and (min-width: 1090px) /* desktop */
        {

            body > header .top-bar ul.menu.show-for-large li {
                margin-left: 32px;
            }

            /*
            body > header .top-bar ul.menu.show-for-large li a {
                color: green;
            }

            ul li #home {
                color: blue;
            }
            */

            

        }

        @media only screen and (min-width: 1300px) /* desktop */
        {

            body > header .top-bar ul.menu.show-for-large li {
                margin-left: 60px;
            }
            /*

            body > header .top-bar ul.menu.show-for-large li a {
                color: blue;
            }
            */

        }

/* /nav bar */


/* cookies */



        div.cookies { /* cookies feel with background */

            position: fixed;
            background: hsl(0, 0%, 40%);

            left: 0px;
            bottom: 40px;

            width: 100%;
            opacity: 0.95;
            padding: 0.2em 0em;

        }

        div.cookies div.cookies-content-container { /* content spaced out in center of the screen */
            margin: 0 auto;
            max-width: 1000px;
            padding: 0em 1em;
            padding-bottom: 1em;
        }

        div.cookies div.cookies-about { /* main part about cookies, also contains text about cookies */
            display: inline;
            float: left;
            max-width: 500px;
            
            margin-top: 1em;

            color: hsl(0,0%, 90%);

            line-height: 1.5;
            font-size: 11.5pt;
        }

        div.cookies div.button { /* cookies button to accept or reject */
            display: inline;
            float: left;
            margin-left: 2em;
            padding: 1em;
            border-radius: 0.2em;
            opacity: 1;

            color: hsl(0,0%, 90%);
            background: hsl(100,0%, 60%);
            margin-top: 1em;
            margin-bottom: 1em;

            font-size: 12pt;
        }

        div.cookies-hidden { /* set to make cookies notice hidden */
            display: none;
        }

        div.cookies a, div.cookies a:visited {
            color: hsl(0, 0%, 90%);
            text-decoration: underline;
        }

        div.cookies a:hover {
            color: hsl(0, 0%, 90%);
            
        }



/* /cookies */