﻿/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html {
	height:100%;
}

body {
    padding-top: 60px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    /*background-image:url('../images/test5c.png');*/
        
        height: 100%;
        	
}

/* css for share button */

.share-buttons{
  list-style: none;
  padding: 0;
  background-color:white;
}


.share-buttons li{
  /*display: inline;*/
  background-color:white;
}

.share-buttons  a {
	text-decoration:none;
}

.share-buttons .share_span{
	font-size:18px;color:#c40000;padding-left:10px;text-decoration:none;vertical-align:top;display:inline
}

.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


/* end css for share button */



.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 100%;
   
}

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;
   display: block;
  width: 100%;
  height: auto;

    
    
    
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}