/*!
 * 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,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

  h4 {
      margin: 0px 0 0px 0;
      letter-spacing: 1px;      
      font-size: 16px;
      color: #000000;
	  text-align: center
  }

  h5 {
      margin: 0px 0 0px 0;
      letter-spacing: 1px;      
      font-size: 15px;
      color: #000000;
	  text-align: center
  }

.modal-body > ol > li {text-align: left;}

.navbar-brand {
      font-size: 20px !important;
	  text-align: left;
      letter-spacing: 2.5px;
  }
  .navbar {
      font-size: 18px !important;
      letter-spacing: 1.5px;
  }

.img-portfolio {
    margin-bottom: 25px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: auto;
}

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: 100%;
}

  .btn {
      padding: 10px 20px;
      background-color: #000;
	  margin-bottom: 10px;
      color: #f1f1f1;
      border-radius: 0px;
      transition: .2s;
  }
	  
  .btn1 {
      padding: 10px 20px;
      background-color: #f1f1f1;
      color: #333333;
      border-radius: 0px;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }

  span.glyphicon-download-alt {
    font-size: 1.4em;
	text-align: center;
}
	    span.glyphicon-file {
    font-size: 1.4em;
	text-align: center;
}
  span.glyphicon-headphones {
    font-size: 1.2em;
}

@media (max-width: 767px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
	  .carousel-indicators {
  	display: none;
  }
	  .navbar-brand {
      font-size: 14px !important;
	  text-align: left;
      letter-spacing: 2px;
  }
  .navbar {
      font-size: 12px !important;
      letter-spacing: 2px;
  }

/* 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 {
    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%;
    }
	}