/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
    margin: 0;
    padding: 0;
}
a {
    color: #f1cd00;
    text-decoration: none;
}
.clear {
    clear: both;
}
body {
    font-family: 'pier_sansregular';
    color: #4F4F4F;
    letter-spacing: 1px;
    background-color: gray;
}
.banner {
    background-color: #fef9d9;
    padding: 25px 0;
    text-align: center;
}
.main-container {
    width: 900px;
    margin: auto;
    max-width: 100%;
    position: relative;
    box-shadow: 0px 15px 15px #000;
}
.white {
    background-color: #fff;
}
.gray {
    background-color: #E7E7E9;
}
.main-nav ul {
    margin: 25px 0;
    text-align: center;
}
.main-nav li {
    display: inline;
}
.main-nav ul li a {
    margin: 0 25px 0 0;
    text-transform: uppercase;
}
.content {
    width: 70%;
    margin: auto;
    padding: 50px 0;
}
.double-space {
    line-height: 2.75;
}
.left-column, .right-column {
    width: 48%;
    position: relative;
}
.left-column {
    float: left;
}
.left-column h2, .right-column h2 {
    font-weight: normal;
}
.right-column {
    float: right;
    position: relative;
}
.center {
    text-align: center;
}
.qtitle {
    margin: 15px 0 7px;
    text-transform: uppercase;
}
.desc {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 85%;
}
input, select, textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #b2b1b6;
    line-height: normal;
    height: 40px;
    width: 100%;
    border-radius: 2px;
}
select {
    height: 42px;
}
textarea {
    height: 300px;
    width: 100%;
    resize: none;
}
input[type="submit"]{
    width: 250px;
    background: #4F4F4F;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    margin: 50px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
}
footer {
    text-align: center;
}
footer a img {
    width: 34px;
}





.recipe {
    margin: 50px auto 0;
    text-align: center;
    box-shadow: none;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 720px) {
    .right-column, .left-column {
        float: left;
        margin: auto;
        width: 100%;
    }
    .right-column::after, .left-column::after, .right-column::before, .left-column::before {
        clear: both;
    }
    #bullets {
        margin-left: 10px;
        text-align: center;
    }
    .main-nav li {
        display: block;
        margin: 25px 0;
    }
    .content {
        width: 90%;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}