body {
  width: 100%;
  padding-bottom: 10px;
  overflow-x: hidden;
  padding-right: 13px;
}

h2,
h3 {
  margin-bottom: 0;
}

.Select,
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  .Select-value-label {
  color: white;
}

.Select-control,
.Select-menu-outer,
.is-open > .Select-control {
  background-color: #272b30;
}

.Select-input > input {
  color: white;
}

body.light .Select,
body.light
  .has-value.Select--single
  > .Select-control
  .Select-value
  .Select-value-label,
body.light
  .has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  .Select-value-label {
  color: black;
}

body.light .Select-control,
body.light .Select-menu-outer,
body.light .is-open > .Select-control {
  background-color: white;
}

#pillow-map {
  margin-top: 8px;
}

#layout-btn {
  background-color: #272b30;
  border: 1px solid white;
  color: white;
  width: 90px;
  border-radius: 5px;
}

#layout-btn:hover {
  background-color: #030404;
  cursor: pointer;
}

body.light #layout-btn {
  background-color: white;
  border: 1px solid black;
  color: black;
}

body.light #layout-btn:hover {
  background-color: #fff;
}

#hidden-div {
  border: none !important;
}

#title-div {
  flex: 4;
}

#metadata-div {
  margin-left: auto;
  flex: 1;
  display: flex;
  justify-content: right;
  height: 100%;
  margin-right: 10px;
}

#title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}

#btn-previous,
#btn-next {
  flex: 1;
  height: 36px;
  background-color: #1b1f23;
  color: white;
  border: 1px solid #cccccc;
  border-radius: 3.5px;
  text-align: center;
  border-collapse: collapse;
}

body.light #btn-previous,
body.light #btn-next {
  color: black;
  background-color: white;
  border: 1px solid #cccccc;
}

#btn-previous {
  margin-right: 5px;
}

#btn-next {
  margin-left: 5px;
}

#basin-stepper-container {
  display: flex;
  justify-content: center;
  height: 100%;
}


@media (max-width: 1350px) {
  #map-div {
    width: 100%;
    padding-right: 0;
  }

  #pillow-map {
    margin-top: 18px;
  }

  #graph-div {
    width: 100%;
  }

  #layout-btn {
    margin-right: 10px;
    width: 50%;
  }

  #title-container {
    flex-wrap: wrap;
  }

  #title-div {
    flex: 6;
  }
}

@media (max-width: 850px) {
  #layout-btn {
    font-size: 12px;
    width: 65%;
  }

  #metadata-div {
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  #title-div {
    font-size: 20px;
  }

  #layout-btn {
    width: 85%;
  }
}
