/**
 * @license
 * MyFonts Webfont Build ID 4007712, 2021-02-04T04:41:10-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FuturaPT-Book by ParaType
 * URL: https://www.myfonts.com/fonts/paratype/futura-book/futura-book/
 * 
 * Webfont: FuturaPT-Bold by ParaType
 * URL: https://www.myfonts.com/fonts/paratype/futura-book/bold/
 * 
 * 
 * Webfonts copyright: Copyright &amp;#x00A9; 1995 ParaGraph Intl., &amp;#x00A9; 1998 ParaType Inc., ParaType Ltd. All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3d2720");
  
@font-face {
  font-family: "font-regular";
  src: url('../../fonts/font_book/font.woff2') format('woff2'), url('../../fonts/font_book/font.woff') format('woff');
}
@font-face {
  font-family: "font-bold";
  src: url('../../fonts/font_bold/font.woff2') format('woff2'), url('../../fonts/font_bold/font.woff') format('woff');
}


h3  {
	font-size: 1.5em;
}


	strong {
		font-family: 'font-bold', Helvetica Neue, Helvetica, Arial, sans-serif;
		letter-spacing: -0.01em;
	}	


/* Letter Spacings */



.pp-type-spacing-012 {
	letter-spacing: 0.12em !important;
}

.pp-type-spacing--005 {
	letter-spacing: -0.02em !important;
}

.pp-type-spacing--03 {
	letter-spacing: -0.3em !important;
}


.pp-line-height-15 {
	line-height: 1.5em !important;
}




/* Media Queries – Breakpoint at 786 Pixel */

@media (min-width: 768px) {

	
.pp-type-l {
	font-size: 2em;
	line-height: 1.35em;
}

		.pp-type-m, #mce-EMAIL {
	font-size: 1.2em;
	line-height: 1.25em;
	letter-spacing: 0.01rem;
}
	
	
		.pp-logo {
		height: 100px;
	}
	
	
	}

@media (max-width: 767px) {

.pp-type-l {
	font-size: 1.35em;
	line-height: 1.35em;
}
	
	.pp-type-m, #mce-EMAIL {
	font-size: 1.1em;
	line-height: 1.35em;
	letter-spacing: 0.01rem;
}
	
	
	
	.pp-logo {
		height: 60px;
	}
	
	}
