/* 
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; /* body padding for fixed top nav */
}

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

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

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

.section-colored {
  background-color: #e1e1e1; /* change this to change the background color of a colored section */
}
/*Nate entered here */
.lft {text-align: left;}
.cen {text-align: center;}
.spc {padding-top: 15px;}
.smspc {padding-top: 5px;}
.c20 {
	background-color: #3e4753;
	color: #ffffff;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: .80em;
 		}
.c21 {
	background-color: #ffffff;
	color: #000080;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 		}
.c22 {
	background-color: #ffffff;
	color: #ff0000;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 1.150em;
 		}
.c23 {
	background-color: #FFFFFF;
	color: #000080;
	font-weight: bold;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: .80em;
 		}
.c24 {
	background-color: #FFFFFF;
	color: #000080;
	font-weight: bold;
  font-size: 1.0em;
 		} 		 		 		 		 		
.c25 {background-color: #BCBDE0;
	color: #000080;
	font-weight: bold;
  font-size: 1.0em;
	}
.c26 {background-color: #BCBDE0;
	color: #000080;
	font-weight: bold;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 1.50em;
	}	
.c27 {background-color: #BCBDE0;
	color: #BCBDE0;
	font-weight: bold;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: .30em;
	}
.c28 {background-color: #FFCC66;
	color: #000080;
	font-weight: bold;
  font-size: 1.0em;
	}
.c29 {background-color: #BCBDE0;
	color: #ff0000;
	font-weight: bold;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: .30em;
	}
.clrline {background-color: #ffffff;
	color: #ffffff;
	font-size: 1.0em;
	}	
.padd {padding: 10px 10px 0px 5px;
	}	
	
.whtbox {
 background-color: #FFFFFF;
	color: #000080;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
   text-align: left;
  	border-bottom: thin solid Navy;
		border-left: thin solid Navy;
		border-top: thin solid Navy;
		border-right: thin solid Navy;
		padding: 0px 3px 0px 10px;
	}	
/* Flexible iFrame */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
/*Copyright*/
/*Copyright*/
.copyright {
	font-size: 12px;
	padding: 11px 0 7px;
	background: #3e4753;
	border-top: solid 1px #777;	
}

.copyright p {
	color: #dadada;
}

.copyright p.copyright-space {
	margin-top: 12px;
}

.copyright a {
	margin: 0 5px;
	color: #ffffcc;
}
.copyright a:hover {
	color: #72c02c;
}	
.copyright small {
 color: #ffffff;
 font-size: .80em;
}										 							
/*Nate ENDED entries here */

.sidebar {
  margin-top: 40px;
}

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

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

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

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

}
