

html {
height:100%;
font-size:100%;
-webkit-text-size-adjust:none;
-ms-text-size-adjust:none;
}


body {
height:100%;
line-height:1.4;
font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
background:#f6f7f8;
#color:#6f7c82;
color: black;
margin:0;
padding-top: 20px;
padding-bottom: 40px;
font-size: 16px;
}
.container{
max-width: 1024px;
}

#masthead .btn{
  font-size:20px;
}

#masthead {
	min-height:250px;
  #background-image: url(../img/masthead.jpg);
  background-size: 50% 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom:20px;
}

#masthead h1 {
	font-size: 35px;
	line-height: 1;
  	padding-top:20px;
    color:black;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 white, 0 -1px white;
}
#masthead .lead{
  color:#6f7c82;
  font-size:33px;
}

#masthead .well {
	margin-top:8%;
}

#sidebar li {
  	border:0 #eee solid;
  	border-right-width:4px; 
} 
#sidebar li.active {
  	border:0 #eee solid;
  	border-right-width:4px; 
}
h1 {
text-align: center
}
h1, h2, h3{
	color:#351c75;
}
h4{
  font-weight:bold;
}

#header .navbar {
border-top:6px solid #eceef1;
border-bottom:1px solid #e2e2e2;
background-color: white;
}

#header .navbar .brand {
border-top:6px solid transparent;
width:194px;
margin:-6px 0 0 -1px;
padding:16px 15px 15px;
}

#header .navbar .brand img {
padding-top: 10px;
width:200px
}


#header .navbar .nav>li>a {
font-size:13px;
line-height:22px;
text-transform:uppercase;
font-weight:500;
color:#6f7c82;
letter-spacing:1px;
padding:22px 18px;
}

#authors a{
  text-align: center
}

#footer {
text-align:left;
background:#343C3E;
height:96px;
position:relative;
color:white;
font-size:15px;
}

#footer a{
  color:white;
}

#header .navbar, #header .navbar .nav>li.current-menu-item>a,#header .navbar .nav>li.current_page_parent>a,#header .navbar .nav>li.current-page-ancestor>a,.sidebar-wrap .sidebar-nav ul>li>a:hover,.sidebar-wrap .sidebar-nav ul>li.current_page_item>a,.employee-scheduling:hover {
color:#292e31;
}
#footer h3{
  padding-top: 0;
  color:white;
  font-size:16px;
  text-transform:uppercase;
}


#footer .copyright{margin:10px 15px;padding:5px 0 0;border-top:1px solid #444}

#footer .copyright p{font-size:12px;color:#888}
     @media screen and (min-width: 768px) {
      	#masthead h1 {
      		font-size: 60px;
      	}
      }

      .navbar-bright {
      	background-color:#111155;
          color:#fff;
      }

      .affix-top,.affix{
      	position: static;
      }

      @media (min-width: 979px) {
        #sidebar.affix-top {
          position: static;
        	margin-top:30px;
        	width:100px;
        }
        
        #sidebar.affix {
          position: fixed;
          top:70px;
          width:100px;
        }
      }

}
