/* @font-face {
    font-display: swap;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Serif'), 
         url('../fonts/noto-serif-v22-latin-regular-subset.woff2') format('woff2'),
         url('../fonts/noto-serif-v22-latin-regular-subset.woff') format('woff'), 
         url('../fonts/noto-serif-v22-latin-regular-subset.ttf') format('truetype');
}   */
/* * {outline: 1px dotted #fff;}    */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;    
    src: local('Open Sans'), 
         url('../fonts/open-sans-v35-latin-regular-subset.woff2') format('woff2'),
         url('../fonts/open-sans-v35-latin-regular-subset.woff') format('woff'), 
         url('../fonts/open-sans-v35-latin-regular-subset.ttf') format('truetype');
}
html {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}
body {
    background: #2f2f2f;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #000;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    display: block;
    height: 0;
}
p {
    padding: 0;
    margin: 0;
}
a, a:link, a:active, a:visited {
    color: #fff;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
#general {
    width: 98%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
}
            @media screen and (max-width: 1000px) {
                #general {
                    width: 95%;
                }
            }
#header {
    clear: both;
    text-align: center;
}
h1 {
    color: #eee;
    font-size: clamp(2rem, 1.7826rem + 1.087vw, 2.625rem);
    margin: 0;
    padding: 1rem 0;
}
h2 {
    color: #eee;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0;
    text-align: left;
    padding-top: max(2vh, 3rem);
    padding-left: 10px;
}
main {
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 1rem;        
	/* margin-block: .8rem; */
}        
        @media screen and (max-width: 800px) {
            main {
                grid-template-columns: 1fr;
            }
        }
.tops {
    clear: both;
    padding: 0;
    margin-inline: auto;
    font-size: 0;
}
    .tops ul {
        /* display: inline; */
        text-align: center;
    }
    .tops li {
        display: inline-block;
        text-align: left;
        text-transform: capitalize;
        font: normal 1.5rem 'Open Sans', sans-serif;
    }
    .tops a {
        color: #dd779f;
        padding: 14px 20px;
        margin: 4px;
        border: 2px solid #dd779f;
        background-color: #242424;
        text-decoration: none;
        display: block;
    }
    .tops a:hover {
        color: #fff;
        border: 2px solid #181818;
        text-decoration: none;
    }
    .tops a::before {
        content: "\27a5\00a0";
        color: #dd779f;
    }
            @media screen and (max-width: 600px) {
                .tops li {
                    display: block;
                    /* width: 100%; */
                }
            }    
.gallerynav {
    display: grid;
    grid-template-columns:  1fr 2fr 2fr 1fr;
    gap: .75rem;    
    text-align: center;
    margin-block: .6rem;
}    
    .gallerynav a, .gallerynav span {
        font-size: clamp(1.1875rem, 0.9049rem + 1.413vw, 2rem);
        margin-block: .4rem;
        padding-block: .9rem;
        line-height: 1;
        color: #fff;
        background-color: #dd779f;
        border-radius: 4px;
        text-decoration: none;
    }
    .gallerynav a:hover {
        color: #fff;
        background-color: #2f2f2f;
    }   
    .gallerynav span {
        background-color: #2f2f2f;
    }   
.thumbs {
    clear: both;
    font-size: 0;
    text-align: center;
    margin-block: .4rem;
}
    .thumbs ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
        gap: .4rem;
    }
    .thumbs.index li:last-child {
        display: none;
    }
    .thumbs a img {
        /* width: 220px; */
        /* height: 300px; */
        width: calc(100% - 4px);
        /* border: 2px solid #181818; */
        border: 2px solid #fff;

    }
    .thumbs a:hover img {
        border: 2px solid #dd779f;
    }
            @media screen and (min-width: 921px) and (max-width: 1151px) {
                .thumbs.index li:nth-last-child(-n+2) {
                    display: none;
                }
            }
            @media screen and (max-width: 920px) {
                .thumbs.index li:last-child {
                    display: inline-block;
                }
            }
            @media screen and (max-width: 500px) {
                .thumbs ul {
                    grid-template-columns: repeat(2, 1fr);
                }
            }
.sources {
    display: grid;
    grid-gap: .5vw;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 .25vw;
}
    .sources a {
        color: #2f2f2f;
        background-color: #fff;
        text-decoration: none;
        margin: .5vw 0;
        padding: .5vw;
        text-transform: uppercase;
    }
    .sources a:hover {
        background-color: #dd779f;
    }
#sitereview {
	clear: both;
	text-align: left;
	margin: 0 auto;
	width: 98%;
	padding: 10px 0 0 0;
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #ddd;
}
    #sitereview p {
        padding: 8px 0;
        text-indent: 2%;
    }
#gallery_load {
    clear: both;
    text-align: center;
    margin: 8px auto;
}
    #gallery_load a {
        display: block;
        width: 99%;
        margin: 0 auto;
        background: #dd779f;
        font: normal 50px 'Open Sans', sans-serif;
        color: #fff;
        text-transform: uppercase;
        border-radius: 4px;
    }
    #gallery_load a:hover {
        color: #dd779f;
        background: #2f2f2f;
    }
#fullsizeimage {
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
    #fullsizeimage img {
        border: 2px solid #fff;
    }
#imagesource {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    text-align: center;
}
    #imagesource a {
        font: normal 15px Helvetica, sans-serif;
        color: #bbb;
        text-decoration: none;
    }
    #imagesource a:hover {
        color: #eee;
        text-decoration: none;
    }
#bottomlinks {
    clear: both;
    text-align: left;
    padding-top: 3rem;
    font-size: .8rem;
    color: #eee;
}
    #bottomlinks a {
        color: #fff;
        text-decoration: underline;
    }
    #bottomlinks a:hover {
        text-decoration: none
    }
  
.singleitem {
    margin: .5rem auto;
    text-align: center;
}    
    .singleitem img {
 
    }
.s_links {
    clear: both;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 0 0;
    font-size: 17px;
    color: #fff;
}
#footerspot {
    margin: 35px auto 10px;
    text-align: center;
}