.nodesktop
{
	display:none;
}
.logorow {
  padding: 39px;
  background-color: white;
  text-align: center;
  background-image: url("/images/pattern/kapadogs_pattern.png");
  background-blend-mode: multiply;
}
.videorow {
  padding: 10px;
  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 {
  max-width: 40%;
  width: 640px;
  height: 360px;
}
.videohomebig {  
  width: 100%;  
}
.imagebox {
  border-top-left-radius: 30px !important;
  border-radius: 5px;
  background-size: contain;
  border: 1px solid darkgreen;
  padding: 0px !important;
}
.imageboxsmall {
  border-radius: 5px;
  background-size: contain;
  /* border: 1px solid darkgreen; */
  padding: 0px !important;
  max-height: 100px;
  max-width: 150px;
  margin: 10px;
}
.imagebox img {
  width: 100% !important;
  border-top-left-radius: 30px !important;
  border-radius: 5px;
}
.imageboxsmall img {
  width: 100% !important;
  border: 0.5px solid #0046002e;
  border-radius: 5px;
  max-height: 150px;
  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;
}
#carousel {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll !important;
}
.carousel-element {
  min-width: 250px;
  max-width: 250px;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 10px solid transparent;
  flex: 0 0 auto;
  margin-right: 10px;
}
