﻿:root {
    --stratus_blaze: #FF6249;
    --stratus_twilight: #400186;
    --stratus_sky: #62CBC9;
    --stratus_airglow: #B5DBD2;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

form{
    padding-top: 8%;
}

body, html {
    height: 100%   
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.stratusButton {
    background-color: #FF6249;
    color: white;
    border: none;
    width: 110%;
    height: 100%;
    border-radius: 5px;
}

.stratusButton :hover {
    background-color: #e7e7e7;
}

html {
    font-size: 100%;
    font-family: 'Galano Grotesque', sans-serif;
    background-color: #400186;
}

* {
    font-family: 'Galano Grotesque', sans-serif;
}

h1, h2, h3, h4 {
    border: none;
    background-color: white;
}

table{
    background-color: white;
    position: center;
    margin: auto;
}

.logonInfo {
    font: GalanoGrotesque-Regular;
    text-align: center;
    border: solid;
    border-color: black;
    border-width: thin;
    background-color: white;
    width: fit-content;
    position: center;
    margin: auto;
    padding: 2%;
    border-radius: 5px;
}

.centerContent {
    width: fit-content;
    padding: 2%;
    margin: auto;
    text-align: center;
    position: center;
    background-color: white;
    border-radius: 5px;
}

.stratusLogo{
    width: 25%;
    height: 25%;
}

#footer {
    display: table;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    padding: 4px;
    margin: 0 auto;
    border: 0.062em solid #151515;
    background-color: #f7f7f7;
}
    #footer h4 {
        display: table-cell;
        width: 33.333%;
        background-color: #f7f7f7;
    }

.right {
    text-align: right;
    padding-right: 20px;
}

.left {
    text-align: left;
}
