body {
  padding-top: 20px;
}
.navbar-brand{
	padding: 10px;	
}

.navbar-brand img{
	margin-bottom: 12px;
}

.container .jumbotron1{
	background-image: url("../img/jumbotron_background.jpg")
}

.container .jumbotron2{
	background-image: url("../img/jumbotron_background2.jpg")
}

.container .jumbotron3{
	background-image: url("../img/jumbotron_background3.jpg")
}

.container .jumbotron4{
	background-image: url("../img/jumbotron_background4.jpg")
}

.container .jumbotron .grey_background{
	background-color: rgba(240, 240, 240, 0.8);
}

.container .jumbotron h1,p{
	padding: 5px;
}

.navbar-text{
	margin-bottom: 10px;
    margin-top: 10px;
}

.navbar-header{
	margin-right:50px;
}

.navbar-nav > li{
	
	text-align: center;
}

.navbar .divider-vertical {
height: 50px;
margin: 0 9px;
border-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;
}

.navbar .main-button{
	width: 150px;
}

.jumbotron{
	margin:0px;
}

.jumbotron-small{
	padding-top: 15px;
	padding-bottom: 15px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
 margin-left:-70px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{
	right:15%
}
.center-button{
	margin-left: auto;
    margin-right: auto;
	width: 100px;
}

.dataTables_length {
    padding-left: 250px;
}

.control-view{
	padding-top: 7px;
}

.page-header{
	margin-top:0px;
}

h1.smaller{
	font-size:50px;
}
.mce-stack-layout-item iframe{
	width:455px!important;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}