
body {
  padding-top: 78px;
}

.carousel-item {
  max-width: 100%;
  width: 100vw;
  height: 36vw;
  min-height: 200px;
  vertical-align: top;
  border: 0;
  background: no-repeat absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 100%;
}

.slideshow > div {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 33vw;
    max-height: 100%;
	
}

.slideshow > div > img {
    height: 100%;
    width: 100%;
}
.portfolio-item {
  margin-bottom: 10px;
}

.navbar-brand
{
   float:left; 
   font-size: 13.5px;
  line-height: 16px;    
  padding-top: 2px;
  padding-bottom: 2px;

}

.navbar-brand-text
{
  -moz-box-sizing: border-box; 
  box-sizing: border-box;  
  padding: 4px ;
}

.product
{
  display: block;
  margin-left: auto;
  margin-right: auto;  
  margin-top: 16px; 
  margin-bottom:16px;
  width: 60%;
}