.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    /*height: 160px;*/
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    /*z-index: 10000;*/
    z-index: 1000;
    overflow: hidden;
    /*background: #35414F;*/
    /*background: #3A75A7;*/
background: #FFFFFF;
    border-bottom: 4px solid #cbc19e;
    /*background: yellow;*/
}

.cbp-af-header .cbp-af-inner {
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    /*padding: 0 1.875em;*/
}

.cbp-af-header h1,
.cbp-af-header img,
.cbp-af-header nav {
    display: inline-block;
    position: relative;
/*border: 1px solid #000000;*/
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
    line-height: 160px;
}

.cbp-af-header img,
.cbp-af-header h1 a {
    margin: 0;
    /*color: #aaa;*/
    color: #cbc19e;
    font-size: 3em;
    font-family: "Roboto Slab", serif;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
/*background: red;*/
    }

.cbp-af-header h1 a:hover {
text-decoration: none;
}

.cbp-af-header h1 img {
    margin: 0 20px 0 0;
}

.cbp-af-header nav {
    float: right;
/*background: red;*/
}

.cbp-af-header nav a {
    color: #000000;
    /*color: #004595;*/
    font-weight: 700;
    margin: 0 15px 0 15px;
    font-size: 1.4em;
}

.cbp-af-header nav a:hover {
    color: #B2D3EF;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
/*.cbp-af-header h1 a,*/
/*.cbp-af-header h1 img,*/
.cbp-af-header img,
.cbp-af-header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
    /*height: 100px;*/
}

.cbp-af-header.cbp-af-header-shrink h1,
/*.cbp-af-header.cbp-af-header-shrink h1 a,*/
/*.cbp-af-header.cbp-af-header-shrink h1 img,*/
.cbp-af-header.cbp-af-header-shrink img,
.cbp-af-header.cbp-af-header-shrink nav a {
    line-height: 60px;
}

/*
.cbp-af-header.cbp-af-header-shrink h1 a {
    font-size: 2em;
}
*/

.cbp-af-header.cbp-af-header-shrink img {
    /*width: 80%;*/
    /*height: 20px;*/
}



/* Example Media Queries */
@media screen and (max-width: 55em) {

    /*body {background: red;}*/
img {max-width: 100%;}
    .cbp-af-header .cbp-af-inner {
        width: 100%;
        }

    .cbp-af-header h1,
    .cbp-af-header nav {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .cbp-af-header h1,
    .cbp-af-header nav a {
        line-height: 115px;
    }

    .cbp-af-header nav a {
        margin: 0 10px;
    }


    .cbp-af-header.cbp-af-header-shrink h1,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 45px;
        }

    .cbp-af-header.cbp-af-header-shrink h1 {
        font-size: 2em;
        }

    .cbp-af-header.cbp-af-header-shrink nav a {
        font-size: 1em;
        }

    .cbp-af-header.cbp-af-header-shrink img {
        width: 40%;
        /*height: 20px;*/
        }
}

@media screen and (max-width: 32.25em) {

    /*body {background: green;}*/

img {max-width: 100%;}
/*img {border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;}*/

    .cbp-af-header nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 24em) {
    /*body {background: blue;}*/

img {max-width: 100%;}

    .cbp-af-header nav a,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 1;
    }
}