/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 225px 0 375px;
  text-align: center;
  background-image: url("../img/ccc_chile2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
}

body{
  font-family: 'Open Sans', sans-serif;
}  

section {
  padding: 175px 0 175px;
}

.navbar{
  text-transform: uppercase;
  font-weight: bold;
}

h2 {
  position: relative;
  top:-120px;
  font-weight: 650;
}

.lead{
  position: relative;
  top:-60px;
}

span{
 font-weight: 600;
}

img{
  border:5px solid grey;
}

#about {
  background-image: url("../img/about3.jpg");
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  color: rgb(79, 80, 77);
}

#services {
  background-image: url("../img/services8.jpg");
  background-position: center bottom;
  background-size: cover;
  background-color: transparent;
  color: rgb(79, 80, 77);
}

#contact {
  background-image: url("../img/banner-mobile.jpg");
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  color: rgb(79, 80, 77);

}
