body {
  height:100%;
  background: #2E476F;
}

.web-content {
  margin:auto;
  max-width:900px;
  background-color:#ececec;
}

.web-heading {
  margin:auto;
  max-width:900px;
}

.web-cont {
  margin:auto;
  max-width:900px;
}


.web-heading img {
  margin:auto;
  max-width:150px;
}

.header-wrapper {
  margin-bottom:15px;
  margin-top:15px;
}

.navbar {
  margin-bottom:0px;
  border-radius:0px;
}

.hover-trans {
  opacity:0.4;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover-trans:hover {
  opacity:1;
}

header .heading {
  height:200px;
}

.pull-right {
  float:right;
}