/* Copyright (C) 2024-2025 Matty Welch. All rights reserved. */
/* DO NOT REMOVE ABOVE LINE */

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #D3D3D3;
    padding: 10px;
    z-index: 1;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #D3D3D3;
    z-index: 1;
}

.socials {
    text-decoration: none;
    font-size: 0;
}

.row-content {
    color: black;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    border-radius: 4px;
}

.row2 a:hover {
    background-color: #ddd;
    color: black;
}

.row2 .active {
    background-color: dodgerblue;
    color: white;
}