/*NAVIGATION*/
#navigation .nav {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 50px 0 25px 0;
  overflow: hidden;
}

#navigation .nav .nav-item {
  color: black;
  padding: .5rem 1rem;
  display: inline;
}

#navigation .nav .nav-item .nav-link {
  color: black;
  padding: 0 .5rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.65rem;
}

#navigation .nav .nav-item .nav-link.active {
  font-weight: 700;
}

/*----LOGO----*/
.logo {
  margin: 0 5% 5% 0;
}

.logo img {
  margin: 0 auto;
  display: block;
}

/*-----IMAGE-SIDE----*/
.image-container {
  background-size: cover;
  background-position: center center;
  height: 100vh !important;
  width: 100%;
  object-fit: cover;
}

.image-container.home-image {
  background-image: url("../images/home_image.png");
}

.image-container.about-image {
  background-image: url("../images/about_image.png");
}

.image-container.contact-image {
  background-image: url("../images/contact_image.png");
}

.mobile {
  display: none;
}

@media only screen and (max-width: 500px) {
  .mobile {
    display: block;
  }
  .image-side {
    display: none;
  }
  .content {
    padding: 5%;
  }
  .image-container.home-image, .image-container.about-image, .image-container.contact-image {
    height: 50vh !important;
  }
}

/*----CONTENT-SIDE----*/
#about .content,
#contact .content {
  padding: 2% 5% 0 5%;
}

/*----HOME-----*/
.logo.home {
  margin: 0 auto !important;
}

@media only screen and (max-width: 500px) {
  .home img {
    margin-bottom: 5%;
  }
}

/*----ABOUT----*/
#about .content {
  margin-bottom: 5%;
}

#about .content p {
  line-height: 1.5em;
}

#about .content .markets,
#about .content .states {
  list-style-type: none;
  margin-left: 15%;
}

#about .content .markets li,
#about .content .states li {
  margin-bottom: 0px;
}

#about .content .markets li:before,
#about .content .states li:before {
  content: "\2022";
  color: black;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#about .content .investments {
  margin-bottom: 20px;
}

#about .content .investments p {
  line-height: 1.5em;
}

#about .content .quote {
  padding-top: 50px;
  width: 80%;
  margin: 0 auto;
  font-style: italic;
  text-align: center;
  line-height: 1.2em;
}

@media only screen and (max-width: 500px) {
  #about .content {
    margin-bottom: 15%;
  }
}

/*----CONTACT----*/
#contact .content .email-link {
  color: black;
  text-decoration: none;
  font-weight: 600;
}

#contact .content p {
  text-align: center;
}

#contact .content .logo img {
  margin-top: 10%;
  width: 40%;
}
/*# sourceMappingURL=esteron.css.map */