﻿.castlepointHeader {
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.castlepointTopRow {
    display: inline-flex;
    align-content: center;
    justify-content: space-between;
    align-items: baseline;
    color: #32b3fd;
    margin-top: 10px;
    margin-left: 150px;
    margin-right: 150px;
}

.castlepointTopFontColor:hover {
    color: #32b3fd;
    text-decoration: none;
}

.castlepointAboutLink:hover {
    opacity: .7;
}

.castlepointWelcomeScreen {
    display: flex;
    min-height: 200px;
    justify-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.castlepointWelcomeRow {
    display: inline-flex;
    flex-direction: column;
    background: linear-gradient(to bottom right,#13cbd4,#03a0f9);
    color: #ffffff;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.castlepointFooterScreen {
    display: flex;
    min-height: 100px;
    justify-items: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    margin-top: 1em;
}

.castlepointFooterRow {
    display: inline-flex;
    flex-direction: column;
    background: #e8e8e8;
    align-content: center;
    justify-content: center;
    width: 100%;
}

.castlepointFooterItem {
    display: inline-flex;
    justify-content: space-between;
    align-items: baseline;
    margin-left: 150px;
    margin-right: 150px;
    font-size: .85rem;
}

.castlepointHrefColor {
    color: #03a0f9;
}

.castlepointHrefColor:hover {
    color: #337ab7;
}

.castlepointTopFontColor {
    color: #32b3fd;
}

.castlepointGapItems {
    padding: 5px;
}

.castlepointFont {
    font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.castlepointHeading {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 3.5rem;
}

.castlepointLogOut {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.castlepointAlignmnet {
    display: flex;
    justify-content: flex-start;
}

.bodyContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

body {
    height: 100vh;
}

.castlepointExternalButtonContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.castlepointExternalOktaImg {
    padding-bottom: 0.5em;
}

.castlepointExternalAzureImg {
    width: 100px;
    height: 100px;
}