.bg-dark {
background: linear-gradient(to top, #003366, #0066cc);
background: linear-gradient(to bottom, #003366, #0066cc);
background: linear-gradient(to left, #003366, #0066cc);
background: linear-gradient(to right, #003366, #0066cc);;
}

h1, .h1 {
   
	font-size: 2.5em;
}


h2, .h2 {
   
	font-size: 1.5em;
}


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0rem;
    font-weight: 500;
    line-height: 1.2;
}


.team {
  /*background: #3fbbc0;*/
  background-image: url("../img/qrc-bg-01.png");
  background-repeat: repeat;
  color: #FFF;
  font-size: 1.4em;
  font-weight: 400;
  /*<!--background-size: cover;-->*/
  padding: 150px 0;
  text-align: center;
}
