@charset "utf-8";
/* CSS Document */

.navbar-inverse {background-color:#5D013D;}
.navbar-inverse .navbar-brand {color:#fff;}
.navbar-inverse .navbar-nav>li>a {color:#fff;}
.jumbotron {background-color:#ffe7cf; padding:0 30px 0 0; margin-top:45px;}
.start img {max-width: 100%;}
.start p {font-size:16px;}
.main-content {margin-top: 75px;}
thead {font-weight:bold;}
.footer p {padding-top:25px;}
.article img {margin:0 15px;}
.productbox h3{font-size:14px; font-weight:bold; margin:10px 5px; min-height:30px;}
.productbox img {margin:0 10px; max-width:184px; max-height:234px;}

/* Sticky footer CSS 
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
.container-fluid {padding:0;}
.start h1 {font-size:125px; margin:75px 0 15px 0;}
.start p {font-size:18px;}
.start .col-md-4 {padding-left:0;}
}
@media (min-width: 768px) and (max-width: 992px){
	.start h1 {font-size:75px; margin:30px 0 15px 0;}
	.start p {font-size:16px;}
}