

body { /* Margin bottom by footer height */
  margin-bottom: 30px;  
}
.wrapper{
  background-color:#e9e9e9;
  padding: 30px;
}

#footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #003366;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
}
body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

code {
  font-size: 80%;
}
.headerBlock{background-image: url(images/box-top.png);
background-size: 100%;
background-position: center bottom;
background-repeat: no-repeat; }
.headerLogo{margin: 39px 0px;height: auto;
max-width: 100%;}
.navbar-default {
background-color: #191919;
border-color: #191919;
}

.FivePrinc{
margin-top:132px;	
}
.FivePrinc li {
	font-size:24px;
	margin-bottom:25px;
	font-style:italic;
	}
.carousel-caption{
	font-size: 20px;
  color: #ffffff;
  text-shadow: 2px 0px 3px #000000;
  align-items: center;
	}


#side_menu {
  font-size: 20px;
  margin-top: 200px;
}

@media (max-width: 767px) {
  #footer {
      height: 90px; /* fixed the small footer height here on the small screen */
  }
}