@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

h1 {
    font-family: 'Archivo Black';
    font-size: 35px !important;
    color: red;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h2 {
    font-family: 'Archivo Black';
    font-size: 28px !important;
    color: red;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h3 {
    font-family: 'Archivo Black';
    font-size: 22px !important;
    color: #000000;
    text-transform: uppercase;
}

h4 {
    font-family: 'Archivo Black';
    font-size: 25px !important;
    color: #000000;
}

a {
    font-family: 'Archivo Black';
    color: red;
}

body {
    font-family: 'Google Sans', serif;
    font-size: 18px;
    background-color: #f5f5f5;
    color: #1a1a1a;
    line-height: 1.7;
}

label.finder {
    display: none !important;
}


.site-description, .site-name + p, .mod-description, #site-description {
    font-family: 'Google Sans', serif;
    font-size: 28px !important;
    color: white;
    line-height: 1.5;
}


.container, .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}


.navbar, .nav-pills, nav {
    background-color: #ffffff !important;
    border-bottom: 3px solid #CC0000;
}

.nav-link, .navbar-nav .nav-link {
    font-family: 'Archivo Black';
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: color 0.2s ease;
}

.nav-link:hover, .navbar-nav .nav-link:hover {
    color: #CC0000 !important;
}


.btn, button {
    font-family: 'Archivo Black';
    background-color: #CC0000;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 28px;
    border-radius: 0;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.btn:hover, button:hover {
    background-color: #aa0000;
    color: #ffffff;
}

.btn-secondary {
    background-color: ;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #555555;
    color: #ffffff;
}


.card {
    border: none;
    border-radius: 0;
    border-top: 3px solid #CC0000;
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.2s ease;
}

.card:hover {
    box-shadow: 0 4px 24px rgba(204,0,0,0.15);
}

.card-title {
    font-family: 'Archivo Black';
    color: #000000;
    text-transform: uppercase;
}

.hero, .banner, .jumbotron {
    background-color: #f0f0f0;
    color: #000000;
    padding: 80px 24px;
    border-bottom: 4px solid #CC0000;
}

.hero h1, .banner h1, .jumbotron h1 {
    color: #CC0000;
}


hr {
    border: none;
    border-top: 2px solid #CC0000;
    margin: 32px 0;
}



table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Google Sans', serif;
}

th {
    font-family: 'Archivo Black';
    background-color: #CC0000;
    color: #ffffff;
    padding: 12px 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

td {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
}

tr:hover {
    background-color: #f9f0f0;
}


input, textarea, select {
    font-family: 'Google Sans', serif;
    font-size: 16px;
    border: 2px solid #cccccc;
    border-radius: 0;
    padding: 10px 14px;
    width: 100%;
    transition: border-color 0.2s ease;
}

input:focus, textarea:focus, select:focus {
    border-color: red;
    outline: none;
}


.badge, .tag {
    font-family: 'Archivo Black';
    background-color: red;
    color: #ffffff;
    border-radius: 0;
    padding: 4px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


blockquote {
    border-left: 4px solid red;
    margin: 24px 0;
    padding: 12px 24px;
    font-style: italic;
    background-color: #ffffff;
    color: #333333;
}

.navbar-brand .brand-logo img {
  max-height: 190px !important;
  width: auto !important;
}