﻿html, body, app, .main {
    font-family: 'Lato', sans-serif !important;
    /* font-family: Roboto, sans-serif !important;*/
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.k-button {
    text-transform: uppercase !important; /* Makes all text uppercase */
    letter-spacing: 3px !important; /* Adds spacing between letters */
}


.k-link {
    text-transform: none !important;
}

h1:focus {
    outline: none;
}

main {
    flex: 1;
}

/*.content {
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 80%;
    height: 90%;
}*/