﻿
/* 
    Basic Type Styles 
*/

body {
}

h1
{
    padding-bottom: .5rem;
}

h2
{
    padding-bottom: .5rem;
}

p {
    font-size: 1rem;
    padding-bottom:.25rem;
}

/* Paddings */
.p-4
{
    padding: 1.5rem !important;
}

.p-8
{
    padding: 3rem !important;
}

/* The mud select wrapper grows to wide, so we restrict it here. */
.mud-select
{
    flex-grow: unset !important;
}

.info-dialog
{
    color:red;
    width:75vw;
    height: 75vh;
    top:12.5vh;
}

.JimHeader
{
    color: white;
    background-color: darkblue;
    width:100%; 
    display:flex; 
    justify-content: center; 
    align-items:center;
}

.JimHeader img
{
    background-color: white;
}

    .JimHeader .mud-grid-item
    {
        display: flex;
        justify-content: center;
        align-items: center;
    }


.warning
{
    color:orangered;
}