/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
#map,#panorama {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
}

/*
 * Optional: Makes the sample page fill the window.
 */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Playpen Sans', sans-serif;
}

.navbar-brand {
    font-weight: bold;
    font-size: 30px;
}

.container-fluid {
    height: calc(100% - 76px);

}

.row {
    height: 100%;
    overflow-y: auto ;
}

#map-container {
    padding: 0px ;
    height: 100%;

}

#dreams-container {
    padding: 15px;
    overflow-y: auto ;
    height: 100%;
    background: #eee;

}

.card{
    margin: 20px;
}
#reset-map, #back-to-map{
    position: absolute;
    z-index: 10;
    left: calc(50% - 75px);
    top: 10px;
    width: 150px;
}




