/* Common */
body {
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-size  : 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: rgba(64, 64, 64, 1);
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 1em;
}

/* Navigation Bar */

nav.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    min-height: 51px;
    height: auto;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
    border-color    : rgba(192, 192, 192, 1);
    border-width    : 0px 0px 1px 0px;
    border-style    : solid;
    box-shadow      : 0px -10px 20px 10px rgba(128, 128, 128, 1);
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    line-height:50px;
}

.nav-logo {
    display: inline;
    vertical-align: middle;
    margin-right: 1em;
}

.nav-title {
    display: inline;
    vertical-align: middle;
    font-size: 1.7em;
    font-weight: 700;
    font-family: 'Shadows Into Light', cursive;
}

.nav-slogan {
    display: inline;
    vertical-align: middle;
    color: rgba(64, 64, 64, 1);
    padding: 0em 1em 0em 1em;
    font-family: 'Shadows Into Light', cursive;
}

.nav-menu-item {
    vertical-align: middle;
    display: inline;
    float: right;
    color: rgba(64, 64, 64, 1);
    padding: 0em 0.5em 0em 0.5em;
}

.nav-menu-item:hover {
    color: rgba(170, 212, 0, 1);
}

.nav-burger-bar {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    border-top: 3px solid rgba(64, 64, 64, 1);
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: 0.2s;
}

.nav-burger-bar-top {
    top: 0px;
}
.nav-burger-bar-left {
    top: 7px;
}
.nav-burger-bar-right {
    top: 7px;
}
.nav-burger-bar-bottom {
    top: 14px;
}
.nav-burger-bar-top-active {
    opacity: 0;
}
.nav-burger-bar-left-active {
    top: 9px;
    transform: rotate(40deg);
    transition: 0.2s 0.1s;
}
.nav-burger-bar-right-active {
    top: 9px;
    transform: rotate(-40deg);
    transition: 0.2s 0.1s;
}
.nav-burger-bar-bottom-active {
    opacity: 0;
}

.nav-menu-container {
    border-top: 0px;
    width: auto;
    vertical-align: middle;
    display: inline;
    float: right;
}

.nav-burger {
    display: none;
}

@media (max-width: 480px) {
    .nav-burger {
        vertical-align: middle;
        display: inline;
        float: right;
        padding: 0em 0.5em 0em 0.5em;
        position: relative;
        cursor: pointer;
        top: 17px;
        width: 12px;
        height: 27px;
    }

    .nav-menu-container {
        border-top: 0px solid rgba(64, 64, 64, 1);
        width: 100%;
        height: 0px;
        transition: height .5s, border .5s linear .5s;
        overflow: hidden;
    }

    .nav-menu-container-active {
        border-top: 1px solid rgba(64, 64, 64, 1);
        height: 50px;
        transition: height .5s, border .0s linear .0s;
        overflow: hidden;
    }
}

/* Main Content */

div.content-container {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height : auto;
    padding: 50px 0px 0px 0px;
}

div.content-banner {
    position: relative;
}

img.content-banner-image {
    width: 100%;
    display: block;
}

div.content-banner-blurb {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2em;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

div.content-central {
    margin: 10px auto;
    max-width: 1024px;
    padding: 0px 10px;
}

div.content-quotation {
    margin: 20px;
    width: auto;
}

div.content-quotation p.content-quotation-text {
    font-style: italic;
}

div.content-quotation p.content-quotation-text:before {
    content: "\201c";
}

div.content-quotation p.content-quotation-text:after {
    content: "\201d";
}

div.content-quotation p.content-quotation-author {
    font-weight: 700;
    padding-left: 1em;
}

div.content-creation-recipe {
    margin: 30px auto 10px auto;
    max-width: 800px;
    border-color: rgba(192, 192, 192, 1);
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 1);
    padding: 30px 30px 10px 30px;
    color: rgba(64, 64, 64, 1);
}

div.content-creation-recipe h2 {
    margin-top: 0px;
}

div.content-creation-recipe h2:before {
    content: "\01f374 ";
}

img.content-creation-recipe-glyph {
    width: 40%;
    display: block;
    border-radius: 100px 10px 10px 100px;
    float: right;
}

div.content-creation-list {
    padding-top: 15px;
    text-align: center;
}

a.content-creation-list-item {
    max-width: 300px;
    min-height: 420px;
    margin: 15px;
    display: inline-block;
    height: auto;
    vertical-align: top;
    color: rgba(64, 64, 64, 1);
    text-decoration: none;
    border-color: rgba(192, 192, 192, 1);
    border-width: 1px;
    border-style: solid;
    box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 1);
}

a.content-creation-list-item p {
    padding: 10px;
}

a.content-creation-list-item ph3{
    padding: 10px;
}

a.content-creation-list-item:link {
    text-decoration: none;
}

a.content-creation-list-item:hover h3 {
    color: rgba(170, 212, 0, 1);
}

img.content-creation-list-item-image {
    width: 100%;
    height: auto;
}

/* Footer */

div.footer-container {
    left: 0px;
    right: 0px;
    width: auto;
    background-color: rgba(64, 64, 64, 1);
    text-align: center;
    margin-top: 20px;
}

div.footer-container p {
    color: rgba(192, 192, 192, 1);
}

div.footer-top-button {
    font-weight: 400;
    margin: 0px auto;
    max-width: 100px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 0px 0px 25px 25px;
    padding: 0px 0px 10px 0px;
}

div.footer-top-button:hover {
    color: rgba(170, 212, 0, 1);
}

p.footer-blurb {
    font-family: 'Shadows Into Light', cursive;
}

p.footer-copyright {
    font-size: 0.7em;
}

/* Fixes */
.fb_iframe_widget {
    vertical-align: top !important;
}
