﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 150px;
    padding-bottom: 20px;
    font-size: 1.5em;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.brand-centered .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-toggle {
    z-index: 1;
}

.status-message {
    position: absolute;
    right: 0;
    top: -100px;
}

.header {
    display: inline-flex;                 
    align-items: center;           
    gap: 20px;                     
    padding: 20px;                 
}

.header img {
    width: 150px;                  
    height: auto;                  
}

.header-text {
    font-size: 1.8em;             
    line-height: 1.2;              
}

.title {
    font-weight: bold;
}

.subtitle {
    font-size: 0.8em;
    color: #444;                   
}

.navbar-nav.navbar-right {
    display: flex;
    gap: 30px;
    position: relative;
    top: 30px;
    right: 20px;
    font-size: 1.16em; 
}

h2 {
    margin-left: 40px; 
    font-size: 2.1em;
    font-weight: bold;
    color: #7e7c7c;
}

#resources li a {
    font-size: 0.85em;
}

