html {}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.brand-background {
    background-image: radial-gradient(farthest-corner, #c8c8c8, #ffffff);
    background-repeat: no-repeat;
    background-size: 100%;
}

#main {
    width: 100%;
    overflow: auto;
    background-color: #fff;
}


#main-container {
    max-width: 1024px;
    min-width: 300px;
    margin: auto;
}

#header {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1em;
}


#header-links {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

#header-links a {
    width: 6em;
    line-height: 1.5em;
    background-color: #323232;
    text-align: center;
    color: white;
    padding: 0.25em;
    margin: 0.25em;
    border-radius: 0.3em;
    font-size: 1.5em;
    text-decoration: none;
    border: 2px solid #999999;
    box-shadow: 3px 3px 3px #000000;
}

#header-links .active {
    background-image: radial-gradient( #6d6a6a, #dedede);

}

#header-links a:hover {
    background-color: #6d6a6a;
    border: 2px solid #FFF;
}

#header-logo {
    width: 100%;
    height: 100%;
    max-width: 480px;
    border-radius: 1em;
}

#header-logo img {
    width: calc(100% - 2em);
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.5em;
}

#footer {
    /*   font-size: 1.25em; */
    width: 100%;
    /*     height: 3em; */
    text-align: center;
    line-height: 3em;
    color: black;
    border-radius: 1em;
}

h3 {
    font-size: 1.5em;
    padding-left: 1em;
}


p {
    padding: 1em;
}

#home-page-photo {
    width: 45%;
    float: right;
    padding: 1em;
}

#galleryCont {
    text-align: center;
}

#gallery {
    width: 80%;
    display: inline-block;
}

.lSSlideWrapper {
    text-align: center;
}

#lightSlider img {
    width: 85%;
}

#contact-table {
    font-size: 1.5em;
}

#contact-table div {
    padding: 1em;
}

.fbCont {
    text-align: center;
}

.fbCont img {
    height: 8vh;
}

.fbCont a {
    text-decoration: none;
}

/* @media only screen and (max-device-width: 640px) {
 
    #header-logo img {
        height: 5vh;
    }
    #header-links a {
         font-size: 3em;
        line-height: 6vh;
        height: 6vh;
    }
}
*/