﻿@font-face {
    font-family: 'BTitr';
    src: url('../fonts/BTitrBold.eot?#') format('eot'), /* IE6–8 */
    url('../fonts/BTitrBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/BTitrBold.ttf') format('truetype');
    /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'web-myriad';
    src: url('../fonts/web-myriad.eot') format('embedded-opentype'), url('../fonts/web-myriad.woff') format('woff'), url('../fonts/web-myriad.ttf') format('truetype'), url('../fonts/web-myriad.woff2') format('woff2');
}

@font-face {
    font-family: 'myriad';
    src: url('../fonts/web-myriad.eot') format('embedded-opentype'), url('../fonts/web-myriad.woff') format('woff'), url('../fonts/web-myriad.ttf') format('truetype'), url('../fonts/web-myriad.woff2') format('woff2');
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 25px;
    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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
