/****************************************/
/* CUSTOM FONTS
/****************************************/
@font-face {
    font-family: 'MikhmoretRoundedDL';
    src: url('../fonts/mikhmoret_rounded_dl_1.1_aaa_light-webfont.woff2') format('woff2'),
         url('../fonts/mikhmoret_rounded_dl_1.1_aaa_light-webfont.woff') format('woff'),
         url('../fonts/mikhmoret_rounded_dl_1.1_aaa_light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'MikhmoretRoundedDL';
    src: url('../fonts/mikhmoret_rounded_dl_1.1_aaa_regular-webfont.woff2') format('woff2'),
         url('../fonts/mikhmoret_rounded_dl_1.1_aaa_regular-webfont.woff') format('woff'),
         url('../fonts/mikhmoret_rounded_dl_1.1_aaa_regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MikhmoretRoundedDL';
    src: url('../fonts/mikhmoret_rounded_dl_1.1_aaa_bold-webfont.woff2') format('woff2'),
         url('../fonts/mikhmoret_rounded_dl_1.1_aaa_bold-webfont.woff') format('woff'),
         url('../fonts/mikhmoret_rounded_dl_1.1_aaa_bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}





/****************************************/
/* CSS VARIABLES
/****************************************/
:root {
	
	/* Colors */
	--white-color		: #ffffff;
	--lighter-color		: rgba(255,255,255,0.8); 
	--light-color		: #e5dac4;
	--grey-color		: #3a3f47;
	--dark-color		: #3a3f47;
	--darker-color		: #000000;
	--black-color		: #000000;

	--hot-color			: #f0980c;
	--warm-color		: #fcd455;
	--cool-color		: #61bde9;
	--cold-color		: #72bdc0;
		
	--primary-color		: #1d1e3e;
	--secondary-color	: #d4724d;
	--fancy-color		: #d4724d;
	
	--main-color		: #1d1e3e;
	--link-color		: #d4724d;
	--link-hover-color	: #f4924d;
	/***/
	
	
	/* Fonts */
	--base-font			: 'Heebo', sans-serif;
	--fancy-font		: 'MikhmoretRoundedDL', sans-serif;
	/***/
	
	
	/* Paddings */
	--gutter-width: 15px;
	/***/

}





/****************************************/
/* 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: hidden;
	background-color: #fff;
	color: #000;
	font-family: var(--base-font);
	font-weight: 300;
	font-size: 19px;
	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(--link-hover-color);
}

h1,
h2,
h3,
h4 {
	margin: 0.5em auto 0.5em auto;
	line-height: 0.8;
}
h1 {
	font-size: 3.1666em;
}
h2 {
	font-size: 3.1333em;
}
h3 {
	font-size: 2.3333em;
}
h4 {
	font-size: 1.6666em;
}
h5 {	
	font-size: 1em;
}

p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
table:not(:last-child) {
    margin-bottom: 1em;
}
p + ul,
p + ol {
	margin-top: -0.5em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

figure {
	overflow: hidden;
	line-height: 0;
} 
figure > img {
	max-width: 100%;
	height: auto;
}

b,
strong {
	font-weight: 700;
}
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 : 1600px) {
}


/* Custom scrollbars */
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-track {
	background: #eee;
}
::-webkit-scrollbar-thumb {
	border: 2px 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;
}
/***/



/****************************************/
/* RESPONSIVE - SIZES	 				
/****************************************/

@media only screen and (max-width : 479px) {	/* xxs */
}
@media only screen and (min-width : 480px) {	/* xs */
}
@media only screen and (min-width : 768px) {	/* sm */
}
@media only screen and (min-width : 992px) {	/* md */
}
@media only screen and (min-width : 1200px) {	/* lg */
}
@media only screen and (min-width : 1600px) {	/* xl */
}
@media only screen and (min-width : 1921px) {	/* xxl */
}
/*************************************************************************/
