/* General Styling */

body {
    padding-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3 {    
    font-weight: bold;
    font-variant: normal;
    /*color: #666;*/
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    
}

h1 {    
    /*font-size: 20px;*/
}

h2 {
    /*font-size: 14px;*/
}

h3 {
    /*font-size: 12px;*/
}

p {
    padding: 5px 0;
    color: #868686;
    font-size: 12px;
    text-align: center;
}

address {
    text-align: center;  
}

a:link, a:visited, a:active {
    color: #48487f;    
    /*text-decoration: underline;*/
}

a:hover {    
    color: #6666;    
    text-decoration: none;
}

.button {
    padding: 15px;
    margin: 5px;
    color: white !important;
    background: #48487f;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
}

/* Sections */

#content {
    max-width: 800px;
    margin: auto auto;
}

#logo {
    text-align: center;
    clear: both;
}

#description {
}

#gallery-images {
    text-align: center;
    margin: 20px 0;
}

#gallery-images > img {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

#contact-information {
    text-align: center;
    margin: 20px 0;
}

#footer-modules {    
    text-align: center;
    border-top: 1px solid #6666;
    border-bottom: 1px solid #6666;
    margin: 20px 0;
}

#footer-modules > div {
    display: inline-block;
    padding: 40px;
    vertical-align: top;
}

#footer-modules #directions {
}

#footer-modules #opening-hours {
}
