html {
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    margin: 0;
    background: url('../images/taste_of_brooklyn_bg_blank.gif') top center repeat-x;
    font-family: verdana;
    font-size: 12px;
    line-height: 18px;
    color: #222222;
}

section{
    margin-bottom: 4rem;
}

a, a:visited {color: #dd2717;}

.h1{
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 1.2em;
    color: #7d2717;
}

.h2{
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 1.2em;
    color: #7d2717;
}

.h3{
    font-size: 18px !important;
    line-height: 1.4;
    margin-top: 1em;
    margin-bottom: .5rem;
    color: #7d2717 !important;
}

.flex-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flex-container > div, .flex-container > a{
    box-sizing: border-box;
    flex-basis: 33%;
    padding: 1rem .5rem;
}
.flex-container img{
    max-width: 100%;
    height: auto;
}

.indent-area{
    box-sizing: border-box;
    padding-left: 1.4rem;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: 980px;
}
#header {
    width: 980px;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

#header h1,
#header h2 {
    text-align: right;
    padding-left :400px;
}
#header h1 {
    padding-top: 30px;
    color: #fff;
}

#header h2 {
    color: #fed6a0;
}

#nav {
    width: 600px;
    position: absolute;
    right: 12px;
    bottom: 30px;
    text-align: center;
}
#nav a {
    color: #7d2717;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
}
#nav a.nav_link {
    border-right: 1px solid #dd7127;
}
#nav a:hover {
    text-decoration: underline;
    color: #7d2717;
}
#col_left {
    float: left;
    width: 600px;
    margin: 10px 20px 0 10px;
    border-left: 1px solid #fed6a0;
    padding-left: 25px;
}
#col_left h2 {
    font-size: 30px;
    color: #7d2717;
    margin: 0 0 15px 0;
}
#col_left ul a {
    color: #7d2717;
    font-family: Georgia;
    font-size: 14px;
}
#col_left ul a:hover {
    color: #df7126;
}
#col_left ul li {
    margin-bottom: 10px;
}
#col_right {
    float: right;
    width: 260px;
    padding: 25px 20px;
    margin-right: 15px;
    background: url("../images/sidebar_bg.gif") top center repeat-y;
}
#col_right h2 {
    color: #7d2717;
    font-size: 24px;
    margin: 15px 0 10px 10px;
    line-height: 1.2;
}
#col_right h3 {
    color: #7d2717;
    font-size: 18px;
    margin: 15px 0 10px 10px;
    line-height: 1.2;
}
#col_right h4 {
    color: #7d2717;
    font-size: 16px;
    margin: 15px 0 10px 10px;
    line-height: 1.2;
}
#col_left h3 {
    color: #222;
    font-size: 22px;
}
#col_right .georgia {
    font-family: Georgia;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 0 10px;
    color: #222;
}
#col_right hr {
    border-bottom: 1px solid #df7126;
    border-top: none;
    margin: 5px;
}
#footer {
    background: url('../images/footer_bg.gif');
    width: 980px;
    padding: 10px 0;
    color: #FFF;
    text-align: center;
    margin: 20px 0 10px 0;
}
a:link, visited, active {
    color: #dd2717;
    }

a:hover {
    color: #7d2717;
}

.social {
    margin-left: 10px;
    margin-top: 15px;
}

.social a,
.social a:link,
.social a:active,
.social a:visited {
    font-size: 30px;
    color: #7d2717;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}

#slideshow {
margin: 50px auto;
position: relative;
width: 620px;
height: 400px;
}

#slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 620px;
    height: 400px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}