html, body {
  background-image: url("img/coverbga.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
}
.navbar {
  padding: 10px 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.full-width {
  width: 100%;
}
#cover {
  background-image: url("img/coverbga.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 650px;
  height: 100vh;
  color: #fff;
  position: relative;
}
h1 {
  display: none;
}
h2 {
  font-size: 36px;
}
.logo {
  width: 300px;
  height: auto;
  margin-top: 100px;
}
.description {
  font-size: 18px;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
  margin-top: 50px;
  color: #fff;
}
.navbar-nav>li>a {
  color: #fff;
  border-bottom: 3px solid transparent;
  font-size: 15px;
  letter-spacing: 5px;
  transition: all .3s ease;
  padding: 10px 0;
  margin: 0 30px;
}
.navbar-nav>li>a:hover {
  border-bottom: 3px solid rgba(255,255,255,0.3);
  background: none;
}
.btn-lg {
  border-radius: 15px;
  padding: 15px 30px;
  font-size: 15px;
  text-transform: uppercase;
}
.btn-primary {
  background: #ad4538;
  border: 0;
  transition: all .3s ease;
}
.btn-primary:hover {
  background: #089a97;
}
main {
  margin-top: 100px;
  padding: 0 80px;
}
.stripe {
  background: #089a97;
}

.light {
  background: #f8f8f8;
}
.beige {
  background: #ccc2b6;
}
.beige li.pull-right {
  background: #ad4538;
  border-radius: 5px;
  padding-left: 0px;
  padding-right: 0px;
}
.beige >li>a {
  color: #f2e9ce;
}
h2 {
  text-transform: uppercase;
  letter-spacing: -2px;
  padding-bottom: 30px;
  margin-top: 0;
}
h2 span {
  display: block;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 4px;
  color: #ccc2b6;
  line-height: 40px;
}
main p {
  line-height: 30px;
  font-size: 15px;
}
.pad {
  padding: 40px;
}
.pad-side {
  padding-left: 60px;
  padding-right: 60px;
}
.pad-left {
  padding-left: 15px;
}
.mauto {
  margin: auto;
}
main {
  background: rgba(0,0,0,0.7);
  border-radius: 20px;
  padding: 30px 0;
  margin-top: 100px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none!important;
}
p.info {
  font-size: 13px;
  margin: 20px 0;
}
#info main p {
  font-size: 15px;
}
footer {
  padding: 100px 20px 30px;
}
footer a,
footer a:hover,
footer a:focus {
  color: #fff;
  transition: all .3s ease;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  border-bottom: 2px solid rgba(255,255,255,0.3);
}
.price {
  color: grey;
}
.price span {
  color: #ccc2b6;
  font-size: 40px;
}
.center {
  position: absolute;
  right: 60px;
  bottom: -45px;
}
img.center,
.center img {
  width: 100px;
}
a,
a:hover,
a:focus {
  color: #ccc2b6
}
.contact a {
  font-size: 23px;
  line-height: 35px;
}
/* CSS used here will be applied after bootstrap.css */  
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: auto;
        width: 100%;
        line-height: 1;

    }

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.navbar-toggle .icon-bar {
  background: #fff;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
#info .pad {
  padding: 30px;
}
h3 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .pad {
    padding: 0 15px;
  }
  h2 {
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  h2 span {
    font-size: 15px;
  }
  main p {
    line-height: 22px;
    font-size: 12px;
  }
  #first-casa br {
    display: none;
  }
  .price span {
    font-size: 25px;
    margin-bottom: 0;
  }
  p.info {
    font-size: 11px;
  }
  #info main p {
    font-size: 12px;
  }
  #info img {
    width: 80px;
  }
  .center {
    right: 30px;
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 200px;
    max-width: 90%;
  }
  .description {
    font-size: 15px;
  }
  #wrapper {
    padding: 0 15px;
  }
  h2 {
    margin-top: 15px;
  }
  .contact {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #info img {
    width: 60px;
  }
}