#header {
	position: relative;
}
.mod-languages {
	text-align:center;
}
.mod-languages .pretext {
	text-align:center;
}

.courses figure a img {
	height:500px;
	

}

#headertitle1 {
  font-size: 3em;
  font-weight: bold;
/*
  width: 100%;
*/
  text-align: center;
  color: #8a1953;
}

#headertitle2 {
  font-size: 2em;
  text-align: center;
  color: #000;
}

#headertitle3 {
  font-size: 1.5em;
  text-align: center;
  color: #000;
}

.demo-wrap {
  
}

#header:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url(/images/cbltbg-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

#headercontent {
  position: relative;
}

.module-title {
 
  text-align: center;
}

.navbar-form {
  background-color: white!important;
  color: #e0e0e0;
}

div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  vertical-align: middle;
  height: 57px;
}
  
div.mod-languages li {
  margin: 0 .5rem;
  display: table-cell!important;
  vertical-align: middle;
}


@media (max-width: 767px) {
	#headertitle1 {
	  font-size: 2em;
	}

	#headertitle2 {
	  font-size: 1em;
	}

	#headertitle3 {
	  font-size: 1em;
	}

}
.columns-2 {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
  .blog-items .blog-item {
    flex-basis: 40%;
    flex-grow: 0;
    margin: 20px;
  }
}