

body {
  min-height: 1000px;
  padding-top: 130px;
}
.label-danger{
font-size : 90%;
}

h1 {
font-size: 2em;
}
.prodrev{
    background-color:black;
    color:white;
    padding:20px;
    text-align:center;
    
}

h2 {
font-size: 1.8em;
}
.prodsub{
    text-align:center;
    font-style: italic;
}


h3 {
font-size: 1.5em;
}

p{
    line-height: 1.6;
    font-size: 1.2em ;
}
p a{
    text-decoration:underline;
}
li{
    font-size: 1.2em;
}

.maincontent{
	margin-top:20px;
	
}
.topadsense{
padding-top:10px;
}
.price{
color:red;
font-style:italic;
}
div{
display:block;
}

.footer {
    display:block;
    bottom: 0px;
    width: 100%;
    height: 150px;
    background-color: #F5F5F5;
padding-top:20px;
    text-align: center;
}
.prod{
 height:365px;   
}
.prodsearch{
 height:700px;   
}

.productpan{
 height:300px;   
}
.cat-panel{
    height:400px;
}

    
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    color: orange;
    font-family: Griffy;
    font-size: 2.5em;
    line-height: 1.5;
    font-weight: 600;
}
.navbar-default {
background-color:black;
}
.navbar{
	min-height: 75px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.topsearch{
margin-top:20px;
margin-bottom:20px;
}



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: white;
  padding: 15px;
  text-align: center;
  z-index: 9999;
}
#cookie-banner button {
  margin-left: 15px;
  padding: 8px 12px;
}


