﻿body {background-color: #ccc;}
#mainContainer {background-color: #ccc; border-top: solid thick #639;}
.container {background-color: #fff; padding: 1em;}

/************* Header *************/
#header {
    text-align: center;
}
#header img {
    height: 120px;
}
#header h1 {
    font-size: 2em;
    font-weight: 700;
    color: #639;
    text-align: left;
    padding-top: .7em;
    margin: 0;
    font-family:'Lora', sans-serif;
}
#header ol, #header ul {
    list-style: outside none none;
}
.mastheadbullets {
    font-size: 1em;
    padding: 0;
	margin-top: -.5em;
}
.mastheadbullets li:first-child::before {
    content: none;
}
.mastheadbullets li::before {
    content: "   • ";
}
.mastheadbullets li:first-child {
    font-style: italic;
    display: none;
}
.mastheadbullets li {
    line-height: 2em;
    display: inline;
}
#breadCrumb {
    background: none repeat scroll 0 0 #eee;
    color: #565656;
    display: table;
    margin: 0.5em 2%;
    overflow: hidden;
    padding: 0;
    margin: 1em 0 0;
    width: 100%;
}
#breadCrumb > h2:first-of-type {
    background: none repeat scroll 0 0 #ddd;
    display: table-cell;
    font-weight: bold;
    font-size: 1em;
    padding: .8em 0.5%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#breadCrumb p {
    display: table-cell;
    margin-left: 20.92%;
    padding: .8em 0 .8em 2%;
    text-align: left;
    vertical-align: middle;
}
#breadCrumb a {
    color: #565656;
    font-style: italic;
}
/************* Content *************/
a {
    color: #663399; 
    text-decoration: none;
}
a:visited, a:active, a:hover, a:focus {
    color: #4B0082; 
    text-decoration: none;
}
h4 {
    color: #639;
    font-weight: bold;
}
h5 {
    font-weight: bold;
}
.text-right {
    text-align: right;
}
.listSpace li {
    padding-bottom: 1.5em;
}
.alert-warning, .btn-warning, .label-warning {
    background-color: #FFD700;
    border-color: #FFCC00;
    color: #000 !important;
}
.alert-warning a, .alert-info a, .alert-danger a {
    font-weight: bold;
} 
.alert-warning, .bg-warning, .label-warning {
    color: black;
}
.alert-danger, .bg-danger, .label-danger {
    color: white;
}
.alert-info, .bg-info, .label-info {
    color: white;
}

/************* Form *************/
.btn {margin: 0 0rem 1rem 1rem;}
.btn-default {
    color: #fff;
    background-color: #639;
    border-color: #9164CC;} 

/************* Footer *************/
#footer {background-color: #000;}
#footer p {
    color:#fff;
    line-height: 1.4em;
    padding: .8em .8em 0;
}
#footer img {
    width: 70%;
}
#footer a {
    color: #fff !important;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #header {
         text-align: center;
         padding: 1em;
    }
    #header h1 {
        font-size: 2em;
    }
    #breadCrumb {
         margin-bottom: 0;
    }
	#breadCrumb > h2:first-of-type {
        width: 30% !important;
    }
    .mastheadbullets {
        font-size: 1.2em;
    }
    .mastheadbullets li:first-child {
        display: inline;
    }
    /* make sidebar nav vertical */ 
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar ul {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#header {
		text-align: left;
	}
    .mastheadbullets li:first-child {
		display: inline;
	}
}
