body {
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
    color: lightsteelblue;
}

.flex-grow {
    flex: 1;
}

.main {
    overflow: auto;
    -webkit-overflow-scroll: touch;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    color: white;
    background-color: rgba(13, 2, 27, 0.5);
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen and (max-width: 500px) {
    .overlay-content {
        position: relative;
        top: 10%;
        width: 100%;
        height: 80%;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
        overflow-y: scroll;
    }
}

.navbar-transparent .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(176,196,222, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-transparent .navbar-toggler {
    border-color: lightsteelblue;
}

.navbar-transparent .navbar-toggler:hover {
    border-color: white;
}

.overlay a {
    color: white;
}

a {
    color: lightsteelblue;
}

a:hover {
    color: white;
}

li.nav-item a.nav-link:hover {
    color: white;
}

.bg {
    /* The image used */
    background-image: url("../img/pexels-photo-372748.jpeg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

table.center {
    margin-left:auto;
    margin-right:auto;
}

table, th, td {
    border: 1px solid white;
}

h2 {
    padding-bottom: 1rem;
}

#map {
    /*width: 50%;*/
    height: 30rem;
    /*margin-left:auto;*/
    /*margin-right:auto;*/
}