/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/



@font-face {
    font-family: 'artegra_sans_altblack';
    src: url('fonts/artegra_-_artegra_sans_alt_black-webfont.woff2') format('woff2'),
         url('fonts/artegra_-_artegra_sans_alt_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'artegra_sans_altregular';
    src: url('fonts/artegra_-_artegra_sans_alt_regular-webfont.woff2') format('woff2'),
         url('fonts/artegra_-_artegra_sans_alt_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'artegra_sans_altRgIt';
    src: url('fonts/artegra_-_artegra_sans_alt_regular_it-webfont.woff2') format('woff2'),
         url('fonts/artegra_-_artegra_sans_alt_regular_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Artegra Sans Regular', Arial, "sans-serif"; background-color: #ffffff; line-height:1.5; color:#47484D; margin: 0; padding: 0; 
}

h1, h2, h3, h4, h5 {
	font-family: "Artegra Sans Semi Bold", Arial, Sans-serif;
	line-height:1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#47484D; 
}

h1 {
	font-size:45px;
	text-transform: uppercase;
}

h2 {
	font-size:28px;
}

h3 {
	font-size:20px;
}

p {
	margin-bottom: 1em;
}

a {
	color:#0684C9;	text-decoration: none;
}

a:hover {
	color:#004E74;	text-decoration: none;
}

ol, ul {
	text-align:left;
}

ol li, ul li {
	margin-bottom:10px;font-size:18px;
}

one-forth {
	width:23%;
	margin-right:2%;
}



@media (max-width: 768px) {
	.lp-demo-request-form h2 {
		font-size: 20px;
	}
	
	.button1 a {
		
	}
}