#panel_navigator{
    position: fixed;
    z-index: 1;
    right: 0px;
    top: 33%;
    margin: auto;
    opacity: 0.5;
    transition: opacity 0.5s;
}

#panel_navigator:hover{
    opacity: 100%;
}

html {
  scroll-behavior: smooth;
}

body{
    font-family: "Roboto";
    position: relative;
}

/* Used to get body off of navbar */
#width-limiter{
    margin-right: 150px;
}

cite{
    font-style: normal;
}

#titleArea
{
    background-color: lightgrey;
}

section
{
    height: 100vh;
    width: 100%;
    padding-top: 25px;
}

path
{
    stroke: black;
    stroke-width: 1px;
    fill: none;
}

.fault
{
    stroke: red;
    stroke-width: 3px;
    opacity: 0.8;
}

.fault:hover
{
    stroke-width: 5px;
}

.station{
    stroke-width: 1px;
    fill: gray;
}

.station:hover{
    stroke-width: 2px;
}

.googleMap {
    height: 100%;
}

.map-marker{
    position: absolute;
}

.map-marker svg {
    width: 60px;
    height: 20px;
    font: 10px sans-serif;
    position: absolute;
}

.map-quakes{
    position: absolute;
}

.map-quakes svg {
    width: 60px;
    height: 20px;
    font: 10px sans-serif;
    position: absolute;
}

.map-stations{
    position: absolute;
}

.map-stations svg {
    width: 60px;
    height: 20px;
    font: 10px sans-serif;
    position: absolute;
}

.map-felt{
    position: absolute;
}

.map-felt svg {
    width: 60px;
    height: 60px;
    font: 10px sans-serif;
    position: absolute;
}

.map-faults{
    position: absolute;
}

.map-faults svg {
    width: 60px;
    height: 20px;
    font: 10px sans-serif;
    position: absolute;
}

.map-mainq{
    position: absolute;
}

.map-mainq svg {
    width: 60px;
    height: 20px;
    font: 10px sans-serif;
    position: absolute;
}

h2 {
    font-size: 26px;
    text-align: center;
    font: bold;
}

h3 {
    font-size: 16px;
}

.visArea
{
    text-align: center;
    text-anchor: middle;
    margin: auto;
}

.textArea
{
    text-align: left;
    text-anchor: middle;
    margin-left: 25px;
}

.disabled
{
    pointer-events: none;
    opacity: 0.6;
    filter: grayscale(100%);
}

.hidden
{
    opacity: 0;
}

#panel4-1 circle.count-mode
{
    opacity: 0.7;
}

#panel4-1 circle
{
    fill: cadetblue;
    opacity: 0.4;
    stroke: black;
    stroke-width: 0.25px;
}

.magnitude-circle
{
    fill: cadetblue;
    opacity: 0.8;
    stroke: black;
    stroke-width: 0.25px;
}

#panel5-2 circle
{
    fill: cadetblue;
    opacity: 0.4;
    stroke: black;
    stroke-width: 0.25px;
}

#panel4-1 circle.focused, circle.focused
{
    opacity: 1;
    stroke-width: 1px;
}

#panel4-1 circle.unfocused, circle.unfocused
{
    opacity: 0.25;
}

#panel4-1 circle.legend
{
    opacity: 1;
}

.highlight-text{
    text-decoration: underline;
}

.slide{
    background-color: lightgrey;
    height: 350px;
    padding: 20px;
}

.carousel-item{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
}

img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.carousel-inner > .carousel-item > .img {
    height: 100%;
}