﻿@font-face {
    font-family: 'arialregular';
    src: url('/fonts/arial-webfont.woff2') format('woff2'), url('/fonts/arial-webfont.woff') format('woff'), url('/fonts/arialregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kunstler_scriptregular';
    src: url('/fonts/kunstler-webfont.woff2') format('woff2'), url('/fonts/kunstler-webfont.woff') format('woff'), url('/fonts/kunstler_scriptregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lucida_handwritingitalic';
    src: url('/fonts/lucida_handwriting-webfont.woff2') format('woff2'), url('/fonts/lucida_handwriting-webfont.woff') format('woff'), url('/fonts/lucida_handwritingitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'palace_script_mtregular';
    src: url('/fonts/palscri-webfont.woff2') format('woff2'), url('/fonts/palscri-webfont.woff') format('woff'), url('/fonts/palace_script_mtregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vivaldiitalic';
    src: url('/fonts/vivaldii-webfont.woff2') format('woff2'), url('/fonts/vivaldii-webfont.woff') format('woff'), url('/fonts/vivaldiitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vladimir_scriptregular';
    src: url('/fonts/vladimir-webfont.woff2') format('woff2'), url('/fonts/vladimir-webfont.woff') format('woff'), url('/fonts/vladimir_scriptregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Journal';
    src: url('/fonts/journal.eot');
    src: url('/fonts/journal.eot?#iefix') format('embedded-opentype'), url('/fonts/journal.woff') format('woff'), url('/fonts/journal.ttf') format('truetype'), url('/fonts/journal.svg#JournalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


