@charset "UTF-8";
/* CSS Document */

.navbar-brand {
  height: 150px;
	
}


.navbar{
  background-color: #1A1B2B;
	background-image: none;

} 
body{
	background-image: url(img/background3.jpg);
	background-position: center;
}

.bg{
	background-image: url(img/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;

}

 
.page-header>img{
	width: 100%;
	position: relative; top:-50px;
}
.row{
	background-color: ghostwhite;
	
}

@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

 
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
}