/*
Theme Name: PugVideos
Theme URI: https://pugvideos.com
Author: Chris McCoy
Description: A WordPress theme for daily pug video content.
Version: 1.0.0
Text Domain: pugvideos
Tags: custom-menu, featured-images, threaded-comments, right-sidebar, two-columns, blog, entertainment
*/

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f3f0e6;
    border-left: 2px solid #121212;
}

::-webkit-scrollbar-thumb {
    background: #ff6b6b;
    border: 2px solid #121212;
}

::-webkit-scrollbar-thumb:hover {
    background: #121212;
}

.alignleft  { float: left;  margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left:  1.5rem; margin-bottom: 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 1rem; }
.alignwide  { width: 100%; }

.comment-list,
.children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
