body {
  background-color: lightgray;
  color: black;
  font-family: Verdana;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

/*NAVBAR STYLING*/
.navbar {
  background: gray;
  font-family: calibri;
  padding-right: 15px;
  padding-left: 15px;
}

.navdiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo a{
  font-size: 40px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.headerlist li{
    list-style: none;
  display: inline-block;
}

.headerlist li a{
   color: white;
  font-size: 25px;
  font-weight: bold;
  margin-right: 25px;
}

/* linkedin logo sizing */
.incontainer {
    width: 30px;
    height: 30px;
}

/* Resize images */
.incontainer img {
    width: 100%;
    height: auto;
}

/*NAVBAR STYLING END*/

/* INTRO BLOCK */

.section{
  background-color: darkgray;
  border-radius: 5px;
  z-index: 1;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0px 5% 20px 5%;
  padding: 10px;
  text-align: center;
}

.introblock{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 10px;
  border-radius: 50px;
  position: relative;
  padding: 0px 10px 10px 10px;
  text-align: left;
}

.introblock-video{
  max-width: 560px;
  max-height: 315px;
  margin: 5px;
}

.introblock-text{
  margin: 0px;
  padding: 50px;
  line-height: 30px;
  
}

/* INTRO BLOCK END */

/* Pre-Production */

.tbhprepro-p{
  margin: 0px;
  padding: 0px 50px 10px 50px;
  text-align: left;
  line-height: 20px;
}

/* AVAIL ABILITIES */

.listsection{
  background-color: darkgray;
  border-radius: 5px;
  z-index: 1;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0px 5% 20px 5%;
  padding: 10px;
  text-align: center;
}

.leftlist{
  float: left;
   width: 50%
}

.rightlist{
  float: right;
   width: 50%
}

.list{
  width: 80%;
  margin: 0px;
  padding: 0px 50px 0px 50px;
  text-align: left;
  line-height: 20px;
}

.listheader{
  line-height: 10px;
}

/* INFO BLOCK */

.infoblock{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px 100px 0px 100px;
  border-radius: 50px;
  position: relative;
  padding: 0px 30px 0px 30px;
  text-align: left;
  
}

.infoblock-narrowmargin{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px 100px 0px 100px;
  border-radius: 50px;
  position: relative;
  padding: 0px 30px 0px 30px;
  text-align: left;
}

.infoblock-text{
  margin: 0px;
  padding: 30px;
  /* regular line height is 20 */
  line-height: 30px;
  
}



.infoblock-img{
  
  max-width: 100%; /* Ensures the image never exceeds the width of its parent container */
  width: 100%;
  height: 100%;
  display: block;  /* Removes extra space below the image */
  object-fit: contain;
  
  margin: 0px 30px 0px 30px;
}

.infoblockspecial-img{
  
  max-width: 100%; /* Ensures the image never exceeds the width of its parent container */
  height: 100%;
  display: block;  /* Removes extra space below the image */
  object-fit: contain;
  
  margin: 0px 30px 0px 30px;
}

.caption{
  text-align: center;
}

.imgheader{
  text-align: left;
  line-height: 20px;
}

/* DRAFTING THE LAYOUT */

.infoblock-text-layout{
  padding: 10px 0px 20px 0px;
   margin: 0px 300px 0px 300px;
   line-height: 30px;
}

/*THE FIRST BEAT */

.headergroup{
  margin: 0px 125px 0px 125px;
  line-height: .5px;
  text-align: left;
}

.headerinfo{
   margin: 0px 125px 0px 125px;
   line-height: 30px;
  text-align: left;
}

/* THE SECOND BEAT */

.secondbeat-p{
  margin: 0px 300px 0px 300px;
  line-height: 30px;
}

/* NEW ZOOM POST CARD STYLE ROW 1*/
.postcards {
  background: darkgray;
  align-items: center;
  justify-content: center;
  display: flex;
}

.section-postcards{
  background-color: darkgray;
  border-radius: 5px;
  z-index: 1;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0px 5% 0px 5%;
  padding: 10px;
  text-align: center;
}

.cover{
  width: 1600px;
  height: 450px;
 /* background: #000;*/
  margin-top: 30px;
  display: flex;
}

.coverauto img{
  border-radius: 5px;
}

.boxauto{
  margin: 15px;
  width: 500px;
  height: 400px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.box {
  margin: 15px;
  width: 1000px;
  height: 400px;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}

.box p{
  margin: 0px 150px 0px 150px;
}
.cover img{
  width: 500px;
  height: 300px;
  border-radius: 5px
}

/*SPACING BETWEEN LINES*/
.boxheader {
  line-height: 10px;
}

.boxcaption{
  margin: 10px 0px 0px 0px;
  line-height: 20px;
  
}

.bossbox {
  margin: 15px;
  width: 1000px;
  height: 400px;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}
.bosscaption
{
    margin: 10px 20px 0px 20px;
  line-height: 20px;
}

/* BEAST MART SLIDER */
.container{
  padding: 2rem;
}

.slider-wrapper{
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
}

.slider{
  display: flex;
  aspect-ratio: 16 / 9;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
  border-radius: 0.5rem;
}

.slider img{
  flex: 1 0 100%;
  scroll-snap-align: start;
  object-fit: cover;
}

.slider-nav{
  display: flex;
  column-gap: 1rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* SIDE BY SIDE IMAGES */
.imgcont {
  display: flex;
  column-gap: 100px;
  margin: 0px 100px 0 100px;
  align-items: center;
  justify-content: center;
}

.box-1 {
  width: 50%;
  height: 50%;
}

.box-2{
   width: 50%;
  height: 50%;
}

.box-60{
  width: 65%;
  height: 50%;
}

.box-40{
  width: 35%;
  height: 50%;
}

.box-100{
  width: 100%;
  height: 50%;
}

/*FOOTER*/

footer{
  background-color: gray;
}

.footerContainer{

  padding: 20px 30px 20px;
}

.footerBottom p{
  text-align:center;
  justify-content: center;
}



