@charset "UTF-8";

/*New font*/
@font-face {
	font-family: 'DisplayBold';
	src: url('../psmm/css/transfonter/SFUIDisplay-Bold.eot');
	src: url('../psmm/css/transfonter/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
		url('../psmm/css/transfonter/SFUIDisplay-Bold.woff2') format('woff2'),
		url('../psmm/css/transfonter/SFUIDisplay-Bold.woff') format('woff'),
		url('../psmm/css/transfonter/SFUIDisplay-Bold.ttf') format('truetype'),
		url('../psmm/css/transfonter/SFUIDisplay-Bold.svg#SFUIDisplay-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'TextMedium';
	src: url('../psmm/css/transfonter/SFUIText-Medium.eot');
	src: url('../psmm/css/transfonter/SFUIText-Medium.eot?#iefix') format('embedded-opentype'),
		url('../psmm/css/transfonter/SFUIText-Medium.woff2') format('woff2'),
		url('../psmm/css/transfonter/SFUIText-Medium.woff') format('woff'),
		url('../psmm/css/transfonter/SFUIText-Medium.ttf') format('truetype'),
		url('../psmm/css/transfonter/SFUIText-Medium.svg#SFUIText-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'DisplayUltralight';
	src: url('../psmm/css/transfonter/SFUIDisplay-Ultralight.eot');
	src: url('../psmm/css/transfonter/SFUIDisplay-Ultralight.eot?#iefix') format('embedded-opentype'),
		url('../psmm/css/transfonter/SFUIDisplay-Ultralight.woff2') format('woff2'),
		url('../psmm/css/transfonter/SFUIDisplay-Ultralight.woff') format('woff'),
		url('../psmm/css/transfonter/SFUIDisplay-Ultralight.ttf') format('truetype'),
		url('../psmm/css/transfonter/SFUIDisplay-Ultralight.svg#SFUIDisplay-Ultralight') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'TextLight';
	src: url('../psmm/css/transfonter/SFUIText-Light.eot');
	src: url('../psmm/css/transfonter/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
		url('../psmm/css/transfonter/SFUIText-Light.woff2') format('woff2'),
		url('../psmm/css/transfonter/SFUIText-Light.woff') format('woff'),
		url('../psmm/css/transfonter/SFUIText-Light.ttf') format('truetype'),
		url('../psmm/css/transfonter/SFUIText-Light.svg#SFUIText-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'TextBold';
	src: url('../psmm/css/transfonter/SFUIText-Bold.eot');
	src: url('../psmm/css/transfonter/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
		url('../psmm/css/transfonter/SFUIText-Bold.woff2') format('woff2'),
		url('../psmm/css/transfonter/SFUIText-Bold.woff') format('woff'),
		url('../psmm/css/transfonter/SFUIText-Bold.ttf') format('truetype'),
		url('../psmm/css/transfonter/SFUIText-Bold.svg#SFUIText-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'DisplayLight';
	src: url('../psmm/css/transfonter/SFUIDisplay-Light.eot');
	src: url('../psmm/css/transfonter/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
		url('../psmm/css/transfonter/SFUIDisplay-Light.woff2') format('woff2'),
		url('../psmm/css/transfonter/SFUIDisplay-Light.woff') format('woff'),
		url('../psmm/css/transfonter/SFUIDisplay-Light.ttf') format('truetype'),
		url('../psmm/css/transfonter/SFUIDisplay-Light.svg#SFUIDisplay-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}


/* CSS Document */
@font-face {
	font-family: '967639';
	src: url('../psmm/css/transfonter/SFUIText-Light.eot');
	src: url('../psmm/css/transfonter/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
	url('../psmm/css/transfonter/SFUIText-Light.woff2') format('woff2'),
	url('../psmm/css/transfonter/SFUIText-Light.woff') format('woff'),
	url('../psmm/css/transfonter/SFUIText-Light.ttf') format('truetype'),
	url('../psmm/css/transfonter/SFUIText-Light.svg#SFUIText-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

body {

    /* background-color: rgba(242, 242, 242, 0.7); */
    background-color: rgba(242, 242, 242, 1);
    -webkit-text-size-adjust: 100%;
}


/*basic typography*/
a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}



h1 {
	font-size: 2em;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #252424;
	font-family: "TextLight";
}

/*strucutral margin: 0 auto;  */
section {
	width: 100%;
    margin: 0 auto;
    padding-left:0.5em;
    padding-right:0.5em;

}


.logo {
	width: 95%;
	max-width: 50em;
	padding: 4em 0;
	margin: 4em auto;
	border-top: 1px solid #ccc;
}

footer {
	width: 95%;
	max-width: 95%;
	padding-bottom: 1em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}





