/*
 * Font information
 */
@font-face {
    font-family: 'gandhi sans';
    src: url('/fonts/web_fonts/gandhisans_regular_macroman/GandhiSans-Regular-webfont.eot');
    src: url('/fonts/web_fonts/gandhisans_regular_macroman/GandhiSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/web_fonts/gandhisans_regular_macroman/GandhiSans-Regular-webfont.woff') format('woff'),
         url('/fonts/web_fonts/gandhisans_regular_macroman/GandhiSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/web_fonts/gandhisans_regular_macroman/GandhiSans-Regular-webfont.svg#gandhi_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gandhi sans';
    src: url('/fonts/web_fonts/gandhisans_bold_macroman/GandhiSans-Bold-webfont.eot');
    src: url('/fonts/web_fonts/gandhisans_bold_macroman/GandhiSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/web_fonts/gandhisans_bold_macroman/GandhiSans-Bold-webfont.woff') format('woff'),
         url('/fonts/web_fonts/gandhisans_bold_macroman/GandhiSans-Bold-webfont.ttf') format('truetype'),
         url('/fonts/web_fonts/gandhisans_bold_macroman/GandhiSans-Bold-webfont.svg#gandhi_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'gandhi sans';
    src: url('/fonts/web_fonts/gandhisans_italic_macroman/GandhiSans-Italic-webfont.eot');
    src: url('/fonts/web_fonts/gandhisans_italic_macroman/GandhiSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/web_fonts/gandhisans_italic_macroman/GandhiSans-Italic-webfont.woff') format('woff'),
         url('/fonts/web_fonts/gandhisans_italic_macroman/GandhiSans-Italic-webfont.ttf') format('truetype'),
         url('/fonts/web_fonts/gandhisans_italic_macroman/GandhiSans-Italic-webfont.svg#gandhi_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'gandhi sans';
    src: url('/fonts/web_fonts/gandhisans_bolditalic_macroman/GandhiSans-BoldItalic-webfont.eot');
    src: url('/fonts/web_fonts/gandhisans_bolditalic_macroman/GandhiSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/web_fonts/gandhisans_bolditalic_macroman/GandhiSans-BoldItalic-webfont.woff') format('woff'),
         url('/fonts/web_fonts/gandhisans_bolditalic_macroman/GandhiSans-BoldItalic-webfont.ttf') format('truetype'),
         url('/fonts/web_fonts/gandhisans_bolditalic_macroman/GandhiSans-BoldItalic-webfont.svg#gandhi_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'museo slab';
    src: url('/fonts/web_fonts/museoslab_300_macroman/Museo_Slab_300-webfont.eot');
    src: url('/fonts/web_fonts/museoslab_300_macroman/Museo_Slab_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/web_fonts/museoslab_300_macroman/Museo_Slab_300-webfont.woff') format('woff'),
         url('/fonts/web_fonts/museoslab_300_macroman/Museo_Slab_300-webfont.ttf') format('truetype'),
         url('/fonts/web_fonts/museoslab_300_macroman/Museo_Slab_300-webfont.svg#gandhi_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
 * Tag information
 */
html
{
	min-height: 100%;
	position: relative;
}

body
{
	font-family: 'gandhi sans';
	color: #eef2f2;
	color: #252525;
	background-color: #F5EAC9;
	margin-bottom: 63px;
}

h1
{
	font-size: 3em;
	font-family: 'museo slab';
	margin-top: 50px;
}

/*
 * Non-specific classes
 */

.navbar
{
	margin: 0px;
	min-height: 0px;
}

.navbar-default
{
	background-color: transparent;
}

.panel-body
{
	font-size: 1.4em;
	padding: 5px;
	min-height: 94px;
}

/*
 * Buttons
 */

.btn-red
{
	background-color: #8a3d33;
	color: #eef2f2;
}

.btn-red:hover
{
	background-color: #8a3d33;
	color: #252525;
}

.btn-blue
{
	background-color: #126a76;
	color: #eef2f2;
}

.btn-blue:hover
{
	background-color: #126a76;
	color: #252525;
}
