.nomobile
{
	display: none;
}
.navbar
{
   padding-left: 10px !important;
   padding-right: 10px !important;
}
.logorow {
  padding: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
  text-align: center;
  background-image: url("/images/pattern/kapadogs_pattern.png");
  background-blend-mode: multiply;
}
.videorow {
  padding: 0px;
  background-color: white;
  text-align: center;
  background-image: url("/images/pattern/kapadogs_pattern.png");
  background-blend-mode: multiply;
}
.footerrow {
  background-color: #b37120;
  color: white !important;
  padding: 15px;
  margin-top: 50px
}
.videohome {  
  width: 100%;  
}
.videohomebig {  
  width: 100%;  
}
.imagebox {
  border-top-left-radius: 10px !important;
  border-radius: 5px;
  background-size: contain;
  border: 1px solid darkgreen;
  padding: 0px !important;
}
.imageboxsmall {
  border-radius: 5px;
  background-size: contain;
  padding: 0px !important;
  width:40%;

  margin: 10px;
}
.imagebox img {
  width: 100% !important;
  border-top-left-radius: 10px !important;
  border-radius: 5px;
}
.imageboxsmall img {
  
  border: 0.5px solid #0046002e;
  border-radius: 5px;
  max-height: 90px !important;
  max-width: 150px;
}
.dividerimg {
  margin-left: -12px;
  max-width: 100%;
}
section .sectiontitle {
  font-size: 2.5em;
  font-weight: 500;
  color: #b37120;
  border-top: 1px solid #b37120;
  border-left: 10px solid #b37120;
  margin-left: -14px;
  padding: 10px;
}
section h3 {
  font-size: 2.5em;
  font-weight: 500;
  color: #b37120;
}
.carouselcontainer {
    margin-bottom: 2px !important;
}
#carousel , #carousel2
{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll !important;	
}

.carousel-element
{
	min-width: 150px;
	max-width: 150px;
    height: 300px;    
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 5px solid white;
	flex: 0 0 auto;
    margin-right: 5px;
}

.carousel-element-video
{
	min-width: 150px;	
    height: 300px;    
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 10px solid transparent;
	flex: 0 0 auto;
	margin-right: 10px;
}