boody{
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}

.content-section{
  float: right;
  color: #000000;
  font-weight: bold;
  border: brown;
  border-radius: 5px;
}

#contentmain{
  float: right;
}
.user-submit{
  color: #000000;
  font-weight: bold;
  background-color: #428bca;
  border: 2px solid rgb(7, 0, 0);
  border-radius: 4px;
}

input{
  border: 2px solid red;
  border-radius: 4px;
}

div#mtpage {
  background-image: url('images/BBlogo2.JPG');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size:  cover;
}

body#homepage {
  background-image: url('images/BB\ logo.JPG');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size:  100% 100%;
}

body#loginpage {
  background-image: url('images/BB\ trucks.JPG');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: cover;
}


#containermain{  
  width: 500px;
  height: 1000px;
  border: #dddddd ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.loginpage {
  background-image: url('images/login-img.png');
  background-repeat: no-repeat
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

margin: 0;
}

.bg-steel {
  background-color: #5f788a;
}
    ul {

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.calendar {
  width: 80%;
  margin: auto;
  font-size: 13px;
}

.calendar tr, .calendar td {
  border: 1px solid black;
}

.calendar th {
  height: 50px;
  width: 50px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}

.calendar td {
  width: 20px;
  height: 80px;
  padding: 20px 0px 0px 5px;
}

.month {
  font-size: 25px;
}

.date {
  font-size: 20px;
}

ul {
  height: 100%;
  padding: 0px 5px 0px 20px;
}

a {
  color: #17a2b8;
}

.form-group {
	width: 10px;
}	
