@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: url("../gfx/header.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header .banner-text {
    color: white;
    text-shadow: 2px 2px grey;
}

nav {
    z-index: 1;
}

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

#right-side h1 {
    color: #797998;
    text-shadow: 1px 1px #ffe6ff;
}

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

#right-side .distance {
    margin-top: 20px;
    padding-top: 40px;
}

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

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

#footer {
    background: #ffffff;
}

.gallery {
    padding-top: 30px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
/ / This is the aspect ratio height : 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.navbar-brand {
    padding-top: 0px;
}

#menu_logo {
    height: 45px;
}

.affix {
    top: 0;
    width: 100%;
}

.affix + .container {
    padding-top: 70px;
}