body {
  align-items: center;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

p {
  text-align: left;
}

.btn {
  margin-bottom: 20px;
}

.logo {
  width: 200px;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
}

.company-name-light {
  color: snow;
  font-size: 3rem;
  text-shadow: black 8px 8px 20px;
}
.company-name-dark {
font-size: 3rem;
font-family: sans-serif;
}

.requestDev{
margin: auto;
margin-top: 25px;
}

.requestText{
margin-bottom: 20px;
}

.checkboxCustom{

}


/* below was added for the new homepage 3/17/24  */

.hopage-videos-wall
{background-color:white;
  padding-top:20px;
  padding-bottom:50px;

}

.welcome-text{
  padding-top: 20px;
  padding-bottom:10px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
}

.homepage-center-logo{
  padding-bottom: 10px;
  padding-top:5px;
  background: linear-gradient(#93291e, #ed213a);
  background: webkit-linear-gradient(#93291e, #ed213a);
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.video-text{
  padding-top: 20px;
  padding-bottom:10px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.home-videos-container{width: 80%; margin:auto;}

.buyer-video-container{
  width: 49%;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.seller-video-container{
  width: 49%;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.vid{
  width:90%;
  margin:auto;
  position: relative;
  display: inline-block;
}

.hompage-video-image{
  border: solid black 2px;

}

.hompage-video-image:hover{
  /* -ms-transform: scale(1.1); */
  /* IE 9 */
  -webkit-transform: scale(1.01);
  box-shadow: 1px 1px 1px 0 rgb(0 0 0);
}

.over-image-text{
  position:absolute;
  color: rgba(110,110,110);
  bottom:0px;
  background-color:rgba(234, 232, 208, 0.8);
  width:100%;
  padding: 10px;
  margin: 0px;
  padding-bottom:10px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.signup-button{
  margin-top: 40px;
  margin-bottom: 10px;
}


@media (max-width: 991px) {
  .buyer-video-container{
    width: 90%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .seller-video-container{
    width: 90%;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .home-videos-container{width: 100%; margin:0;}

  .vid{
    width:90%;
    margin:auto;
  }
}
