#content {
    background-color: #fff;
    padding: 20px;
    min-height: 518px;
}

#menu {
    background-color: #fff;
    padding: 0px;
}

#menu a {
    text-decoration: none;
    color: #000;
}

#menu a:hover {
    color: #000;
}

.bgimg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../img/davinci.png);
    background-size: cover;
    background-position: top top;
}

.footer {
    background-color: #fff;
    padding: 20px;
}

footer .row {
    margin: 0px;
}

.content-text {
    margin-top: 50px;
}


h1{
        text-align: center;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin: .67em 0;
    font-size: 2em;
    cursor: default;
    display: block;
}

.container {
    padding-top: 50px;
}

a:hover {
    text-decoration: none;
}

.menu-element {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
}

.menu-element:hover {
    background-color: #E5E2C2;
}

.text-right {
    text-align: right;
}

@media(max-width: 992px) {
    .menu-element {
        text-align: center;
        padding:30px;
    }
    #content {
        min-height: 20px;
    }
    #findme{height:200px;}
    .footer .row div {
        text-align: center;
    }
}

#findme {
    height: 400px;
    width: 100%;
}

.gm-style-iw * {
    display: block;
    width: 100%;
}

.gm-style-iw h4,
.gm-style-iw p {
    margin: 0;
    padding: 0;
}

.gm-style-iw a {
    color: #4272db;
}

@media(max-width: 992px) {
    .bigonsmall {
        font-weight: bold;
    }
}

@media(max-width: 750px) {
    .container {
        padding-top: 0px;
    }
    .bgimg {
        background-image: none;
    }
}