﻿:root {
    --amt-blue: #344169
}
html, body {
    height: 100%;
    margin: 0;
}


.front-nav-text {
    font-size: 2.5rem;
    color: var(--amt-blue) !important;
}

h1 {
    color: var(--amt-blue) !important;
}
