﻿body {
    background: #93ab80 url('/images/golfcourses/colr_golf_background_tile.png');
    padding-top: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #505050;
}

#header-img {
    background: url(/images/golfcourses/colr_golf_fullimage.jpg) no-repeat;
    background-size: 100%;
    padding-bottom: 38%;
    border-radius: 0 20px 0 0;
}

#main-content {
    background: #fff;
}

#header {
    box-shadow: 0 0 20px #000;
    border-radius: 0 20px 0 0;
}

#main-content {
    box-shadow: 0 0 20px #000;
    border-radius: 0 0 20px 20px;
}

#footer-img {
    border-radius: 0 0 20px 20px;
}

#copyright {
    text-align: right;
}

    #copyright a {
        color: #328852;
    }
    
.logo-wrapper {
    display: inline-block;
    margin: -3px 0 0 45px;
}

#parkslogo-xs img {
    margin: 0 auto;
}

.golf-logo img {
    margin-left: auto;
    margin-right: auto;
}

.golf-logo {
    background: url(/images/golfcourses/colr_golf_box_top_6col.png) no-repeat;
    padding: 20px 20px 0 20px;
    background-size: 100%;
    margin-top: -50px;
    height: 132px;
}
