@font-face {
    font-family: 'Avenir Next LT Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Regular'), url('AvenirNextLTPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('AvenirNextLTPro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('MyriadPro-Light.woff') format('woff');
}

body {
    color: black;
    font-family: 'Avenir Next LT Pro Regular';
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

h1 {
    color: red;
    text-align: left;
    font-family: 'Avenir Next LT Pro Bold';
    text-shadow: 1px 1px 3px grey;
}

h2 {
    color: red;
    text-align: left;
    font-family: 'Myriad Pro Light';
    text-shadow: 1px 1px 2px black;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.5em;
}

h3 {
    color: black;
    text-align: left;
    font-family: 'Myriad Pro Light';
    text-shadow: 1px 1px 2px grey;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
}

legend {
    text-shadow: 1px 1px 2px grey;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
}

table {
    border-spacing: 10px;
    border: 2px solid black;
    border-collapse: collapse;
    box-shadow: 2px 2px 3px grey;
}

td {
    font-family: 'Avenir Next LT Pro Regular';
    font-size: 18px;
}

th {
    font-family: 'Avenir Next LT Pro Bold';
    color: white;
    font-size: 28px;
    text-align: center;
    vertical-align: center;
    height: 35px;
    background-color: blue;
}

fieldset {
    box-shadow: 2px 2px 3px grey;
    padding: 0px 20px 0px 20px;
}

#hdr_wrapper {
    width: 100%;
    overflow: auto;
    position: relative;
    display: flex;
    align-items: center;
}

#hdr_left {
    order: 1;
    flex: 2;
}

#hdr_right {
    order: 2;
    flex: 1;
}

.loginform { /* DIV for the login page to shrink width */
    width: 60%;
    margin: auto;
}

.mainform { /* DIV that contains the main body */
    width: 85%;
    margin: auto;
}

.drop {
    box-shadow: 2px 2px 3px grey;
}

.btn-style {
    border: solid 0px #000000;
    border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    padding: 15px 15px 15px 15px;
    background-color: rgb(138, 0, 0);
    box-shadow: 2px 2px 3px grey;
    font-family: 'Avenir Next LT Pro Bold';
}

.alert {
    color: rgb(148, 0, 0);
    text-align: center;
    font-family: 'Myriad Pro Light';
    text-shadow: 1px 1px 2px black;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.5em;
}

.menu {
    font-family: 'Avenir Next LT Pro Regular';
    color: rgb(9, 64, 136);
    font-size: 140%;
}

#searchfield {
    font-family: 'Avenir Next LT Pro Regular';
    font-size: 1em;
}