/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 100px;
}

.navbar-brand {
  padding-top: 40px;}

.main-container {
    background-color: rgb(25,47,80);
      background-image: url('img/ai_qshe_small_pics_quality_management.png');
      background-repeat: no-repeat;
      background-position: right top;
      background-size: 50%;
}

.page-title {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	color: #fff;
}