/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : September 14, 2021, 11:01:26 AM
    Author     : Kyle
*/
.large{
     font-size:x-large; 
}

.tableCell{
    vertical-align: top;
}

.table{
    width: -webkit-fill-available;
    font-size:larger; 
}

.split{
    column-count:2;
    font-size:larger; 
}

.list{
    color: #326ed8;
    text-decoration:none;
}

.list:hover{
    text-decoration:underline;
}

.main{
    margin-top:80px;    
}

.pitDialogHeader{
    width: 100%;
    position: fixed;
    margin: auto;
    text-align: Center;
    color: hsl(200, 100%, 20%);
    font-size: 18pt;
}

.ddfixedheader{
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    justify-content: space-between;
    align-items: center;
    background: white;
    /* border-bottom: 5px solid LightSkyBlue; */
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    font: bold 16px 'Bitter', sans-serif;
    transition: all .5s;
    box-sizing: border-box;
    
    align-items: center;
    border-bottom: 3px solid #dee2e6;
    height:4%;
    
}

li.space{
    margin-top: 150px;
}

.cardspace{
    margin-top:40px;
    margin-bottom:40px;
}

.fit{
    width:80%;
    margin:auto;
}

h4.title{
    color: #2fa4e7 !important;
    font-weight: 600;
    margin-top: 6px;
}

p.left{
    font-size:25px;
    margin-top: 5px; 
}

img.g {
    display: block;
    margin-left: auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom: 20px;
    border: 1px solid #999999; 
    -webkit-box-shadow: 2px 3px 7px rgb(0 0 0 / 30%);
}

.bodyColor{
    color: #033c73 !important;
}

h1.sub{
     
    text-align:center; 
}

h2.sub{
    text-decoration:underline; 
    text-align:center; 
}

.space{
    min-height:25px;
}

.pitDialogHeader {
    width:100%;
    position: fixed;
    margin:auto;
    text-align:Center;
    color: hsl(200, 100%, 20%);
    font-size: 18pt;  
}

.body {
    /*background: #87cefa8f;*/
}

div.sub{
    background-color:white;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 20px; 
    padding: 15px; 
}














