@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("fontawesome-all.min.css");

	@-ms-viewport {
		width: device-width;
	}

	html {
		height: 100%;
		box-sizing: border-box;
	}

	body {
		background: #ffffff;
		font-family: "Source Sans Pro", "sans-serif";
		font-weight: 400;
		font-size: 18pt;
		line-height: 1.75em;
		color: #2D4D76;
		letter-spacing: 0.025em;
		height: 100%;
		min-width: 320px;
		padding-top: 3em;
		text-align:center;
	}

		@media screen and (max-width: 736px) {

			body {
				padding-top: 2.5em;
			}

		}

/* Type */

		@media screen and (max-width: 1920px) {

			body {
				font-size: 17pt;
			}

		}

		@media screen and (max-width: 1680px) {

			body {
				font-size: 15pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1000px) {

			body {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 736px) {

			body {
				font-size: 12pt;
				line-height: 1.5em;
			}

		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 900;
		color: inherit;
		letter-spacing: -0.0325em;
	}

	p {
		margin-bottom: 1em;
	}



