nav {
  display: flex;
}

.hairloss_tabs {
  display: flex;
  flex-direction: row;
  flex: 10;
  margin: 0 0 0 0;
  padding: 4px 0 6px 4px;
  background-color: black;
  border-radius: 5px;
}

.nav_button_hair {
  display: flex;
  justify-content: center;
  min-width: 274px;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  margin-right: 5px;
  padding: 0 5px 0 5px;
  background-color: white;
  text-decoration: none;
  color: white;
  opacity: 0.7;
  border-radius: 5px;
}

.general_info_tabs {
  display: flex;
  flex-direction: column;
  margin: 35px 0px 0 0;
  flex: 1;
  height: 75px;
  font-family: "IM Fell English", serif;
}

.nav_button_gen {
  display: flex;
  font-size: 16px;
  justify-content: center;
  background-color: white;
  text-decoration: none;
  color: black;
  margin-bottom: 15px;
  background-color: rgb(250, 242, 221);
}

.active_button_hair {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  margin-right: 5px;
  padding: 0 5px 0 5px;
  background-color: white;
  text-decoration: none;
  color: white;
  opacity: 1;
  border-radius: 5px;
  min-width: 286px;
}



.nav_button_hair:hover {
  opacity: 1;
  transition: opacity 0.4s;
}

.active_button_hair:active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.nav_button_hair:active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.main_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "IM Fell DW Pica SC", serif;
  color: rgb(255, 247, 202);
}


.home_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  display: grid;
  font-family: "IM Fell DW Pica SC", serif;
  color: rgb(255, 247, 202);
}

.top_half_button {
  text-decoration-thickness: 1px;
  padding-bottom: 5px;
}

.top_third_button {
  padding-top: 5px;
}

.bottom_third_button {
  margin-bottom: 0;
}

.bottom_third_button {
  font-size: 15px;
  padding-bottom: 2px;
}


.header_link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3);
}

.header_link:hover {
  color: rgb(156, 120, 1);
  transition-duration: 0.35s;
}

.header_link:active {
  color: rgb(156, 120, 1);
  font-weight: bold;
}

.footer_box {
  display: flex;
  flex-direction: column;
}

.go_to_next_page {
  display: flex;
  justify-content: center;
}

.footer_nav_bars {
  display: flex;
  flex-direction: row;
  margin: 20px 0 20px 0;
}

.bottom_footer_bar {
  display: flex;
  justify-content: center;
  background-color:  rgb(156, 120, 1);
}

.footer_next_page_anchor {
  font-size: 30px;
  color:  rgb(156, 120, 1);
  text-decoration: none;
}

.footer_next_page_anchor:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition-duration: 0.2s;
}

.footer_hairloss_tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 10;
  margin: 0 0 0 0;
  padding: 4px 0 6px 4px;
  border-radius: 5px;
}

.footer_nav_button {
  display: flex;
  border-radius: 16px;
  text-align: center;
  margin-right: 5px;
  padding: 0 5px 0 5px;
  text-decoration: none;
  align-items: center;
  background-color: black;
  height: 51px;
}

.left_footer_nav_button {
  display: flex;
  border-radius: 16px;
  text-align: center;
  margin-right: 0px;
  padding: 0 5px 0 5px;
  text-decoration: none;
  background-color: black;
  height: 51px;
  align-items: center;
}

.footer_page_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: 40px;
  font-size: 25px;
  font-weight: 500;
  font-family: "IM Fell DW Pica SC", serif;
  color: rgb(255, 247, 202);
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  border-color: rgb(255, 247, 202);
  opacity: 0.8;
  padding-bottom: 1px;
  margin-left: -1px;
  margin-right: -1px;
}


.footer_page_button:hover {
  transition-duration: 0.3s;
  opacity: 1;
  
}

.margin_space {
  width: 20px;
}

.margin_space2 {
  width: 16px;
}

.bottom_footer_bar {
  display: flex;
  flex-direction: row;
  height: 90px;
  
}

.left_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 20px;
  color: rgb(252, 240, 172);
}

.center_div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.right_div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 70px;
  flex: 1;
  font-size: 16px;
}

.right_div_side {
  display: flex;
  flex-direction: row;
}

.youtube-logo {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  position: relative;
  background-image: url(/images/youtubesnip3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-link {
  text-decoration: none;
  color:  rgb(253, 245, 194);
  margin-bottom: 4px;
}

.footer-link:hover {
  transition-duration: 0.2s;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.alt-nav-subtitle {
  font-size: 14px;
  text-decoration: none;
  color: rgb(253, 245, 194);
}

.footer-index {
    text-decoration: none;
    color: rgb(253, 245, 194);
}

.youtube-logo::before {
  content: "";
  background:  rgba(250, 217, 2, 0.192);
  width: 100%;
  border-radius: 20px;
}

.side-nav-bar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  left: 0px;
}