@charset "UTF-8";

/* Navigation */

/* body {
  padding: 0px;
} */

.navbar {
  position: fixed;
  z-index: 1;
  height: 100px;
  background-color: rgb(17, 26, 48);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 25px;
  padding: 0px 50px 0px 10px;
}

.navbar a {
  /* float: left; */
  font-size: 16px;
  color: #d5dced;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Logo button/ animation */
.navbar__logo {
  background-color: transparent;
  border-radius: 35% 10%;
  width: 150px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.navbar__logo:hover {
  transform: rotate(-10deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: rgba(8, 15, 31, 1);
}
.logo__1 {
  font-family: "Indie Flower", cursive;
  font-size: 35px;
  padding: 5px;
}
.logo__2 {
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  padding: 5px;
}

/* navbar div of home and collection */
.site__nav-btns {
  width: 300px;
  background-color: transparent;
  display: flex;
  justify-content: space-around;
  padding: 0;
  border-radius: 10px;
  height: 100%;
  margin: 0;
  align-items: center;
}
.site_-nav-btns a {
  background-color: transparent;
}

/* the a inside home and collection btns */

.nav__child a {
  height: 100%;
  width: 100%;
  display: flex;
}

/* HOME and Collection Btn */
.nav__child {
  transition: all 0.3s ease-in-out;
  margin-left: 20px;
}

.nav__child:hover {
  cursor: pointer;
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: rgba(8, 15, 31, 1);
}

/* Collection  BOTTON */
#collection__btn {
  margin-right: auto;
}

/* ------------------------------------- */
.site__nav-btns a {
  border: 1px solid rgba(219, 216, 210, 0);
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  font-weight: 1em;
}

/* dropdown menu 2nd take */

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: #d5dced;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */

.dropdown {
  position: relative;
  /* margin-right: 100px; */
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  height: 100%;
  font-weight: 700;
}
.profile-icon__container {
  display: flex;
  padding: 0;
  cursor: pointer;
  /* background-color: red; */
}
.profile-icon__container > span {
  font-size: 48px;
  /* background-color: #8fa0ca; */
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(28, 40, 68);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  margin-top: 135px;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: #d5dced;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid gray;
  transition: all 0ms;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: rgba(8, 15, 31, 1);
}

/* for the navbar */
/* color for the text of navBar bottoms */
/* color: #d5dced; */
/* background-color: transparent; */
/* for the icons */
/* color: #8fa0ca; */

/* not logged in */
.dropdown__start {
  margin: 0;
  margin-right: 45px;
  padding: 0;
  justify-self: flex-end;
}
.button__start {
  width: 140px;
  font-size: 20px;
}

/* ------------------------ */

/* need to finish the stying of the notification and demo user */

.personal-nav {
  display: flex;
  padding-bottom: 0px;
  padding-top: 0px;
  align-items: center;
  background-color: transparent;
  /* width: 60px; */
  /* flex-direction: row; */
  color: #d5dced;
  margin-right: 20px;
  height: 100px;
}

/* notify div */
#notify-div {
  display: inline-flex;

  /* margin-top: 40px; */
}
#notify-btn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.info_person {
  display: flex;

  color: #d5dced;
}
.info_person:hover {
  border: 1px solid grey;
  transition: all 0ms;
  color: #fff;
}

.info_person > a {
  justify-content: center;
  align-self: center;
}
.info_person > a:hover {
  border: none;
}
.info_person > a > i {
  color: #8fa0ca;
}
.info_person > a > i:hover {
  color: #fff;
}

#user__pic-profile {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-right: 10px;
  height: 55px;
  width: 55px;
}

/* ------------------------ */

/* search bar  */
.search-input {
  background-color: transparent;
  color: #8fa0ca;
  background-color: rgb(28, 40, 68);
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}

.search-input:hover {
  /* transform: translateY(-1px); */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: rgba(8, 15, 31, 1);
}

.search-input::after {
  content: "🔎";
  position: absolute;
  height: 50px;
  width: 55px;
  line-height: 55px;
  top: 0;
  right: -12px;
  text-align: center;
  font-size: 20px;
  /* cursor: pointer; */
}

#searchBar {
  position: relative;
}

.search-bar {
  min-width: 450px;
  /* max-width: 650px; */
  margin: 150px auto;
  margin-left: 10px;
}

.search-bar .search-input {
  position: relative;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 3px rgba(0, 0 0, 0.12);
}

.search-input input {
  height: 55px;

  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 18px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.search-input .autocom-box {
  /* padding: 10px 8px; */
  max-height: 280px;
  overflow-y: scroll;
  /* opacity: 0; */
  /* pointer-events: none; */
}

.autocom-box li {
  list-style: none;
  padding: 8px 12px;
  width: 100%;
  cursor: default;
  border-radius: 3px;
  /* display: none; */
}
.autocom-box li:hover {
  background: #efefef;
}

.autocom-box {
  top: 50;
  position: absolute;
  background-color: white;
}
.dropdown-content__logins {
  padding-bottom: 10px;
  /* background-color: red; */
  width: 120px;
  min-width: 0px;
  /* margin-top: 140px; */
}
.dropdown-content__logins > p {
  display: flex;
  margin: 0;
  min-height: 40px;
  width: 120px;
  justify-content: center;
  align-items: center;
}
.dropdown-content__logins > p:hover {
  border: 1px solid grey;
  transition: all 0ms;
  color: #fff;
}

.dropdown-content__logins input {
  width: 120px;
}
.dropdown-content__logins > form {
  margin: 0;
}

/* .dropdown-content__logins > form > input:hover {
  border: 1px solid grey;
  transition: all 0ms;
} */

.input__demo-user {
  width: auto;
  padding: 16px;
}

.input__demo-user:hover {
  cursor: pointer;
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* search bar display text*/
#searchText {
  display: flex;
  color: black;
}
#comicsSearch {
  color: black;
}

::marker {
  color: #f4f1ea;
}

/* ul id for comic search LI */

#comicsList {
  background-color: #efefef;
  width: 450px;
  border-radius: 3px;
  position: fixed;
  overflow-y: scroll;
}

.dev_info {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  width: 175px;
  margin-top: 346px;
}
#notify-btn {
  width: 175px;
  font-size: 20px;
  margin: 0;
}

.site__nav-btns > div > a {
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 16px;
}

.personal-nav > .dropdown > .dropdown-content > form > input {
  border: none;
  background-color: transparent;

  color: #d5dced;
}
.personal-nav > .dropdown > .dropdown-content > form > input:hover {
  color: #fff;
  border: 1px solid grey;
  transition: all 0ms;
}

.navbar > .demo__user-btn > form {
  margin: 0;
}

.navbar > .demo__user-btn > form > input {
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 20px;
}

.navbar > .demo__user-btn > form > input:hover {
  background-color: rgba(8, 15, 31, 1);
}

/* media queries */
@media (max-width: 1195px) {
  #search {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .personal-nav > a {
    display: none;
  }
}
@media screen and (max-width: 910px) {
  .search-bar#search > input {
    display: none;
  }
}

@media screen and (max-width: 810px) {
  #notify-div > #notify-btn {
    display: none;
  }
  .personal-nav {
    margin-right: 10px;
  }
}
@media (max-width: 544px) {
  .navbar__logo {
    display: none;
  }
  .personal-nav {
    margin-right: 0px;
  }
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
  .navbar {
    width: 100%;
  }
}
/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {
  .navbar {
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 320px) {
  .navbar {
    width: 100%;
  }
}
