body {
  background-color: white;
}

body, ul {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #272e33;
}

li {
  list-style: none;
  text-decoration: none;
}

h2 {
  margin-bottom: 1rem;
}

h3 {
  margin: 0.5em 0;
}

p {
  text-align: left;
  margin: 0 auto 1em;
  max-width: 32em;
}

a {
  color: #8aad96;
}

.wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.screen {
  position: absolute;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  text-align: center;
  transition: left 0.2s, top 0.2s;
  overflow: scroll;
  background-color: white;
}
.screen.active.tucks-starboard {
  left: 0;
}
.screen.active.tucks-aft {
  top: 0;
}
.screen.no-scroll {
  overflow: hidden;
}

.tucks-starboard {
  left: 100vw;
}

.tucks-port {
  right: 100vw;
}

.tucks-aft {
  top: 100vh;
}

#station-view {
  background-color: gray;
  transition: 0.2s;
  z-index: 1;
}
#station-view.active {
  top: 0;
  background-color: white;
}

#volume-control-area {
  display: inline-block;
  vertical-align: middle;
}

#volume-button img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#volume-range {
  display: inline-block;
  position: absolute;
  bottom: 6.7rem;
  height: 7rem;
  width: 3.5rem;
  border: solid 0.5px rgba(39, 46, 51, 0.2);
  border-radius: 100px;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}
#volume-range.active {
  opacity: 1;
}

#volume-level {
  background-color: rgba(106, 152, 121, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
}

.round-button-thin {
  background-color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: auto;
  cursor: pointer;
  padding: 1rem;
  border: solid 0.5px rgba(39, 46, 51, 0.2);
  border-radius: 100px;
}
.round-button-thin.active {
  background-color: #8aad96;
}
.round-button-thin img {
  width: 100%;
}
.round-button-thin p {
  text-align: center;
  font-weight: 700;
  color: white;
}

#share-station-view {
  background-color: rgba(255, 255, 255, 0.95);
  height: 100vh;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
#share-station-view.active {
  opacity: 1;
}
#share-station-view .view-content {
  padding-top: 30vh;
}

#share-close-button {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1.5rem;
  padding: 1rem;
  border: solid 0.5px rgba(39, 46, 51, 0.2);
  border-radius: 100px;
}

.station-view-content {
  margin: 12vh 1rem 6rem;
}

#more-or-less-info {
  padding: 0 0 1rem 0;
}

.listen-area {
  user-select: none;
  -moz-user-select: none;
  pointer-events: none;
  position: fixed;
  margin: 0 auto;
  padding: 4rem 0 5rem;
  left: 0;
  right: 0;
  bottom: -32rem;
  background: linear-gradient(rgba(255, 255, 255, 0), white 60%);
}
.listen-area.active {
  bottom: 0;
}

.subtitle {
  color: rgba(39, 46, 51, 0.5);
}

.bottom-bar {
  z-index: 1;
  display: flex;
  flex-flow: row;
  position: fixed;
  bottom: -4rem;
  width: 100%;
  height: 4rem;
  transition: bottom 0.4s;
}
.bottom-bar.active {
  bottom: 0;
}

.view-section {
  width: 100%;
}

.view-content {
  width: 100vw;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

#now-playing {
  border-top: 1px solid rgba(39, 46, 51, 0.1);
  background-color: #8aad96;
  color: white;
  transition: background-color 1s, bottom 0.3s;
}
#now-playing.held {
  background-color: gray;
}
#now-playing.held #hold-station-button {
  opacity: 0.3;
}
#now-playing .bottom-bar-filler {
  padding: 1.25rem 1rem 0 0.5rem;
}

#tuner-view, #add-station-view, #about, #saved-stations-view {
  width: 100vw;
  margin: 4rem 0;
  padding: 0;
  height: calc(100vh - 4rem);
  overflow-x: hidden;
}

#add-station-view p {
  text-align: center;
}

.welcome-area {
  display: none;
  width: 100%;
  padding-top: 2rem;
}
.welcome-area.active {
  display: block;
}

.welcome-area img, #about img, .welcome-area svg {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 50vh;
  box-sizing: border-box;
  padding: 2em;
}

#tuner-view h2, #tuner-view h4 {
  text-align: left;
  max-width: 32rem;
  margin: 1em auto;
}

.bar-button {
  width: 4rem;
  height: 4rem;
  box-sizing: border-box;
  padding: 1em;
  flex: 0 0 auto;
}
.bar-button img {
  max-width: 2em;
}
.bar-button h3 {
  margin: 0;
}

.bottom-bar-filler {
  flex: 1 0 auto;
  padding: 1em;
  display: inline-block;
}

#stream-toggle-button {
  pointer-events: auto;
  cursor: pointer;
  display: inline-block;
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  margin: 0.5em;
  border: solid 0.5px rgba(39, 46, 51, 0.2);
  border-radius: 100px;
  vertical-align: middle;
  transition: 0.5s;
}
#stream-toggle-button.active {
  background-color: #8aad96;
  color: gray;
}
#stream-toggle-button.active svg {
  width: 100%;
}
#stream-toggle-button.active svg path, #stream-toggle-button.active svg polyline {
  stroke: white;
}
#stream-toggle-button.active::after {
  position: absolute;
  content: "";
  margin: -0.5rem 0;
  z-index: -1;
  border-radius: 6rem;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #8aad96;
  animation: shrink-padding 1s 3;
}
#stream-toggle-button.held {
  background-color: gray;
}
#stream-toggle-button.held svg {
  width: 100%;
}
#stream-toggle-button.held svg path, #stream-toggle-button.held svg polyline {
  stroke: white;
}
#stream-toggle-button svg {
  width: 100%;
}
#stream-toggle-button svg path, #stream-toggle-button svg polyline {
  stroke: #272e33;
}

.fine-print {
  font-size: 0.85rem;
  font-weight: 300;
  color: gray;
}

#station-cover-area:not(.active) {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.7s, opacity 0.2s;
}
#station-cover-area.active {
  position: relative;
  opacity: 1;
  max-height: 1000px;
}

#station-cover-art {
  max-width: 30vh;
  margin: 0 auto 1rem;
}
#station-cover-art img {
  width: 100%;
}

.station-title {
  margin: 0 0 0.5rem 0;
}
.station-title.without-cover-art {
  margin-top: 12vh;
}

.mini-button {
  display: inline-block;
  font-size: 0.85rem;
  background-color: gray;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

#station-info-area {
  box-sizing: border-box;
  max-height: 0px;
  overflow: hidden;
  transition: 0.7s;
  max-width: 19.5em;
  margin: 0 auto;
  padding-bottom: 0em;
}
#station-info-area.active {
  max-height: 1000px;
  padding-bottom: 1rem;
}

#station-tags {
  max-width: 32em;
  margin: 0 auto;
  padding-bottom: 6rem;
}

#station-rating {
  padding: 1em;
}

#station-share-button {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  margin: 0 auto;
}

#tuner-button div {
  font-size: 2rem;
  line-height: 2rem;
}

.stations-list {
  display: grid;
  width: 100%;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 0 0 6rem;
  padding: 0;
  box-sizing: border-box;
}
.stations-list + p {
  padding-bottom: 6rem;
}

.station-card {
  line-height: 0;
  animation: fadeInCovers 0.2s;
  background-color: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.station-card > img {
  line-height: 0;
  width: 100%;
}

#add-station-card {
  line-height: 0;
  background-size: cover;
  margin: 2rem;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #8aad96;
}
#add-station-card > img {
  width: 100%;
}

.tuner-tab-bar {
  position: fixed;
  display: flex;
  box-sizing: border-box;
  width: 100vw;
  height: 4rem;
  top: -4rem;
  background-color: white;
  border-bottom: 1px solid rgba(39, 46, 51, 0.1);
  transition: top 0.2s;
}
.tuner-tab-bar.active {
  top: 0;
}

.tab-bar-tab {
  user-select: none;
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  box-sizing: border-box;
  padding: 1rem;
  display: inline-block;
}
.tab-bar-tab.active {
  border-bottom: 2px solid #272e33;
  font-weight: 700;
}
.tab-bar-tab.active img, .tab-bar-tab.active svg {
  opacity: 1;
}
.tab-bar-tab img {
  opacity: 0.35;
  width: 100%;
}
.tab-bar-tab svg {
  opacity: 0.35;
  width: 100%;
}

.bookmark {
  position: absolute;
  top: 0;
  right: 2rem;
  user-select: none;
}
.bookmark.active {
  animation: lil-pop 0.2s;
}
.bookmark.active polyline {
  fill: #8aad96;
  stroke: rgba(39, 46, 51, 0.1);
}
.bookmark polyline {
  stroke: rgba(39, 46, 51, 0.2);
  fill: rgba(138, 173, 150, 0);
}

#search-control-area {
  background-color: #272e33;
}

#close-genre-button {
  transition: 0.3s;
}

#close-genre-button {
  display: inline-block;
  background-color: #acbbc6;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  line-height: 1.33rem;
  margin: 0 auto;
  animation: rotate-in 0.5s;
  transform: rotate(180deg);
}

#genres-list:not(.active) #close-genre-button {
  display: none;
}

#filter-search-title-area {
  transition: 0.3s;
}
#filter-search-title-area:not(.active) #search-box {
  line-height: 0;
  padding: 0;
  margin: 0;
  width: 0;
  font-size: 0;
  opacity: 0;
  user-select: none;
}
#filter-search-title-area:not(.active) #search-box-icon {
  display: none;
}

#filter-search-area {
  position: relative;
  max-height: 1000px;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  transition: 0.3s;
}
#filter-search-area.hidden {
  max-height: 0;
}

#search-box {
  box-sizing: border-box;
  font-size: 1.5rem;
  width: 3.675rem;
  display: inline-block;
  background-color: unset;
  border: 0.5px solid rgba(172, 187, 198, 0.1);
  border-radius: 3rem;
  transition: 0.2s;
  color: rgba(255, 255, 255, 0);
  margin: 1rem 0;
}
#search-box:focus, #search-box.active {
  background-image: unset;
  width: 16rem;
  border-color: #8aad96;
  color: white;
}
#search-box:focus ~ #search-box-icon, #search-box.active ~ #search-box-icon {
  display: none;
}
#search-box:not(.active) + #search-box-close {
  display: none;
}

#search-box-close {
  position: absolute;
  margin: 0.8rem 0 0 -4.2rem;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  box-sizing: border-box;
  cursor: pointer;
  color: #acbbc6;
  font-size: 1.5rem;
}

#search-box-icon {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  margin: 0.8rem 0 0 -3.85rem;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  box-sizing: border-box;
}
#search-box-icon svg {
  width: 100%;
  height: 100%;
}

@keyframes lil-pop {
  0% {
    top: 0;
  }
  50% {
    top: 1em;
  }
  100% {
    top: 0;
  }
}
@keyframes fadeInCovers {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-and-shrink {
  0% {
    max-height: 1000px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes rotate-in {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes shrink-padding {
  0% {
    padding: 6rem;
    opacity: 0;
  }
  100% {
    padding: 2.5rem;
    opacity: 0.5;
  }
}
#genres-list > li {
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
  max-height: 1000px;
  max-width: 1000px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.15em;
  color: #acbbc6;
  background-color: unset;
  opacity: 1;
  border: 1px solid rgba(172, 187, 198, 0.1);
  border-radius: 2em;
  transition: color 0.5s, border-color 2s;
  font-weight: 300;
}
#genres-list > li.active {
  border: solid 1px #8aad96;
  font-size: 1.5em;
  top: 0;
}
#genres-list > li.active > .tag-text {
  color: white;
  font-weight: bold;
}
#genres-list.active > li:not(.active) {
  opacity: 0;
  max-height: 0;
  max-width: 0;
  padding: 0;
  margin: 0;
  border-width: 0;
  overflow: hidden;
}

#genre-all-tags {
  padding: 1em 0;
}
#genre-all-tags .tag {
  font-size: 1em;
  color: #acbbc6;
  border-color: rgba(172, 187, 198, 0.1);
  cursor: pointer;
}
#genre-all-tags .tag.active {
  color: white;
}

.tag {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.15em;
  font-size: 0.85rem;
  font-weight: 300;
  background-color: unset;
  border: 0.5px solid rgba(39, 46, 51, 0.1);
  border-radius: 2em;
}
.tag.active {
  background-color: #8aad96;
  color: white;
}

.tut-pop {
  display: none;
  padding-top: 0.5em;
  position: absolute;
  top: 0;
  right: 5em;
  pointer-events: none;
}
.tut-pop.active {
  display: block;
  animation: lil-pop 0.5s;
}

.prototype-tag {
  position: relative;
  color: #272e33;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}

.bold-link {
  text-decoration: none;
  font-weight: bold;
  color: #8aad96;
  pointer-events: all;
  cursor: pointer;
}

.main-color-fill {
  fill: #272e33;
}

.main-color-stroke {
  stroke: #272e33;
}

.secondary-color-stroke {
  stroke: #acbbc6;
}

@media screen and (min-width: 88rem) {
  .stations-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .view-content {
    width: 90vw;
  }
}
@media screen and (max-width: 960px) {
  .stations-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .view-content {
    width: 100vw;
  }

  #add-station-view .view-content, #saved-stations-view .view-content {
    padding: 0;
  }

  .stations-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 440px) {
  .stations-list {
    grid-template-columns: 1fr 1fr;
  }

  #search-box.active {
    width: calc(100% - 2rem);
    margin: 1rem;
  }

  #search-box-close {
    margin: 0.8rem 0 0 -5rem;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 0.8em;
  }
}

/*# sourceMappingURL=style.css.map */
