.body {
    background-color: #a5d5ed;
    font-family: "Exo 2", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.container {
    margin-bottom: 25px;
}

.month-line { 
    stroke:#0c123a;
    stroke-dasharray: 4;
}

button {
    border: none;
    background-color: #fdfdfb;
    color: #0c123a;
    width: 33%;
    height: 50px;
}

button:hover {
    background-color: #004F2D;
    color: #fdfdfb;
}

button:active, .selected-btn {
    background-color: #0c123a;
    color: #fdfdfb;
}


#reset-map-btn {
    margin: 5px 0px 20px 0px;
    border-radius: 5px;
    width: 100px;
    height: 25px;
    position: relative;
    left: 37%;
}

#price-btn, #review-btn, #room-btn {
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

#price-btn {
    margin-left: 0px;
}

#explanation-price, #explanation-reviews, #explanation-rooms, #map-explanation {
    background-color: #fdfdfb;
    color: #0c123a;
    border-radius: 10px;
    width: 15%;
    margin: 15px 5px 25px 0px;
    padding: 10px;

}

#map-explanation {
    width: 15%;
    margin-left: 5px;
    height: 75%;
    position: relative;
    top: -15px;
}

.monthText {
    text-anchor: middle;
}

.selected {
    fill: blue ;
}

h1, h2, h3{
    text-align: center;
}

#title {
    margin: 20px 0px;
    font-weight: 900;
    color: #0c123a;
}

.hist-data {
    font-weight: 900;
    color: red;
}

#map-vis {
    height: 575px;
    border-radius: 25px;
    border: 5px solid #fdfdfb;
}

.center-align, #month-vis {
    text-align:center;
}

#month-vis {
    margin-bottom: 20px;
}

#boro-name {
    text-align: left;
}

#y2023 {
    position: relative;
    left: 9%;
}

.avg-line {
    stroke:#0c123a;
    stroke-dasharray: 4;
}

.brush {
	fill: #ccc;
	fill-opacity: .5;
	pointer-events: none;
}

/* github styling */
.grid .domain {
    fill: #ddd;
    stroke: none;
}

.axis-invis .domain,
.grid .tick line {
    stroke: #fff;
}

.axis-invis .grid {
    stroke-opacity: .5;
}
  
.tooltip {
    position: absolute;
    text-align: center;
    padding: 2px;
    font: 12px sans-serif;
    background: lightgray;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0;
}

#timelinediv {
    background-color: white;
    border-radius: 10px;
    padding:2px;
    margin:1%;
}

