/* * {outline: 1px solid red} */
html {
    margin: 0;
    padding: 0;
    text-align: center;
}
body {
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    margin-inline: auto;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}
h1 {
    padding: 0;
    margin: 0;
	clear: both;
}
img {
    width: 100%;
    height: auto;
    /* border: 0; */
}
#wrap {
    margin-inline: auto;
    max-width: 1800px;
    padding-inline: .5rem;
}
#header {
    font-size: clamp(1.125rem, 0.9946rem + 0.6522vw, 1.5rem);
    color: #df654c;
    padding-bottom: .5rem;
}
.thumbs {
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: .8rem;
    align-self: start;
}
    .thumbs a img {
        outline: .15rem solid #86a9d8;
        border-radius: .5rem;
    } 
    .thumbs a:hover img {
        outline-color:  #303d6f;
    }
.content {

}          
.video-container {
    margin: 0;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: .5rem;
    }  
.galleries, .pagination {
    clear: both;
    padding-block: .5rem;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .8rem;
    padding-top: 1rem;
}
    .galleries a, .pagination a {
        display: block;
        border-radius: .2rem;
        vertical-align: top;
        background-color: #fff;
        font: normal 1.3rem Tahoma, sans-serif;
        color: #df654c;
        font-weight: bold;
        padding: .7rem
        /* text-transform: uppercase; */
    }
    .pagination a {
        text-align: center;
    }
    .galleries a:hover, .pagination a:hover {
        color: #303d6f;
        background-color: #f8d580;
    }          
#description {
	clear: both;
	padding: 25px 0 0 0;
	text-align: left;
	font: normal 16px Tahoma, sans-serif;
    color: #918a98;
}
    #description p {
        margin: 20px 0;
        text-indent: 20px;
        letter-spacing: .2%;
        line-height: 1.3;
    }
    #description p:first-child {
        margin-top: 0;
    }
#bottom {
	clear: both;
	padding: 2rem 0 0 0;
	margin-inline: auto;
	font: normal 1rem Helvetica, sans-serif;
	color: #ccc;
}
    #bottom a {
        text-decoration: underline;
        color: #222;
    }
    #bottom a:hover {
        text-decoration: none;
    }
