/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background:url(../images/bg1.jpg)
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
 
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 10px;
  margin-top: 0;
  text-align:center;
  margin-bottom: 0;
  padding-top:15px;
  font-size:24px;
  color:#818181;
  line-height: 29px;
}
.header h3 a{   color:#818181; font-weight:bold;}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;

}

.products{ text-align:center; padding-bottom:10px;}



/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 800px;
	border-radius: 20px;
	border:5px solid #939393;
	padding-bottom:180px;
	background:#fff url(../images/bg.jpg) no-repeat right bottom;
 -moz-box-shadow:    0px 0px 2px 2px #505151;
  -webkit-box-shadow: 0px 0px 2px 2px #505151;
  box-shadow:         0px 0px 2px 2px #505151;
  }
  
  .footer{ width:800px; margin:0 auto; padding:10px; color:#fff; text-align:center;}
  .jantohomas, .socialmid{ display:none;}

}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-top: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }

  
  .pic{ float:right;}
  .logo{ text-align:center;}
  .left{ float:left; text-align:center;}
  .clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
}
