/*!
* DefconExpanded, Created by...
* KezzaMcFezza - Main Developer
* Nexustini - Server Managment
*
* Notable Mentions...
* Rad - For helping with python scripts.
* Bert_the_turtle - Doing everthing with c++
* 
* Inspired by Sievert and Wan May
* 
* Last Edited 02-03-2026
*/

/* ==========================================================================
   Fonts & base
   ========================================================================== */

   @font-face {
    font-family: 'Kremlin';
    src: url('/css/kremlin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: Inter, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    height: 100%;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
}

body {
    font-family: Inter, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    background: radial-gradient(1200px 600px at 10% -10%, rgb(167 139 250 / 0%), #010004 60%), radial-gradient(900px 500px at 120% 10%, rgba(110, 231, 255, .16), transparent 60%), linear-gradient(360deg, #0b1020 0%, #060913 100%);
    background-color: #121212;
    height: 100%;
    line-height: 1.6;
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 56px;
    background-image: url("/images/backgroundgrey.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.20;
    z-index: -1;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

*:focus {
    outline: none;
}

textarea:focus,
input:focus {
    outline: none;
}

/* ==========================================================================
   User dropdown (account menu)
   ========================================================================== */

.user-actions {
    display: flex;
    align-items: center;
}

.logged-out-actions,
.logged-in-actions {
    display: flex;
    align-items: center;
}

.user-dropdown {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.username {
    cursor: pointer;
}

.dropbtn {
    padding: 0.5rem 0.7rem;
    font-size: 0.9rem;
    border-radius: 5px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    background-color: #0067b8;
    color: #fff;
}

.request-card {
    margin: 20px;
}

.dropdown-content-page {
    display: none;
    position: absolute;
    background-color: #1a1a1a;
    min-width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 5px;
    border-radius: 10px;
    top: 100%;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-content-page a {
    color: #c5d4ff;
    padding: 0 16px;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
}

.dropdown-content-page a:first-child {
    border-radius: 10px 10px 0 0;
}

.dropdown-content-page a:last-child {
    border-radius: 0 0 10px 10px;
}

.dropdown-content-page a:only-child {
    border-radius: 10px;
}

.dropdown-content-page a:hover {
    background-color: rgba(78, 78, 78, 0.2);
}

.user-dropdown.open .dropdown-content-page {
    display: block;
}

.user-dropdown .user-dropdown-arrow {
    transition: transform 0.2s ease;
}

.user-dropdown.open .user-dropdown-arrow {
    transform: rotate(180deg);
}

/* ==========================================================================
   Top navigation
   ========================================================================== */

.top-nav .list-items .modlist-dropdown {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.top-nav .nav-modlist-btn {
    color: #c5d4ff;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s, background-color 0.2s;
    background: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.top-nav .nav-modlist-btn:hover {
    color: #4da6ff;
    background-color: rgba(0, 114, 255, 0.08);
}

.top-nav .nav-modlist-arrow {
    transition: transform 0.2s ease;
}

.top-nav .modlist-dropdown.open .nav-modlist-arrow {
    transform: rotate(180deg);
}

.top-nav .modlist-dropdown.open .modlist-dropdown-content {
    display: block;
}

.top-nav .modlist-dropdown-content a:last-child {
    margin-bottom: 0;
}

.header-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    align-items: baseline;
}

.login-header {
    background-color: #0067b8;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
}

.main-social-container-mobile {
    display: none;
}

.label-mod-mobile {
    display: none;
}

.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #000000;
    border-bottom: 1px solid #333;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.top-nav-inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1rem 0 0;
    gap: 1.5rem;
}

.top-nav .nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: 10px;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #4da6ff;
    text-decoration: none;
    letter-spacing: 0.1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.top-nav .nav-brand-icon {
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    display: block;
    vertical-align: middle;
    object-fit: contain;
}

.top-nav .nav-brand-text {
    display: inline-block;
}

.top-nav .nav-brand:hover {
    color: #6eb8ff;
    border-radius: 5px;
}

.top-nav .nav-toggle {
    display: none;
    background: none;
    border: none;
    border-radius: 5px;
    color: #c5d4ff;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.5rem;
}

.top-nav .nav-links {
    flex: 1;
    align-self: stretch;
    display: flex;
    align-items: stretch;
}

.top-nav .list-items {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    height: 100%;
}

.top-nav .list-items li {
    border-bottom: none;
    border-right: none;
    height: 100%;
}

.top-nav .list-items li a {
    color: #c5d4ff;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    transition: color 0.2s, background-color 0.2s;
    overflow: hidden;
}

.top-nav .list-items li a:hover {
    color: #4da6ff;
    background-color: rgba(0, 114, 255, 0.08);
}

.top-nav .list-items li.active a,
.top-nav .list-items li.active a:hover {
    color: #4da6ff;
    border-radius: 5px;
    background-color: #0072ff1c;
    font-weight: bold;
}

.top-nav .modlist-dropdown-content a.active,
.top-nav .modlist-dropdown-content a.active:hover {
    color: #4da6ff;
    border-radius: 5px;
    background-color: #0072ff1c;
    font-weight: bold;
}

.top-nav .nav-icons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-nav .nav-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.top-nav .nav-icons a:hover {
    border-radius: 5px;
    opacity: 1;
}

.top-nav .nav-icons .nav-icon {
    font-size: 1.35rem;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
}

.top-nav .nav-icons .nav-icon-github, .nav-icon-discord {
    color: #e6edf3;
}

.top-nav .account-container {
    flex-shrink: 0;
}

.top-nav .nav-dropdown-account {
    display: none;
}

.top-nav .account-container .header-content {
    padding: 0;
}

.top-nav .login-signup {
    margin-left: 0.25rem;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar {
    width: 320px;
    background: radial-gradient(1200px 600px at 10% -10%, rgb(64 0 255 / 18%), #0c0c0c 60%), radial-gradient(900px 500px at 120% 10%, rgb(0 213 255 / 33%), #ff000024 60%), linear-gradient(0deg, #00d0ff17 0%, #060913 100%);
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
}

#sidebar .title {
    line-height: 35px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #4da6ff;
    border-bottom: 1px solid #333;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 3px 3px 7px 3px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

#sidebar .list-items {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#sidebar .list-items li {
    border-bottom: 1px solid #333;
    transition: background-color 0.3s;
}

#sidebar .list-items li a {
    color: #c5d4ff;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    padding: 1rem 1.5rem;
    transition: color 0.3s, background-color 0.3s;
}

#sidebar .list-items li a i {
    margin-right: 1rem;
}

#sidebar .list-items li:not(.active):hover>a {
    color: #4da6ff;
    background-color: #000000;
}

#sidebar .list-items li.active>a {
    color: #4da6ff;
    background-color: #0072ff1c;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#sidebar .list-items .dropdown {
    position: relative;
}

#sidebar .list-items .dropdown>a::after {
    content: '\25BC';
    float: right;
    transition: transform 0.3s ease;
}

#sidebar .list-items .dropdown.active>a::after {
    transform: rotate(180deg);
}

#sidebar .list-items .dropdown-content {
    display: none;
    background-color: #1a1a1a;
    width: 100%;
}

#sidebar .list-items .dropdown-content.show {
    display: block;
    padding: 0;
}

#sidebar .list-items .dropdown-content li {
    border-bottom: none;
}

#sidebar .list-items .dropdown-content a {
    padding: 12px 16px 12px 48px;
    font-size: 1rem;
    background-color: transparent;
}

#sidebar .list-items .dropdown-content a:hover {
    background-color: #26263a;
    color: #4da6ff;
}

#sidebar .list-items .dropdown-content a.active {
    background-color: #2e2e4a;
    color: #4da6ff;
}

#sidebar .list-items .dropdown:hover>a {
    background-color: #1a1a1a;
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
    height: 56px;
    margin: auto;
    display: flex;
    align-items: center;
}

.mobile-header {
    height: 56px;
    margin: auto;
    display: none !important;
    align-items: center;
}

.login-headerlol {
    display: flex;
}

/* ==========================================================================
   Discord widget
   ========================================================================== */

.discord-widget {
    border-radius: 8px;
    padding: 12px;
    color: white;
    margin: 10px 0px 10px 0px;
}

.discord-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.discord-logo {
    width: 130px;
    height: 40px;
    margin-right: 8px;
}

.discord-title {
    font-weight: bold;
    flex-grow: 1;
}

.discord-online-count {
    font-size: 0.9em;
    font-weight: bold;
    color: #7289da;
}

.discord-event {
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 12px;
}

.event-time-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.event-title {
    font-size: 1em;
    font-weight: bold;
    color: rgb(163, 163, 163);
    margin: 0 0 5px 0;
}

.event-date,
.event-time {
    font-size: 1rem;
    color: grey;
    margin: 0;
}

.discord-join-button {
    display: block;
    color: #7289da;
    text-align: center;
    padding: 3px 7px;
    border-radius: 4px;
    text-decoration: none;
    max-width: 120px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.discord-join-button:hover {
    background-color: rgb(77, 77, 77);
}

.steam-logo {
    width: 24px;
    height: auto;
    transition: filter 0.3s;
}

/* ==========================================================================
   Main layout & containers
   ========================================================================== */

.container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    min-height: 100vh;
}

.modlist-main-container {
    padding: 0rem 2rem 2rem 2rem
}

main {
    flex-grow: 1;
    margin-left: 0;
    padding-top: 106px;
}

.patchcontainer {
    flex-grow: 1;
    padding: 2rem;

}

.rightmainabout {
    flex-grow: 1;
    padding: 0rem 2rem 0rem 0rem;
    margin: 0;
}

.actions-container-mobile {
    display: none;
}

/* ==========================================================================
   Cards (generic card styles)
   ========================================================================== */

.card {
    background-color: #1c1c2e17;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: fit-content;
}

.cardcredits {
    background-color: #1c1c2e17;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
    max-width: 500px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: fit-content;
}

.cardproject {
    background-color: #1c1c2e17;
    border-radius: 10px;
    padding: 1.5rem;
    max-width: 500px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: fit-content;
}

.cardbug {
    background-color: #1c1c2e17;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: 450px;
    max-width: 700px;
}

.cardpatch {
    background-color: #1c1c2e17;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: 450px;
    max-width: 700px;
}

.card-title {
    color: #4da6ff;
    font-size: 1.5rem;
    margin-top: 0;
    text-align: center;
    margin-bottom: 1rem;
}

.card-title-download {
    color: rgb(197 197 197);
    margin-top: 0;
    text-align: center;
    margin-bottom: 1rem;
}

.card-title-credits {
    color: #4da6ff;
    font-size: 1.5rem;
    margin-top: 0;
    text-align: left;
    margin-bottom: 1rem;
}

.card h3 {
    color: rgb(255 165 0);
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.credits-title {
    color: #ff8400;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 5px 0px 5px;
}

.card p {
    color: #b8b8b8;
    text-align: left;
    margin-bottom: 1rem;
}

.cardcredits p {
    color: #b8b8b8;
    text-align: left;
    margin-bottom: 1rem;
}

.pabout {
    color: #b8b8b8;
    text-align: center;
    margin: 1rem auto;
    max-width: 1200px;
}

.pabout2 {
    color: #b8b8b8;
    text-align: center;
    margin: 1rem auto;
    max-width: 1200px;
}

.pabout3 {
    color: #b8b8b8;
    text-align: center;
    margin: 1rem auto;
    max-width: 1200px;
}

.pabout404 {
    max-width: 600px;
    margin: 1rem auto;
    text-align: center;
    color: #b8b8b8;
}

.paboutprefix {
    max-width: 800px;
    margin: 1rem auto;
    font-size: 16px;
    text-align: center;
    color: #b8b8b8;
}

.admin-p {
    font-size: 15px;
    margin: 10px;
}

/* ==========================================================================
   Headings & typography
   ========================================================================== */

.headerresources {
    color: #4da6ff;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-family: 'Orbitron', sans-serif;
}

.headerresourcesupload {
    color: #4da6ff;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    font-family: 'Orbitron', sans-serif;
}

.headerresources2 {
    color: #5eff00;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-family: 'Orbitron', sans-serif;
    line-height: 45px;
    font-weight: 600;
    margin: 0;
}

.headerresources3 {
    color: #4da6ff;
    font-size: 2.5rem;
    text-transform: none;
    margin: 0;
    font-weight: 500;
}

li {
    color: #b8b8b8;
    padding-left: 0;
    margin-left: 0;
}

/* ==========================================================================
   Project contributors
   ========================================================================== */

.project-contributors {
    background-color: #1c1c2e17;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 2rem auto;
}

.h2project {
    color: #4da6ff;
    text-align: left;
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contributor-category {
    margin-top: 1.5rem;
}

.contributor-category h3 {
    color: rgb(255 165 0);
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3rem;
}

.contributor-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.contributor {
    background-color: #26263a;
    color: #b8b8b8;
    padding: 0.3rem 0.7rem;
    border-radius: 15px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

/* ==========================================================================
   Search (mod list pages, etc.)
   ========================================================================== */

.search-container button:hover {
    background-color: #3a8ad6;
}

.search-container {
    display: flex;
    justify-content: center;
}

.search-container input {
    background-color: rgb(20 20 20 / 50%);
    border: 1px solid #333;
    color: #fff;
    padding: 0 0 0 1rem;
    width: 300px;
    border-radius: 4px 0 0 4px;
}

.search-container button {
    background-color: #0067b8;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    transition: background-color 0.3s;
}

.search-container button:hover {
    background-color: #3a8ad6;
}

/* ==========================================================================
   About & resources pages
   ========================================================================== */

.about-container-main {
    padding: 0rem 2rem 2rem 2rem;
}

.about-container-contact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(650px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
    opacity: 0.95;
}

.resources-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    padding: 2rem;
    width: 50%;
    opacity: 0.95;
}

.main-resources-container {
    display: flex;
    flex-direction: row-reverse;
}

.linux-label {
    width: 160px;
}

.macos-label {
    width: 170px;
}

.dedcon-container {
    display: flex;
    justify-content: space-between;
}

.dedcon-container-main {
    padding: 0rem 2rem 2rem 2rem;
}

.windows-label {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.recording-information-container {
    max-width: 520px;
}

.installation-information-container {
    max-width: 600px;
    margin-top: 50px;
}

.resource-item img {
    width: 80px;
    height: 80px;
    margin-left: 100px;
}

.small {
    width: 50px;
    height: 50px;
}

.medium {
    width: 100px;
    height: 100px;
}

.large {
    width: 200px;
    height: 200px;
}

/* ==========================================================================
   Auth & action buttons
   ========================================================================== */

.login-signup {
    padding: 0.3rem 1.2rem;
    font-size: 0.9rem;
    border-radius: 5px;
    text-decoration: none;
    border: 0;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    background-color: #0067b8;
    color: #fff;
    margin-left: 10px;
}

.signout {
    padding: 0.5rem 0.9rem;
    font-size: 0.9rem;
    border-radius: 5px;
    text-decoration: none;
    border: 0;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    background-color: #830000;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.btn-download-dedcon {
    padding: 0.5rem 0.7rem;
    font-size: 0.9rem;
    border-radius: 5px;
    display: inline-grid;
    text-decoration: none;
    border: 0;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    flex: 1;
    background-color: #fffb00;
    color: #0059ff;
    margin-left: 0px;
}

.btn-download-windows {
    padding: 0.2rem 0.7rem;
    font-size: 0.9rem;
    border-radius: 5px;
    display: inline-grid;
    text-decoration: none;
    border: 0;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    flex: 1;
    background-color: #0067b8;
    color: #fff;
    margin-left: 0px;
}

.btn-download-dedcon:hover {
    background-color: #686868;
    cursor: pointer;
}

.btn-delete:hover {
    background-color: #3a8ad6;
    cursor: pointer;
}

.user-dropdown .dropdown-content-page {
    display: none;
    background-color: #1a1a1a;
    min-width: 100%;
}

.user-dropdown.open .dropdown-content-page {
    display: block;
}

/* ==========================================================================
   Icons (sidebar/footer)
   ========================================================================== */

.icons {
    display: flex;
    justify-content: space-evenly;
    margin-top: auto;
    padding: 10px 0;
    opacity: 0.8;
}

.icons a {
    color: #ffffff;
    font-size: 24px;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons a:hover {
    color: #4fc3f7;
}

.icons a.youtube-icon {
    color: #ff5252;
}

.icons a.steam-icon {
    color: #009fff;
}

.icons a.discord-icon {
    color: #727cee;
}

.icons a.mail-icon {
    color: #bebebe;
}

/* ==========================================================================
   Form labels & headings
   ========================================================================== */

label {
    color: #4da6ff;
    font-family: 'Orbitron', sans-serif;
}

h2 {
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
}

h5 {
    color: green;
}

h6 {
    color: #4da6ff;
    font-size: 1.3rem;
    margin-top: 0;
    text-align: center;
    margin-bottom: 1rem;
}

/* ==========================================================================
   Buttons & utilities
   ========================================================================== */

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 4px 15px rgba(94, 255, 0, 0.3), 0 1px 3px rgba(94, 255, 0, 0.1);
    }

    50% {
        box-shadow: 0 4px 20px rgba(94, 255, 0, 0.5), 0 1px 5px rgba(94, 255, 0, 0.2);
    }
}

.btn-fourth {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #ff0022;
    transition: background-color 0s ease;
    color: white;
}

.btn-fourth:hover {
    border: 0;
    box-shadow: 0 0 3px #ff0022, 0 0 20px #ff0022, 0 0 20px #ff0022;
}

.btn-fourth:focus {
    border: 0;
    box-shadow: 0 0 3px #ff0022, 0 0 20px #ff0022, 0 0 20px #ff0022;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
}

a {
    text-decoration: none;
}

.alinks {
    color: #00b7ff;
    font-size: 17px;
}

.alinksdemo {
    text-decoration: underline;
}

.alinksabout {
    color: #00b7ff;
    font-size: 16px;
    display: flex;
}

.close {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 35px;
    top: 15px;
    cursor: pointer;
}

.close:hover {
    background-color: #3a8ad6;
    text-decoration: none;
    cursor: pointer;
}

.close:focus {
    background-color: #3a8ad6;
    text-decoration: none;
    cursor: pointer;
}