html {
  scroll-behavior: smooth; }

#intro {
  background: url("../img/fondo_v12.svg") no-repeat center center;
  background-size: cover; }

  #mountains{
    background: url("../img/montanas_texto_01.png") no-repeat center center;
    background-size: cover; }

.top-nav-collapse {
  background-color: #492b63ff !important; }

.navbar:not(.top-nav-collapse) {
  /* background: transparent !important; } */
  background-color: #492b63ff !important; }

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #492b63ff !important; } }

#intro .h6 {
  font-weight: 300;
  line-height: 1.7; }

.site-bg-img {
  height: 70vh;
  min-height: 480px;
  max-height: 1080px; }

/* .hm-gradient .site-bg-img {
  background: rgba(155, 73, 175, 0.7);
  background: linear-gradient(45deg, rgba(240, 238, 241, 0.7), rgba(190, 142, 204, 0.7) 100%); } */

@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem; } }

#pricing .lead {
  opacity: 0.7; }

#pricing .card-image {
   background: url("../img/architecture.jpg") no-repeat center center;
}

#pricing ul li {
  font-size: 1.1em; }

#purple_custom {
  background-color: #492b63ff !important
}

/* a:link {
  color: black;
} */

a.darklinks:link {
  color: black;
}

a.whitelinks:link {
  color: white;
}

a.yellowlinks:link {
  color: yellow;
}