@import "nord.css";

body {
    /*background: #3B4252;*/
    background-color: var(--nord0);
    color: #E5E9F0;
}

nav.bg-dark {
    background-color: var(--nord1) !important;
}

img.img-thumbnail {
    background: transparent !important;
    border-color: transparent !important;
}

.timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

.timeline .timeline-item {
    position: relative;
}

.timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .timeline-item:after {
    background-color: hsl(0, 0%, 90%);
    left: -38px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
}

/* Set the size of the div element that contains the map */
#map {
height: 200px;
/* The height is 400 pixels */
width: 100%;
/* The width is the width of the web page */
}
