/* * {outline: 1px dotted red} */
html {
    padding: 0;
    margin: 0;
    text-align: center;
}
body {
    background: #FEE2CC;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    display: block;
    height: 0;
}
.splitter {
    clear: both;
    height: 30px;
}
p {
    padding: 0;
    margin: 0 auto;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    width: 100%;
    height: auto;
    border: none;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wrap {
    /* max-width: 100%; */
    max-width: 1200px;
    margin-inline: auto;
    padding-left: calc(.2rem + .5vw);
    padding-right: calc(.2rem + .5vw);
}
main {
    clear: both;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: .4rem;        
	/* margin-block: 1.2rem; */
    padding-top: .2rem;
}        
        @media screen and (max-width: 999px) {
            main {
                grid-template-columns: 1fr;
                /* padding-top: 0; */
                /* margin-block: .2rem; */
            }
            .sidebar {
                padding-top: 1rem;
            }
        } 
.general {
    display: grid;
    grid-template-columns: 450px 1fr ;
    justify-items: stretch;
    gap: 1rem;
} 
.headerimage {
    justify-self: start;
    background: url(images/logo.png) no-repeat;
    width: 450px;
    height: 100px;
}
.headertext {
    max-width: 600px;
    justify-self: end;
}
    .headertext h1 {
        font-size: 15px;
        font-weight: normal;
        padding: 5px 0 0 0;
        margin: 0;
        line-height: 1;
        color: #b91b0d;
    }
    .headertext h2 {
        font-size: 18px;
        font-weight: bold;
        padding: 2px 0 0 0;
        margin: 0;
        line-height: 1;
        color: #cc3f1f;
    }
    .headertext p {
        vertical-align: middle;
        font-size: 12px;
        color: #DB827A;
        line-height: 1.0;
        letter-spacing: .5px;
        width: 100%;
        margin: 0 auto;
    }
        @media screen and (max-width: 999px) {
            .general {
                grid-template-columns: 1fr;
            }
            .headerimage {
                justify-self: center;
                margin-inline: auto;
                width: 315px;
                height: 70px;
                background-size: 100% auto;
            }
            .headertext {
                display: none;
            }
        }
/* .enter {
    clear: both;
    padding-block: 2.5rem;
}   
    .enter a {
        font-size: 5rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #b91b0d;
        border-bottom: .8rem solid #b91b0d;
    }     
    .enter a:hover {
        border-color: transparent;
    } */
.thumbs {
    clear: both;
    /* max-width: 1200px; */
    margin-inline: auto;
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: .5rem;
    align-content: start;
    margin-block: .5rem;
}
    .thumbs a {
    	/* display: inline-block; */
        border: 3px solid #fff;
        border-radius: 3px;
        background-color: #f8b8ae;
    }
    .thumbs a:hover {
        border: 3px solid #f8b8ae;
    }
    .thumbs img {

    }
.hover-video {
  position: relative;
  width: 100%;
  cursor: pointer;
}
    .hover-video img, .hover-video video {
        width: 100%;
        display: block;
    }

    .hover-video video {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }         
.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: .5rem;
}
    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }           
.tops, .sidebar {
    clear: both;
	font-size: 0;
    text-align: left;
    /* padding-block: .4rem; */
    line-height: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: .4rem;    
}
    .tops a, .sidebar a {
        display: block;
        padding: 0.8rem 1.5rem;
        font-size: clamp(1.5rem, 1.6685rem + -0.2174vw, 1.625rem);
        text-decoration: none;
        color: #b91b0d;
        border: 1px solid #F8B8AE;
        background: #fff;
        border-radius: 2px;  
    }
    .sidebar {
        text-align: center;
        align-content: start;
    }
    .tops a:hover, .sidebar a:hover {
        background: #F8B8AE;
        color: #fff;
        text-decoration: none;
    }
    .tops a:visited, .sidebar a:visited {
        background: #fff;
        color: #F8E5D7;
        border-color: #F8E5D7;
    }
.footer {
    clear: both;
    color: #DB827A;
    margin: 0px auto;
    font-size: 14px;
    max-width: 920px;
    width: 96%;
}
    .footer p:before {
        content: 'All models were at least 18 years old when they were photographed. The site is in full compliance with 18 USC Section 2257. We have no control over the content of these pages. We take no responsibility for the content on any website which we link to, please use your own discretion while surfing the links.';
    }
    .footer p {
        padding: 10px 15px 5px 15px;
    }
.pagination {
    clear: both;
    font-size: 2.4rem;
    color: #444;
    padding-block: 1rem;
    margin-inline: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        /* justify-content: center; */
        gap: 1rem;    
}
    .pagination a {
        /* margin-top: 1rem; */
        padding: .5rem 1rem;
        /* margin: 3px 1px; */
        background-color: #FF6761;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        border-radius: 2px;
	    text-transform: capitalize;
    }
    .pagination a:hover {
        background-color: #F8B8AE;
        text-decoration: none;
        color: #fff;
    }
.footerlinks {
    clear: both;
    padding-block: 1rem;
    margin-inline: auto;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(.4rem + .4vw);
}
    .footerlinks a {
        display: block;
        text-transform: capitalize;
        border-radius: .2rem;
        font-size: 1.4rem;
        padding: .8rem 1.2rem;
        color: #fff;
        background-color: #b91b0d;
        text-decoration: none;
    }
    .footerlinks a:hover {
        color: #b91b0d;
        background-color: #F8B8AE;
        text-decoration: none;
    } 