body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  h1{
	font-weight: 600;
  }
  h2,h3,h4{
	font-weight: 500;
  }
  header{
	background: #1F1F1F;
	padding: 18px 0;
  }
  .image-div{
	  text-align: center;
	  padding: 0;
  }
  header img{
	  padding-top: 10px;
	  padding-bottom: 10px;
  }
  .index-login-div{
	  min-height: 280px;
  }
  .section-intro{
	  background-image: url('magnet-intro-background.jpg');
	  background-repeat: no-repeat;
	  background-size: cover;
  }
  .section-intro #body-container {
	margin: 6rem 0 10rem;
  }
  .section-intro h1 {
	font-size: 40px;
	letter-spacing: .05rem;
  }
  .section-intro h1:after {
	background-color: #00d4af;
	width: 8%;
	height: .35rem;
	content: "";
	margin: 1rem 0 1.5rem;
	display: table;
  }
  .section-intro .content p {
	font-size: 17px;
  }
  .tpackage {
	background: #ffffff;
	text-align: center;
	padding: 6rem 6rem 0;
	position: relative;
	-moz-border-radius: 1rem 1rem 0 0;
	-webkit-border-radius: 1rem 1rem 0 0;
	border-radius: 1rem 1rem 0 0;
	min-height: 365px;
  }
  .tpackage h3{}
  .tpackage h3:after {
	  background-color: #00d4af;
	  width: 13%;
	  height: .25rem;
	  content: "";
	  margin: 1rem auto 1.5rem;
	  display: table;
  }
  .tpackage p{
	font-size: 15px;
  }
  footer {
	  background: #f1283b;
	  background: -moz-linear-gradient(180deg, #00d4af  0%,#00947B 100%);
	  background: -webkit-linear-gradient(180deg,#00d4af  0%,#00947B 100%);
	  background: linear-gradient(180deg, #00d4af 0%, #00947B 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4af', endColorstr='#00947B',GradientType=0 );
	margin-bottom: 0;
	text-align: center;
	padding: 3.5rem 0 2rem;
  }
  .footer h4 {
	font-size: 21px;
  }
  .footer p {
	color: #fff;
	margin-bottom: 3rem;
  }
  img.ccma {
	max-width: 200px;
	margin-bottom: 7rem;
  }
  .subfoot a{
	color: #ffffff;
  }
  .subfoot a:hover{
	color: #000000;
  }
  
  img.icon {
    width: 35%;
}
