/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  margin-top: 50px;
  padding-bottom: 0px;
  color: #5a5a5a;
  font-family: "Raleway", helvetica, sans-serif;
}

.page-header { 
  border-bottom: 1px solid #FF9C1F;
  padding-left: 0;
  padding-right: 0;
}

.text-muted { 
  color: #FF9C1F;
}

.footer { 
  background-color: #f8f8f8;
  border-top: 1px solid#e7e7e7;
  /* border: 1px solid; */
  padding-top: 3em;
  padding-bottom: 3em;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* /\* Special class on .container surrounding .navbar, used for positioning it into place. *\/ */
/* .navbar-wrapper { */
/*   position: absolute; */
/*   top: 0; */
/*   right: 0; */
/*   left: 0; */
/*   z-index: 20; */
/* } */

/* /\* Flip around the padding for proper display in narrow viewports *\/ */
/* .navbar-wrapper > .container { */
/*   padding-right: 0; */
/*   padding-left: 0; */
/* } */
/* .navbar-wrapper .navbar { */
/*   padding-right: 15px; */
/*   padding-left: 15px; */
/* } */
/* .navbar-wrapper .navbar .container { */
/*   width: auto; */
/* } */

.navbar { 
  /* background-color: rgba(255, 255, 255, .9); */
}

.navbar-brand- {
  position: fixed;
  top: 10px;
  left: 10px;
}

.logo-shadow { 
  padding: 10px;
  width: 25%;

  background-color: rgba(255, 255, 255, .9);
  webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .075);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .075);
}

.logo-shadow img { 

  /* -webkit-filter: drop-shadow(3px 3px 3px #444); */
  /* filter: drop-shadow(3px 3px 3px #444); */
}

.navbar-brand > img { 
  height: 100%;
  /*background-color: rgba(255, 255, 255, .9);*/
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#myCarousel {
  /* height: 500px; */
  /* margin-bottom: 60px; */
}
/* since positioning the image, we need to help out the caption */
#myCarousel .carousel-caption {
  top: 50px;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#myCarousel .item {
  background-color: #777;
}
#myCarousel .carousel-inner > .item > img {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  min-width: 100%;
  /* height: 500px; */
}

/* PARALLAX
-------------------------------------------------- */
.parallax { 
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  padding: 50px;
  height: 400px;  
  margin-top: 50px;
  margin-bottom: 50px;
}

.parallax h1 { 
  font-size: 40px;
}

.parallax h2 { 
  /* font-size: 50px */
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */
.featurette { 
  margin-top: 50px;
}

.featurette-divider {
  margin: 80px 0 30px; /* Space out the Bootstrap <hr> more */
  border-top-color: #FF9C1F;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* ABOUT US TEAM
-------------------------------------------------- */
.team { 
  margin-bottom: 20px;
}
.team p,
.team h3{ 
  text-align: center;
}

/* PORTFOLIO
-------------------------------------------------- */
.portfolio-item { 
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  /* position: relative; */
  position: absolute;
  top:      0;
  left:     0;
  bottom:   0;
  right:    0;
  overflow: hidden;
}

.ratio:before { 
  content: "";
  display: block;
  width: 0px;
}
.ratio-2-1:before {
  padding-top: 50%;
}
.ratio-4-3:before {
  padding-top: 75%;
}
.ratio-3-2:before { 
  padding-top: 66%;
}

.img-portfolio { 
  display: block;
  max-height: 100%;
  width: auto;
}

.no-gutter { 
  padding-left: 0px;
  padding-right: 0px;
}

.portfolio-item-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
}

.portfolio-item-description { 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(100, 100, 100, 0.72);
  color: #fff;

  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.portfolio-item:hover .portfolio-item-description { 
  visibility: visible;
  opacity: 1;
  transition-delay: .3s;
}

/* CONTACT CSS
-------------------------------------------------- */
.contact { 
  margin-top: 50px
}

.btn-arquimis {
    color: #fff;
    background-color: #5a5a5a;
    border-color: #444;
}

/* GALLERY CSS
-------------------------------------------------- */
.gallery { 
  /* background-color: #dff; */
}

.gallery-thumbnail-list { 
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.gallery-thumbnail { 
  color: #5a5a5a;
}

.gallery-thumbnail.active { 
  color: #FF9C1F;
}

.gallery-thumbnail:hover { 
  color: #e7e7e7;
}

.gallery-menu { 
  margin-top: 5em;
}

.gallery-menu ul li a ,
.gallery-menu ul li a:link,
.gallery-menu ul li a:visited,
.gallery-menu ul li:hover a,
.gallery-menu ul li  a:active{ 
  background-color: inherit;
}

.gallery-menu li a {
  color: #5a5a5a;
}
.gallery-menu li.active a {
  color: #FF9C1F;
}
.gallery-menu li:hover a {
  color: #8a8a8a;
}

.gallery-main { 
  /* padding: 1em; */
}
.gallery-image { 
  /* height: 550px; */
}

.carousel-inner .item { 
  cursor: pointer;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .page-header { 
    font-size: 50px;
  }
  
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

/* @media (min-width: 992px) { */
/*   .featurette-heading { */
/*     margin-top: 120px; */
/*   } */
/* } */
