body {
    background-color: #e2e2e2;
    font: .875rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

header {
    border-bottom: thin solid #a7a7a7;
}

*:focus {
    outline: none !important;
}

.navbar-brand {
    padding-top: .7125rem;
    font-size: 1.4rem;
    justify-content: start;
    align-content: center;
}

.bg-dark-red {
    background-color: #a2252d !important;
}

.bg-dark {
    background-color: #e2e2e2 !important;
}

.color-white {
    color: white;
}

.color-deep-red {
    color: #a2252d;
}

.color-black {
    color: #000000;
}

.logo a {
    font-size: 25px;
    text-underline: none;
}

a {
    text-decoration: none;
    color: rgb(150, 150, 150);
}

a:hover {
    color: #FFFFFF;
}

.logo-strip {
    color: #a2252d;
    font-weight: bold;
}

.color-archive {
    color: #787878;
}

.footer {
    border-top: thin solid #a7a7a7;
}

.footer h6 a {
    text-decoration: none;
    color: rgb(33, 37, 41);
    opacity: 0.6;
    font-size: 16px;
}

.footer h6 a:hover {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

.font-bold {
    font-weight: bold;
}

.model-name {
    color: #a2252d;
}

.etc-text {
    font-size: .75rem;
    color: rgb(33, 37, 41);
    opacity: .4;
}

.block {
    display: block;
}

.small-cap {
    text-transform: uppercase;
    font-size: .85rem;
}

.small-text {
    font-size: .75rem;
}

.light-gray {
    color: rgb(150, 150, 150);
}

.more-videos {
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

/* grid styles */
.grid {
    display: grid;
}

.w-full {
    width: 100%;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-x-3 {
    -moz-column-gap: .75rem;
         column-gap: .75rem;
}

@media (max-width: 640px) {
    .xs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* grid styles end */
.font-lg {
    font-size: 16px;
}

.views-icon {
    height: 15px;
    margin-bottom: 3px;
    marign-right: 3px;
}

.contact-form {
    margin: 20px;
}

.contact-send {
    background-color: #a2252d;
    border-color: #a2252d;
    color: #fff;
}

.contact-send:active, .contact-send:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.contact-form a {
    color: black;
}

.contact-form a:hover {
    text-decoration: underline;
}

.upload-send:hover {
    color: #fff!important;
}

label {
    font-size: 16px;
    margin-bottom: 5px
}

.contact-h2 {
    padding: 8px;
    /*margin: 10px 0 20px;*/
    border: 1px solid #333;
    border-radius: 0.3rem;
}

.contact-h5 {
    font-size: 1.1rem;
}

.search-input {
    border-radius: 0.3rem;
    background-color: #ede8e8 !important;
    border: 1px solid transparent !important;
}

.search-input:active, .search-input:focus-visible, .search-input:active:focus-visible {
    border: 1px solid #a2252d !important;
}

.disclaimer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f1eaea;
    z-index: 9000;
    text-align: center;
    vertical-align: middle;
    padding: 10%;
}

.header-shadow {
    text-shadow: 0px 0px 20px #afafafd1;
}

.video_thumb {
    line-height: 0;
}

.image_thumb, .video_thumb video {
    border-radius: .125rem !important;
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.error-header {
    color: #a2252d;
    text-align: center;
}

@media (max-width: 767px) {
    .pagination-lg .page-link {
        padding: .75rem 1.1rem;
    }
}

.header-list {
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.nav-item {
    margin-right: .6rem;
}

.btn:focus {
    box-shadow: 0 0 0 .25rem rgba(241, 121, 131, 0.5) !important;
}

.btn-link:hover, .btn-link:focus {
    color: inherit !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: rgb(162, 37, 45, .5) !important;
    box-shadow: 0 0 0 .25rem rgba(241, 121, 131, 0.5) !important;
}

.btn-primary:hover, .btn-primary:focus {
    outline: none !important;
    color: #fff !important;
    background-color: #a2252d !important;
    border-color: #a2252d !important;
}

.auth-btn {
    background-color: whitesmoke;
    color: #a2252d;
    border-color: white;
    border-radius: .2rem;
    padding: .25rem .5rem;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .auth-btn {
        display: inline-block;
        margin-bottom: 5px;
    }
}

.flex {
    display: flex;
}

.copy-link-btn {
    height: 32px;
    font-weight: bold;
    background-color: #a2252d;
    color: white;
    border: 1px solid;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: .5rem;
}

.btn:hover {
    color: lightblue;
}

.card {
    background-color: #e2e2e2;
    border: none;
    color: #787878;
}

.card-header {
    border-bottom: none;
    padding: .5rem;
    background-color: #e2e2e2;
}

.btn-link {
    color: #787878;
    text-decoration: none;
    font-size: 14px;
}

.forgot-pass:hover {
    text-decoration: underline;
    color: #787878;
}

.form-pad-top {
    padding-top: 10px;
}

.about-me {
    text-transform: none;
    line-height: 2;
}
