/*
 navbar
*/


.logo-nav {
  width: 4.1rem;
  height: 4.1rem;
}


/* Required for full background image */

html,
body,
header,
.view {
  height: 100%;
}


@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 100vh;
  }
}

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

.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #000000 !important;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #000000 !important;
  }
}

h1 {
  letter-spacing: 5px;
}

h2.title {
  font-size: 3rem !important;
}

h3.title {
  font-size: 2.5rem !important;
}

h5 {
  letter-spacing: 3px;
}

P.text {
  font-size: 1rem;
}

.hr-light {
  border-top: 3px solid #fff;
  width: 80px;
}

.hr-yellow {
  border-top: 3px solid #fff100;
  width: 80px;
}

/*
  intro
*/

.yellow-text {
  color: #fff100 !important;
}

/*
  section US
*/

#us {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}

/*
  section SERVICES
*/

#services {
  padding-top: 110px;
  padding-bottom: 100px;
}

#services-img-bg {
  border: solid 10px #fff100;
  /* background: url('../img/intro.jpg') no-repeat center center;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; */
  height: auto;
}

.list-services li {
  margin-bottom: 1rem;
}

/*
  separator
*/

#separator {
  height: auto;
  padding-top: 110px;
  padding-bottom: 110px;
}

.mascara {
  height: 100%;
  background-color: rgba(0,0,0,.9);
}

.btn-yellow {
  color: #000000 !important;
  background-color: #fff100;
}

/*
  section ABOUT SERVICES
*/

#about-services {
  padding-top: 0px;
  padding-bottom: 120px;
  /* background-color: #fafafa; */
}

#about-services .card-image {
  height: 550px;
}

#about-services .pricing-card {
  height: 100%;
}

/*
  section CERTIFICATIOS
*/

#certifications {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #000000;
}

/*
  section QUATATION
*/

#quotation {
  padding-top: 110px;
  padding-bottom: 110px;
}

.spacing {
  height: 4rem !important;
}


/*
 Footer
*/

.yellow-bg {
  background-color: #fff100 !important;
  color: #000000 !important;
}

.yellow-bg a {
  color: #000000 !important;
}

.img-fluid-hr {
  height: auto;
  width: 50%;
}

/*
  MISION
*/
#mision {
  padding-top: 110px;
  padding-bottom: 110px;
}

.view-medium {
  height: 70% !important;
}

/*
  GALLERY
*/

#hr-gallery {
  padding-top: 150px;
  padding-bottom: 150px;
}