@charset "utf-8";
/* 
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: 50px;
  font-family: 'Quicksand', sans-serif; /* body padding for fixed top nav */
}
/*------ h1, h2, h3, h4, h5, h6 ------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  color: #263270;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
}
h1 {
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
}
header h1 {
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 30px;
  line-height: 35px;
}
h3 {
  font-size: 30px;
  line-height: 34px;
  margin: 32px 0 15px;
  font-weight: normal;
}
.content-extra h3 {
  margin:25px 0;
}
h4 {
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0 10px;
}
h5 {
  font-size: 18px;
  color: #939393;
  font-weight: 600;
  letter-spacing: -1px;
}
p {
  padding-bottom: 25px;
  margin: 0;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

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

/* Page Sections */
.section,
.section-colored {
  padding: 20px 0;
}

.section-colored {
  background-color: #CEDBD8; /* 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: 85%;
}

.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: 50px 0;
}

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

.carousel {
  height: 100%; /* increases the carousel height so it looks good on phones */
}

}

.circular {
  display: block;
  width: 210px;
  height: 210px;
  margin: 1em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 1px solid #E1E1E1;
}
.feature-box {
  border: 1px solid #E1E1E1;
  padding: 1em;
  padding-bottom: 1.25em;
  margin-top: 1em;
  margin-bottom: 2em;
}
.white-feature-box {
  border: 1px solid #ffffff;
  padding: 1em;
  padding-bottom: 1.25em;
  margin-top: 1em;
  margin-bottom: 2em;
}