/*
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0.
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%;
}

body {
  padding-top: 100px;
 /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  /*margin-bottom: 30px;*/
}
.shadow{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);

transition: all 0.05s;
}
.shadow:hover{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
   -ms-transform: rotate(3deg) scale(1.1,1.1); /* IE 9 */
    -webkit-transform: rotate(3deg) scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: rotate(1deg) scale(1.1,1.1);

}

.img-home-portfolio{
	border-radius:3px;
	border:3px solid #FFF;


}


.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 20px 0;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.section-colored h2{
color:#FFF;
text-shadow:1px 1px 1px rgba(50, 50, 50, 0.9);
margin-bottom:20px;
}
.no-padding{
padding:0px;
}

.section-colored {
  background-color: #EB212E;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

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

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

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  /*margin: 30px 0;*/
}

/* Responsive Styles */
@media (max-width: 767px) {

  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}
.carousel-caption{
			font-family: 'Raleway', sans-serif;


}
.mb20{
	margin-bottom:20px;

}
