/*! 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;
}



body {
    font: 16px/26px "Roboto Slab", Georgia, Times New Roman, serif;
    background: #faedd9;
    color: #1b3541
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}


.header-container {
    border-bottom: 25px solid #cebba1;
}

.footer-container,
.main aside {
    border-top: 25px solid #cebba1;
}

.header-container,
.footer-container {
    background: #cebba1;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.main-container a, 
.main-container a:link, 
.main-container a:visited {color: #1b3541;}
.main-container a:hover, 
.main-container a:active {color: #8eccf2}


.header-container {background: url(../img/skylineBG.jpg) repeat-x center bottom; height: 449px;}
header.wrapper {background: url(../img/hdrBG.jpg) no-repeat center top; position: relative;}
.city {height: 449px; width: 100%; text-align: center; background: transparent; margin: 0 auto; position: relative}
.logo {text-align: center; margin: -25px 0 0 0; background: transparent}
.fcacc {position: absolute; top: 20px; right: 20px;}

.main-container {text-align: center;
background: #faedd9;
background: -moz-linear-gradient(top,  #faedd9 0%, #fefaf5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faedd9), color-stop(100%,#fefaf5));
background: -webkit-linear-gradient(top,  #faedd9 0%,#fefaf5 100%);
background: -o-linear-gradient(top,  #faedd9 0%,#fefaf5 100%);
background: -ms-linear-gradient(top,  #faedd9 0%,#fefaf5 100%);
background: linear-gradient(to bottom,  #faedd9 0%,#fefaf5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faedd9', endColorstr='#fefaf5',GradientType=0 );
}

img {max-width: 100%;}

h1 {text-align: center; font-size: 32px;}

.main article header p {font-weight: 100; font-size: 26px;}
.chefNote {font-size: 18px; font-weight: 700}

.subMain {margin: 30px 0; text-align: center;}
.subMain .proceeds {width: 100%; background: #b6dff8; font-weight:300; padding: 10px 0; font-size: 18px;}
.subMain .visitSite {width: 100%; background: #1b3541; font-weight: 700; color: #fff; padding: 30px 0; font-size: 24px;}
.subMain .visitSite a {color: #fff; text-decoration: none; white-space: nowrap; line-height: 1;}
.subMain .visitSite a:hover {color: #b6dff8}
.subMain .visitSite a.btn {background: #b6dff8; padding: 20px 30px; font-size: 20px; color: #1b3541; text-shadow:1px 1px 0px #fff; border:1px solid #fff;display: block; width: 250px; margin: 20px auto; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.subMain .visitSite a.btn:hover {background: #daedf9;}
.subMain .visitSite p {font-size: 26px; margin: 30px 0 0; font-weight: 100;}
.subMain .visitSite p span {margin: 0 40px 0 0; }
.subMain .visitSite .call {font-size: 20px; font-weight: 400; margin: 0; padding: 0;}

.entertainment {font-size: 20px;}
.entertainment a {text-decoration: none; font-weight: 700; white-space: nowrap}

.sponsors {background: #fff; padding: 20px 0; margin: 60px 0 0; text-align: center;  border-top: 25px solid #cebba1;}
.sponsors img {width: 100%; max-width: 100px; margin: 0 30px;}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1000px) {
.header-container .wrapper {margin: 0; width: 100%;}

}
@media only screen and (max-width: 620px) {
	.subMain .visitSite p span {margin: 0 0 0 0; display: block;}
 
}
@media only screen and (max-width: 500px) {
.header-container .wrapper {margin: 0; width: 100%;}
.header-container {height: 319px;}
header.wrapper {background-size: auto 100%;}
.city {height: 319px;}
.city > img {width: 320px; height: 319px;}
 
}



/* ==========================================================================
   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;
    }
}