@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);

body {
    font-family: 'Lato', sans-serif;
    color: #737373;
}



#header {
    min-height: 300px;
    height: auto !important;
    height: 300px;
    background-image: url("../gfx/header.png");
}

#main {
    background-image: url("../gfx/overlay2.jpg");
    background-repeat: no-repeat;
}

#left-side {
    margin-top: 30px;
}

#right-side {
    background: #ffffff;
    padding: 50px 0 0 0;
}

#right-side h1 {
    color: #797998;
}

#right-side div.border{
    border-bottom: 1px solid darkgrey;
    padding-bottom: 30px;
}

.g-recaptcha {
    padding-left: 15px;
}

.mythumbnail {
    margin-bottom: 15px;
    border-radius: 15px;
}

#footer {
    background: #ffffff;
}

.gallery {
    padding-top: 30px;
}