﻿@font-face {
  font-family: 'baskoldface';
  src: url("/fonts/baskerville-old-face.ttf"); }

@font-face {
  font-family: Grammatika-Regular;
  src: url("/fonts/Grammatika-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'baskoldface';
  src: url("/fonts/baskerville_old_face.eot"); }

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("/fonts/Open-Sans/OpenSans-Regular.ttf"); }

html {
    position: relative;
}

html, body {
    height: 100%;
}

body {
    font-family: Verdana;
    display: flex;
    flex-direction: column;
 
}

.candidate {
    background-color: #1A8AC9;
}


.footer {
    background-color: #ffffff;
    zposition: absolute;
    padding: 10px 0 10px 0;
    zbottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
}

.command-btn:hover {
    color: white;
}

.command-btn {
    width: 150px !important;
    color: white !important;
    background-color: rgb(0, 187, 39);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    display: block;
    zfloat: right;
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-weight: 400;
    /*---*/
    margin: 10px 0 0 0 !important;
    padding: 1px 6px 1px 6px;
}

.command-btn-mobile {
    width: 150px !important;
    margin: 0 0 0 0 !important;
    height: 50px;
    line-height: 50px;
    padding: 0px 6px 0px 6px;
}



@media screen and (min-width: 768px) {
    #pe-brand-footer {
        font-size: 30px !important;
    }

    #navbar-brand-image {
        height: 50px;
        width: auto;
    }

    #pe-footer-div {
    }

    #pe-footer-nav {
    }

    #pe-footer-brand {
        font-size: 30px !important;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #pe-brand-footer {
        font-size: 20px !important;
    }

    #navbar-brand-image {
        height: 30px;
        width: auto;
    }

    #pe-footer-div {
    }

    #pe-footer-nav {
    }

    #pe-footer-brand {
    }
}



@media screen and (max-height: 700px) {
    #pe-footer-brand {
        font-size: 20px !important;
        text-align: center;
    }
}