/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html{
position: relative;
min-height:100%;
}
body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	    background-image: url('images/slim11.jpg');
		background-position: top;
		font-family: 'Open Sans', sans-serif;
		margin-bottom:100px;
}
.navbar-inverse {
/*background-color: #fff;*/
background-image: url('images/texture.png');
}
.navbar-inverse a{

 }
.navbar-inverse .navbar-toggle .icon-bar {
/*background-color: #000;*/
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */
.navbar-header
{
font-size: 10px;
}
.navbar-right{
padding:15px;
font-size: 14px;
color: #fff;
}
.alert
{
font-size: 18px;
}
.business-header {
    height: 240px;
	margin: 15px;
}
.h2{
font-family: 'Oswald', sans-serif;
}
/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #888;
	/*text-align: center;*/
    color: #fff;
	font-family: 'Oswald', sans-serif;
}

.img-center {
    margin: 0 auto;
	/*background-image: url('images/buy.png');*/
}
.row-background-dark{
background-image: url('images/texture3.png');
color: #fff;
border-radius: 15px;
padding:15px;
text-align: center;
}
.row-background-dark-left{
background-image: url('images/texture3.png');
color: #fff;
border-radius: 15px;
padding:15px;
text-align: left;
}
.row-background-gray{
background-image: url('images/texture_gray.png');
color: #000;
border-radius: 15px;
padding:15px;
}
.row-background-light{
background-image: url('images/texture_gray.png');
border-radius: 15px;
color: #555;
padding:15px;
 border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.row-background-light-intro{
background-image: url('images/texture.png');
border-radius: 15px;
border: 1px;
border-color: black;
}
.img-circle :hover{
background-color: #000;
}
.blurb{
font-size:16px;
color: #e3e3e3;
}
.bigtext {
font-size: 24px;
font-weight: bold;
}
.bigicon {
        font-size: 35px;
     }
.intro-big{
font-size: 20px;
font-weight: bold;
color: #fff;
}
blockquote {
    font-size:16px; 
    padding:18px 20px 1px 20px;
    margin-left:3px; 
    margin-bottom:40px;
    background:#f2f1f6;
}	

blockquote:before {
    color: #c73401;
    font-size: 30px;
    line-height: 0.5em;
    margin-right: 0.27em;
    content: "\f10d";
    font-family: FontAwesome;
    float:left;
}

#loading-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
}
footer {
    
	/*background-color: #C1272D;*/
	background-color:#222;
	background-image: url('images/texture.png');
	padding:15px;
	color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
}