:root {
    --main: #ffffff;
    --highlight: #6ad1e3;
    --eiu-gray: #75787B;
    --negative: #004c97;
    --positive: #ffffff;
    --light-gray: #778899;
}

@font-face {
    font-family: primary-title-font;
    src: url(font-families/AntiqueOliveStd-Black.otf);
}
@font-face {
    font-family: secondary-title-font;
    src: url(font-families/Avenir.ttc);
}
@font-face {
    font-family: body-copy-font;
    src: url(font-families/Avenir.ttc);
}
body {
    background-color: var(--eiu-gray);
    background-size: cover;
    background-repeat: no-repeat;
    zoom: 1;
}
.primary-title {
    font-family: primary-title-font;
    font-size: 1.65rem;
    padding: 10px;
    margin: auto;
    font-weight: bolder;
}
ul.primary-title {
    margin: auto;
    text-align: left;
    width: 56%;
}
.secondary-title {
    font-family: secondary-title-font;
    font-size: 26px;
}
.body-copy {
    font-family: body-copy-font;
    font-size: 1.5rem;
    font-weight: bold;
}
.page-header-fixed .page-container {
    z-index: 20;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 0px;
    overflow: auto;
}
.page-content-wrapper {
    height: 100%;
}
.page-content-wrapper .page-content {
    margin-left: 0px !important;
    color: var(--positive);
    padding-top: 50px;
    background-color: transparent;
}
.page-header.navbar {
    border-bottom: 3px solid var(--highlight);
    background-color: var(--positive);
}
.page-logo a img {
    height: 30px;
}
.page-content-white .page-title {
    line-height: 5rem;
    font-size: 2.75rem;
    text-align: center;
    color: var(--positive);
    font-weight: bolder;
    margin: 0;
}
.secondary-page-title {
    text-align: right;
}
.info-section {
    text-align: center;
    color: var(--positive);
}
#index-page.row {
    position: absolute;
    height: 90.5%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.button-section {
    text-align: center;
    height: 100%;
}
.button-style {
    display: block;
    width: 200px;
    height: 60px;
    background-color: var(--main);
    color: var(--negative);
    font-family: primary-title-font;
    font-size: 21px;
    margin: 10% auto;
    border: 2px groove var(--positive);
    line-height: 19px;
    padding: 20px;
}
.button-cont {
    height: 50%;
}
.button-cont .button-style {
    margin: calc(24.5% - 60px) auto;
}
.button-style:hover, .button-style:visited, .button-style:active {
    border: 2px groove var(--positive);
    background-color: var(--negative);
    color: var(--positive);
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
#keypad {
    max-width: 361px;
    padding: 0px;
    background-color: var(--eiu-gray);
    border: 2px solid var(--light-gray);
    color: var(--negative);
    margin: 5px auto;
}
#keypad button {
    margin: 0px;
    text-shadow: 1px 1px #000000;
    font-size: 39px;
    border: 1px solid var(--light-gray);
}
#keypad button span{
    font-size: 10px;
    display: block;
    font-weight: bold;
}
#btn-0 {
    height: 73px;
}
#keypad button#btn-print, #keypad button#btn-clr {
    text-shadow: none;
}
#keypad button.clear-button {
    width:232px;
    max-width: 232px;
    min-width: 232px;
}
#keypad button:focus {
    border: 1px solid var(--highlight);
    outline: none;
}
.enumber-label {
    font-size: 50px;
    font-weight: bold;
    padding-top: 6px;
}
.enum-display-cont {
    background-color: var(--positive);
    border: 1px solid var(--light-gray); 
}
.enum-display {
    min-height: 39px;
    border: none;
    outline: none;
    font-size: 30px;
    margin: 4px 0 4px 10px;
}
.clear-input.fa.fa-close {
    font-size: 30px;
    margin: 0;
    height: 30px;
    line-height: 50px;
}
.page-footer {
    position: fixed;
    bottom: 0;
    right: 20px;
    text-align: right;
    color: var(--positive);
    text-shadow: 1px 1px var(--positive);
}
.page-footer .page-footer-inner {
    float: right;
}
.page-footer a {
    color: var(--highlight);
    text-shadow: 1px 1px var(--positive);
}
#submit-page .page-footer.visible {
    position: relative;
  
}
.menu-toggler.responsive-toggler {
    display: none !important;
}
.image-display {
    background-image: url('images/1.jpg');
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hidden {
    display: none;
}
.message {
    color: var(--positive);
    font-size: 22px;
}
#swiper {
    margin: 10px auto;
}
#submit-body.row {
    margin-left: 0;
    margin-right: 0;
}
#toggle-keypad {
    font-size: 16px;
    height: 45px;
    line-height: 0;
    width: auto;
}
#swipe::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--negative);
    opacity: 1; /* Firefox */
}
#swipe:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--negative);
}
#swipe::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--negative);
}
#home-btn {
    font-size: 16px;
    height: 40px;
    line-height: 0;
    margin: 15px auto 0 auto;
}
