body {
    background: black;
    color: white;
    margin-top:40px;
}

.main {
    background: white;
    color: black;
}

.main_content p {
    text-align: justify;
}

.menu li a {
    color: white;
}

.nav_container {
    background: black;
    color:white;
    font-weight: bold;
}

img.banner {
    max-height: 135px;
}

img.youtube {
    height:54px;
}

img.flickr {
    height: 40px;
}

img.logo {
    padding-bottom:30px;
}

img.footer_logo {
    max-height: 80px;
}

.body_cell {
    padding: 40px 40px 50px 40px;
    
}

.cell .main_content {
   padding-right: 3em;
}

.cell .jt_celebration {
    outline: 3px solid black;
}

.jt_celebration .jt_title {
    font-size:14pt;
    font-weight: bold;
}

.jt_description {
    padding: 10px 10px 20px 10px;
    text-align: center;
}

img.hecto {
    height: 320px;
    padding: 0 40px 40px 0;
}

.grid-x .accent {
    background-color:#facd01;
    height:5px;
}

a.accent_selected {
    color:#facd01 !important;
}

.grid-x.footer {
    margin-top:40px;
    border-top:20px solid black;
}