
:root {
   --dark-slight: #272727;
   --domain: '----'
} 

/* Global */
* {
   margin: 0;
   padding: 0; 
}
  html, body, div, span, h1, h2, h3, p, a, img, ol, ul, li, form {  
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   /* vertical-align: baseline; */
   background: rgb(0 0 0 / 0%); 
   background-color: black;
   color: white;
}

/* frontpage */

.front-page-banner {
   background: url(https://nycsexyhonies.com/preview-banners/nyc-sexy-honies-home-banner-1.jpg) no-repeat;
   background-size: cover;
   width: 100%;
   height: 400px; 
}
.front-page-banner-small {
   background: url(https://nycsexyhonies.com/preview-banners/nycsexyhonies-logo-647x63.jpg) no-repeat ;
   width: 100%;
   height: 63px; 
   background-position: 50% 50%;
   display:none;
   background-size:contain;
   padding: 2px 15px;
   background-origin: content-box;
}
.front-page-content {
   max-width: 1200px;
   margin: 0 auto !important;
}
 

.bd-placeholder-img {
   font-size: 1.125rem;
   text-anchor: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
}
.bg-sh{
   background: black;
}
  
/* navbar */
.nav-container {
   display: flex;
   align-items: center;
   justify-content: center !important;
   width: 100%;
   background: rgb(59, 59, 59);
}

.navbar {
   /* background: black; */
    /* background: rgb(59, 59, 59); */
   color: #fff !important;
   text-align: center;
   border-top: thin solid rgb(255 255 255);
   border-bottom: thin solid rgb(255 255 255);
}

 
.navbar a { 
   color: #fff !important;
}

/* image card */
.image-card-wrap {
   display: flex;
   /* background:rgb(82, 79, 79); */
   justify-content:  space-between;
   align-items: center;
}
.image-card-wrap .image-card{
   /* background: rgb(47, 61, 47); */
   width: 24%;
}
.image-card .card-title {
   font-weight: bold;
   font-size: .9rem;
   padding: 8px 0 5px;
   margin:0;
   /* background: rgb(47, 61, 47); */
}
.image-card .card-description {
   font-size: .8rem;
   padding:0;
   margin:0;
   /* background:rgb(82, 79, 79); */
}
.image-card .card-meta-data {
   font-size: .7rem;
   padding:0;
   margin:0;
}

/* main image galleries */
.gallery-start-wrap img {
   width: 400px !important;
   height: auto;
}
/* video images thumbs */
.sh_videos_wrap img, .sh_videos img {
   object-fit: cover !important;
}

/* nanogallery2 fix */
.nGY2 .nGY2GThumbnailCustomLayer {
   position:relative !important; 
}
 
/*---------------------------------
   max-width screen media queries 
----------------------------------*/
@media (max-width: 1200px){

} 
/* end of 1200px*/

@media (max-width: 992px){

} 
/* end of 992px*/

@media (max-width: 768px){
   .image-card-wrap .image-card{
      width: 48%;
      margin: 0 0 25px 0;
   }
   .front-page-banner {
      display:none;
   }
    .front-page-banner-small {
      display:block;
   }
} 
/* end of 768px*/

@media (max-width: 600px){
    .image-card-wrap .image-card{
      width: 100%;
   }

} 
/* end of 600px*/

@media (max-width: 400px){
   
} 
/* end of 400px*/

/* end max-width screen media queries/

/* min-width screen media queries */
@media (min-width: 768px) {
   .bd-placeholder-img-lg {
      font-size: 3.5rem;
   }
}
/* end min-width screen media queries/