/* Styles only for home */
body {
  padding:0;
  margin: 0;
  font-family: sans-serif;
}

.top_bar {
  position: absolute;
  z-index: 15;
  top: 0;
  width: 100%;
  height: 100px;
  /* background-color: #fff; */
  /* box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.1); */

}

._nav_menu {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

._nav_links {
  display: flex;
  margin: 0;
  padding: 0;
  height: 50px;
}

._nav_links_account {
  position: absolute;
  top:55px;
  display: flex;
  margin: 0;
  padding: 0;
}

._nav_item {
  font-family: sans-serif;
  display: block;
  margin-right: 5px;
}

._nav_item_account {
  font-family: sans-serif;
  display: block;
  margin-right: 5px;
}

._nav_link {
  text-align: center;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  /* border: 1px solid #bbb; */
  /* border-radius: 4px; */
  font-size: 20px;
  text-decoration: underline;
  color: #333;
  
  /* font-weight: bold; */
  /* background-color: #fff; */
  /* box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.1); */
  white-space: nowrap;
}

._nav_link:hover {
  color: #000;
  box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.15);
  border-color: #595959;
}

._account_nav_link {
  text-align: center;
  display: block;
  width: 70px;
  font-size: 18px;
  color: #444;
  padding-right: 0;
  text-decoration: none;
}

._account_nav_link:hover {
  color: #000;
}

.logo_wrapper {
  padding-top: 30px;
  padding-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sl_logo {
  width: 225px;
}

h1, h2, h3, h4 {
  text-align: center;
}

h1 {
  margin-top: 0;
}

h2 {
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 5px;
  font-size: 26px;
}

hr {
  background-color: #949494;
  border: none;
  height: 1px;
  max-width: 250px;
}

._w {
  white-space: nowrap;
  border: none;
  font-size: inherit;
  background-color: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
  z-index: -1;
  cursor: default;
}

.highlight {
  position: relative;
  color: black;
}

.highlight:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 86%;
  z-index: -5;
  bottom: 0px;
  left: -3px;
  /* background-color: #ffae95; */
  background-color: aquamarine;
  border-radius: 4px;
  padding: 3px;
  animation-name: highlighter;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  pointer-events: none;
  z-index: -100;
}

@keyframes highlighter {
  0% {
    transform: scale(.90);
  }
  100% {
    transform: scale(1);
  }
}

.control_wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 24px;
}

#muteButton {
  display: block;
  border: none;
  background-color: #fff;
  width: 40px;
  height: 40px;
}

.controlIcon {
  position: relative;
  top: 4px;
  fill:#595959;
}

.volumeIcon {
  position: relative;
  left: 2px;
  width: 28px;
}
.muteIcon {
  position: relative;
  width: 25px;
}

.hideIcon {
  display: none;
}

#home_wrapper {
  font-family: 'Quicksand', sans-serif;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 60vh;
  height: 100vh;
  text-align: center;
  /* max-width: 800px; */
  display: flex;
  justify-content: center;
}

/* Styles for title list - will move to titles page */
._titles_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 500px) {
  #title_list {
    flex-direction: column;
  }
}

._aria_help_text {
  display: block;
  opacity: 0;
  color: #595959;
  text-decoration: none;
  font-size: 14px;
  font-family: sans-serif;
  text-align: center;
}

._aria_help_text:visited {
  color: #595959;
  text-decoration: none;
}

._aria_help_text:focus {
  opacity: 1;
}

._sample_list_start {
  color: #000;
  text-decoration: none;

}

._sample_list_start:visited {
  color: #000;
}

._title_card_wrapper {
  position: relative;
  width: 250px;
  height: 395px;
  margin: 5px;
  border-radius: 18px;
}

.title_card {
  position: absolute;
  display: block;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  text-align: left;
  width: 250px;
  height: 395px;
  border-radius: 18px;
  box-shadow: 0px 1px 20px 1px rgba(0,0,0,0.25);
  color: #000;
  text-decoration: none;
}

.title_card:visited {
  color: #000;
}

.cover_image {
  position: absolute;
  top: 0;
  z-index: -2;
  border-radius: 18px;
  width: 240px;
  /* margin:20px; */
  padding: 5px;
  transition: opacity 300ms ease 0s;
}

.details_btn {
  padding:0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #949494;
  box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
  z-index: 10;
  top: 4px;
  right: 4px;
}

.titleButtonWrapper {
  display: flex;
  justify-content: end;
  height: 30px;
  /* align-items: flex-end; */
  width: 100%;
}

.titleInfoItem {
  user-select: none;
  position: relative;
  z-index: -3;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 2px;
  padding-bottom: 5px;
  font-size: 14px;
  /* text-align: center; */
}

.titleTitle {
  padding-top: 18px;
  font-weight: bold;
  font-size: 18px;
  padding-right: 30px
  /* text-align: center; */
  /* text-decoration: underline; */
}

#infoIconTemp {
 display:none;
}

#closeIconTemp {
  display: none;
}

.infoIcon {
  position: relative;
  /* z-index: 12; */
  top:2px;
  fill:#595959;
  width: 20px;
  border-radius: 50%;
}

.closeIcon {
  position: relative;
  /* z-index: 12; */
  top:2px;
  fill:#595959;
  width: 16px;
  border-radius: 50%;
}

.hideIcon {
  display: none;
}

.hideImage {
  opacity: 0;
}

.showImage {
  opacity: 100%;
}

._footer {
  text-align: center;
  height: 500px;
}