/* FONT FACES */

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('../fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tisa Pro Regular';
    src: url('../fonts/tisapro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tisa Pro Medium';
    src: url('../fonts/tisapro-medi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tisa Pro Italic';
    src: url('../fonts/tisapro-ita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond Regular';
    src: url('../fonts/EBGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond Italic';
    src: url('../fonts/EBGaramond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond Bold';
    src: url('../fonts/EBGaramond-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond Bold Italic';
    src: url('../fonts/EBGaramond-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond Small Caps';
    src: url('../fonts/EBGaramondSC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* DEFAULT FONTS */

body {
    font-family: 'Garamond Regular';
}

.btn {
    font-family: 'Proxima Nova Regular';
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 1rem;
}

strong {
    font-weight: normal;
    font-family: 'Garamond Bold';
}


/* COLOR SCHEME */

.btn-primary {
    background-color: #d14031;
    border-color: #d14031;
}

h1 {
    color: #41b9d1;
}

h2 {
    color: #41b9d1;
}

a.nav-link {
    color: white !important;
}


/* HEADER PADDING */

main  {

}




.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
