body {
    position: relative;
    min-height: 100vh;
}

footer {
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.container {
    padding-bottom: 60px;
}

#map {
    height: 500px;
}

.share-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.share-url {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
    color: #fff;
    background-color: #2f55a4;
    border-color: #2f55a4;
}

.btn-twitter {
    color: #fff;
    background-color: #00acee;
    border-color: #00acee;
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
    color: #fff;
    background-color: #00b9ff;
    border-color: #00b9ff;
}

.btn-linkedin {
    color: #fff;
    background-color: #0e76a8;
    border-color: #0e76a8;
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
    color: #fff;
    background-color: #1d7199;
    border-color: #1d7199;
}

.btn-social {
    width: 100%;
    margin-bottom: 10px;
}
