@import url('//fonts.googleapis.com/css?family=Open+Sans:400,300,600');
  body, html {
    font-family: 'Segoe UI Light', 'Segoe UI', Segoe, Tahoma,Geneva,'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    color: #303030;
    margin: 0px;
  }
  h1 {
      font-size: 48px;
      font-weight: 300;
      color: #303030;
  }
  h2 {
      font-size: 36px;
      font-weight: 300;
      color: #23A1A0;
  }
  h3 {
      font-size: 28px;
      font-weight: 300;
  }
  .light {
      font-weight: 300;
  }
  .small {
      font-size: 12px;
      font-weight: 400;
  }
  strong {
      font-weight: 600;
  }
  img {
      border: none;
  }

/* METRO COLORS */

	.metroMarine {
		background: #00a;
		color: #ffffff;
	}

	.metroBlue {
		background: #07b;
		color: #ffffff;
	}

	.metroFacebook {
		background: #133783;
		color: #ffffff;
    }

	.metroBlueLight {
		background: #0ae;
		color: #ffffff;
	}

	.metroGreen {
		background: #0a0;
		color: #ffffff;
	}

	.metroGreenLight {
		background: #8c0;
		color: #ffffff;
	}

	.metroYellow {
		background: #fff200;
		color: #333;
	}

	.metroYellowOrange {
		background: #fb0;
		color: #ffffff;
	}

	.metroOrangeLight {
		background: #ff8a00;
		color: #ffffff;
	}

	.metroOrange {
		background: #f50;
		color: #ffffff;
	}

	.metroRed {
		background: #f00;
		color: #ffffff;
	}

	.metroPink {
		background: #f09;
		color: #ffffff;
	}

	.metroPurple {
		background: #910091;
		color: #ffffff;
	}