/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;

}

body {
    padding-top: 100px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

* {
    font-size: 17px;
    line-height: 1.25;
}

h1 {
     font-size: 19px;
     margin-top:5px; 

   }


#imagepad {
   padding-top:20px;
   padding-bottom:20px;
}

#slide-image {
   padding-top:20px;
   padding-bottom:20px;
   display:block;
   border-radius:6px; 
   margin-left:auto; 
   margin-right:auto;
   max-width:100%;

}

.navbar-header { height: 75px; }

.img-roundedpadded {display:block; max-width:100%; height:auto; border-radius:6px; margin-top:20px; margin-bottom:20px;}

.img-roundedtoppad {display:block; max-width:100%; height:auto; border-radius:6px; margin-top:8px; margin-bottom:6px;}

.img-roundedcentered {display:block; max-width:100%; height:auto; border-radius:6px; margin-left:auto; margin-right:auto;}

.img-roundedleft {display:block; max-width:100%; height:auto; border-radius:6px;}

.img-logo {display:block; max-width:100%; height:auto; margin-left:auto; margin-right:auto; padding:0px;}

.img-hover:hover { opacity: 0.8; }

.link-markup { text-decoration: underline; color: #000; }



.masonry {
  transition: all .5s ease-in-out;
  column-gap: 5px;
  column-fill: initial;
  padding: 5px;
  background-color: #D4D1D1;
}

/* Masonry item */
.masonry .brick {
  display: inline-block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
  background-color: #ffffff;
  border: 1px solid #000;
  padding: 5px;
}

.img-roundedwell {display:block; max-width:100%; height:auto; border-radius:6px; margin-top:5; margin-bottom:20px;}

.thumbnail img {
    width: 100%;
}

.thumbnail {
    padding: 0;
  border:1px solid #7F858B;
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
  
  .masonry {
    column-count: 3;
  }
}






.navbar-toggle { margin-top: 20px; background-color: #06c; }
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{
  background-color:#06c; 
}

.navbar-inverse {background-color: #02050a; border-color:#080808}

.navbar .nav > li > a {
  padding: 30px 18px 10px;
  font-size: 17px; 
  font-weight: 700;
  color: #fff;
}

.navbar .nav > li a:hover {
  color: #1392d4;
/*end of stylebootstrap.info */


/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
  padding: 5px 15px;
  background-color: #c3c5c8;
  border-top: 1px solid #1C79A9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
} 

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
    .navbar-header { height: 75px; }

    header.carousel .carousel {
        height: 70%;
    }
}