@import url(assets/stylesheets/search.css);
@import url(assets/stylesheets/application.css);
@import url(assets/stylesheets/footer.css);
@import url(assets/stylesheets/sidebar.css);
@import url(assets/stylesheets/registration-form.css);
@import url(assets/stylesheets/button.css);
@import url(assets/stylesheets/user-dropdown.css);
@import url(assets/stylesheets/logo.css);

.reg-login-header {
  position: absolute;
  right: 3vw;
  top: 5vh;
}

.btn-login, .btn-signup {
  font-size: 15px;
}

.user-header {
  position: absolute;
  color: #89C0EF;
  right: 3vw;
  top: 5vh;
  cursor: pointer;
}

.user-header .fa-caret-down {
  color: #89C0EF;
}

#username-display {
  font-size: 20px;
  padding-right: 2px;
}

#username-display:hover {
  color: #5DA9E9;
}

.home-banner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-h1 {
  /*color: #3e68cf;*/

  /*darker blue*/
  /*color: #576CA8;*/

  /*red*/
  /*color: #FF715B;*/

  /*warmer blue*/
  /*color: #3066BE;*/

  /*warmest blue*/
  color: #5DA9E9;

  letter-spacing: 0px;
  margin-top: 10vh;
  font-size: 40px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 600;
}

.home-h6 {
  text-align: center;
  font-weight: 200;
  margin-bottom: 20px;
  margin-left: -20px;
}

.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

body {
  font-family: "SourceHan", sans-serif;
  background-color: rgb(250, 250, 250);
  color: #5DA9E9;
}

.container {
  min-height: 100vh;
  width: 100% !important;
}

.color-change-hover {
  color: black !important;
  display: block;
  text-decoration: none;
}

.color-change-hover:hover {
  color: #87D9F3;
}


.landing-companies {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20vh;
}

.landing-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.company {
  width: 144px;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.logo-image {
  width: 75px;
  height: 75px;
}


.title-container {
  margin-top: 150px;
}

.hot-companies {
  margin-left: 50px;
}

.save-bear {
  width: 225px;
}

.speech-bubble {
  position: relative;
  border-radius: .4em;
  border: 2px solid #89C0EF;
  width: 350px;
  height: 160px;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #89C0EF;
  border-left: 0;
  border-top: 0;
  margin-top: -10px;
  margin-left: -20px;
}

.landing-enrichment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#lala {
  padding: 4vh;
  text-align: justify;
}


