/*
Theme Name: Sharpen's Ezra HaSofer 14 
Theme URI:  
Author: Sharpen 
Author URI: http://www.sharpen.co.il/  
Description: Custom theme for 'Ezra HaSofer 14' project.
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: ezra  
*/


/********************************/
/* FONTS 
/********************************/

@font-face {
	font-family: 'Atlas DL 3.1 AAA';
	src: url('fonts/AtlasDL31AAA-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Atlas DL 3.1 AAA';
	src: url('fonts/AtlasDL31AAA-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Atlas DL 3.1 AAA';
	src: url('fonts/AtlasDL31AAA-Bold.woff') format('woff'); 
	font-weight: 700;
	font-style: normal;
}





/********************************/
/* CSS VARIABLES
/********************************/
:root { 
	
	/* Spacers and gaps */
	--gap				: 16px; /***/
	--gutter			: 16px; /***/
	/***/
	
	
	/* Fonts */
	--primary-font		: "Atlas DL 3.1 AAA", serif; 
	--secondary-font	: "Atlas DL 3.1 AAA", serif; 
	--fancy-font		: "Syncopate", sans-serif; 
	/***/
	
	
	/* Base colors */
	--white-color		: #ffffff; /***/
	--lighter-color		: #fafafa; /***/
	--light-color		: #f8f8f8; /***/
	--grey-color		: #3a3a3a; 
	--dark-color		: #262262; /***/
	--darker-color		: #3a3a3a; /***/
	--black-color		: #000000; /***/
	
	--cold-color		: #e9f6fd; /***/
	--cool-color		: #f1f8f9; /***/
	--warm-color		: #fecb35; /***/
	--hot-color			: #f05944; /***/
	
	--alert-color		: #ff0000; /***/ 
	--error-color		: #ff0000; /***/
	--warning-color		: #ff0000; /***/
	/***/
	
	
	/* Theme specific colors */
	--bg-color			: transparent;
	--text-color		: #000000; 
	--heading-color		: #000000; 
	--link-color		: #7A92CB; 
	--hover-color		: #7A92CB; 
	--fancy-color		: #7A92CB;  
	/***/

}





/********************************/
/* RESET
/********************************/

/* http://meyerweb.com/eric/tools/css/reset/  
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/********************************/
/* HTML ELEMENTS
/********************************/
html {
	min-height: -webkit-fill-available;
	/*
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility !important;
	*/
}
body {
	min-height: 100vh;
	min-height: -webkit-fill-available;
	overflow-x: clip;
	color: var(--text-color);
	font-family: var(--primary-font);
	font-weight: 300;
	font-size: 16px;
	line-height: 1.25;
}
a {
	text-decoration: none;
	color: var(--link-color);
	-webkit-transition: color 0.2s ease;
			transition: color 0.2s ease;
}
/*
a:hover, 
a:active, 
a:focus {
	color: var(--hover-color);
}
*/
h1,
h2,
h3,
h4 {
	margin: 0.75em auto 0.25em auto;
}
h1 {
	font-size: 1.625em;
}
h2 {
	font-size: 1.625em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.125em;
}
h5 {	
	font-size: 1em;
}
p:not(:last-child),
p:not(.no-bottom-margin),
ul:not(:last-child),
ol:not(:last-child),
table:not(:last-child) {
    margin-bottom: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
figure {
	overflow: hidden;
	line-height: 0;
} 
figure > img {
	max-width: 100%;
	height: auto;
}
b,
strong {
	font-weight: bolder;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
textarea{ 
	resize: none; 
	overflow: hidden; 
}

@media (min-width : 1200px) {
}

@media (min-width : 1200px) {
}





/********************************/
/* MISC.
/********************************/

/* Custom scrollbars */
/*
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	border-radius: 4px;
	background: transparent;
}
::-webkit-scrollbar-thumb {
	border: 3px solid transparent;
	border-radius: 9999px;
	background-clip: content-box;
	background-color: #aaa;
	-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #888;
}
*/
/***/

/********************************/

