﻿.actionFont {
    font-size: x-large;
}

.float-container {
    border: 3px solid #fff;
    padding: 20px;
    height: 700px;
}

.float-child {
    width: 50%;
    float: left;
    padding: 20px;
    border-right: 4px solid black;
    text-align: center;
    <!-- border-right: 1px solid black; -->
}

.float-child1 {
    width: 50%;
    float: left;
    padding: 20px;
    text-align: center;
    <!-- border-right: 1px solid black; -->
}

.float-child.green {
    margin-right: 20px;
}

.flex-child:first-child {
    margin-right: 20px;
}

.nav-tiles-container * {
    text-decoration: none !important;
}

.nav-tiles-container a,
.nav-tiles-container a:visited,
.nav-tiles-container a:link {
    color: #fafafa;
    font-size: 1.333rem;
    transition: all 0.33333s ease-in-out;
    max-width: 200px;
    max-height: 175px;
    padding: 0.5rem;
}

.nav-tile {
    display: inline-grid;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1em;
    background: #002469;
    transition: all 0.33333s ease-in-out;
    height: 12em;
    text-align: center;
}
