header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  /* height: 8vh; */
  /* position: fixed; */
  background-color: #fafafa;
  margin-bottom: 10px;
}

.logo-img {
  max-height: 105px;
  max-height: 105px;
  margin: 10;
}

.socials-bar {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  background-color: #0c0c0c;
}
.header-info {
  color: white;
  margin: 10;
}
.second-header-bar {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.header-buttons {
  display: flex;
  align-items: center;
}
.header-btn-container {
  margin: 10;
  /* padding: 5; */
}
/* phone screen width */
@media (max-width: 360px) {
  /* #email-div {
    display: none;
  } */
  .email {
    font-size: 13px;
  }
  .email-tooltip {
    display: none;
  }
}

@media (max-width: 450px) {
  header h4 {
    font-size: 10px;
  }
  .logo-img {
    max-height: 60px;
  }

  .socials-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #black-bar-btns {
    justify-content: space-between;
    width: 100%;
  }
  /* header .fa {
    display: none;
  }
  .header-btn-container {

  } */
  /* .header-info.phone {
    display: none;
  } */
}

@media (min-width: 450px) {
  .email-tooltip {
    visibility: visible;
  }
}
