/*#########################################*/
/* STYLE SHEET: */
/*#########################################*/
/* BEGIN FONT IMPORT FROM GOOGLE FONTS     */
/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');*/
/*#########################################*/

/*#########################################*/
/* BEGIN FONT FACE IMPORT */
/*
@font-face {
  font-family: 'BodoniModa';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('/font/BodoniModa.woff') format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2192, U+2190, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/
/* END FONT FACE IMPORT */
/*#########################################*/

@font-face {
	font-family:'Inria Serif';
	src:	url('/font/InriaSerif-Light.eot');
	src:	url('/font/InriaSerif-Light.eot?#iefix') format('embedded-opentype'),
			url('/font/InriaSerif-Light.woff2') format('woff2'),
			url('/font/InriaSerif-Light.woff') format('woff'),
			url('/font/InriaSerif-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family:'Inria Serif';
	src:	url('/font/InriaSerif-LightItalic.eot');
	src:	url('/font/InriaSerif-LightItalic.eot?#iefix') format('embedded-opentype'),
			url('/font/InriaSerif-LightItalic.woff2') format('woff2'),
			url('/font/InriaSerif-LightItalic.woff') format('woff'),
			url('/font/InriaSerif-LightItalic.svg') format('svg');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family:'Inria Serif';
	src:	url('/font/InriaSerif-Italic.eot');
	src:	url('/font/InriaSerif-Italic.eot?#iefix') format('embedded-opentype'),
			url('/font/InriaSerif-Italic.woff2') format('woff2'),
			url('/font/InriaSerif-Italic.woff') format('woff'),
			url('/font/InriaSerif-Italic.svg') format('svg');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family:'Inria Serif';
	src:	url('/font/InriaSerif-Regular.eot');
	src:	url('/font/InriaSerif-Regular.eot?#iefix') format('embedded-opentype'),
			url('/font/InriaSerif-Regular.woff2') format('woff2'),
			url('/font/InriaSerif-Regular.woff') format('woff'),
			url('/font/InriaSerif-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:'Inria Serif';
	src:	url('/font/inria-serif-latin-ext-700-normal.woff2') format('woff2'),
			url('/font/inria-serif-latin-ext-700-normal.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family:'Inria Serif';
	src:	url('/font/InriaSerif-BoldItalic.eot');
	src:	url('/font/InriaSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),
			url('/font/InriaSerif-BoldItalic.woff2') format('woff2'),
			url('/font/InriaSerif-BoldItalic.woff') format('woff'),
			url('/font/InriaSerif-BoldItalic.svg') format('svg');
	font-weight: 700;
	font-style: italic;
}



/* width */
::-webkit-scrollbar {
  width: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,1); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(204,204,204,.4); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(204,204,204,.4); 
}

/*#########################################*/
@media screen and (min-width: 640px) {
}
/*#########################################*/
@media screen and (min-width: 1024px) {

}


/*#########################################*/
/* BEGIN GLOBAL STYLES */
html,body{ height:100%; }
html {
    -webkit-font-smoothing: antialiased;
}
body {
    /*background-color: rgba(0,0,0,.5);*/
    font-family: "Inria Serif", Times, serif;
    height: 100%;
    text-align: left;
    background-color: white;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div, img {
    margin: 0;
    padding: 0;
    border: none;
}
table {
    width: 100%;
	border-spacing: 0;
    border-collapse: collapse;
}
tr {
	border: none;
}
td {
	border: none;
	padding: 0;
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Inria Serif", Times, serif;
    text-transform: inherit;
	text-align: left;
    margin: 0;
    padding: 0;
}
p, a, li {
	font-family: inherit;
    letter-spacing: 0;
    text-transform: inherit;
    margin: 0;
    padding: 0;
	}

p {
    margin: 0;
	}

a {
	font-size: inherit;
	color: inherit;
	opacity: 1;
    text-decoration: none;
    }
a:hover {
	opacity: 1;
	}
hr {
    border: none dotted black;
	border-width: 1px 0 0 0;
    margin: .3vw 0 .3vw 0;
    height: 0;
	}
b, strong {
    font-weight: 700;
	}
samp {
    display: none;
	}
img {
	width: 100%;
    border: none;
    margin: 0;
	}

ul {
	list-style-type: disc;
	}

li {
	}
em {
	font-style: italic;
	}

h1, h2, h3, h4, h5, h6, p, li {
    font-size: 3.3vw;    
	line-height: 3.7vw;
    font-weight: 400;
    word-wrap: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
/*#########################################*/
@media screen and (min-width: 640px) {
    h1,h2,h3,p,li {
    font-size: 2.2vw;    
	line-height: 2.6vw;
    }
}
/*#########################################*/
    @media screen and (min-width: 1024px) {
    h1,h2,h3,p,li {
    font-size: 1.2vw;    
	line-height: 1.6vw;
    }
}
/*#########################################*/
    @media screen and (min-width: 1600px) {
    h1,h2,h3,p,li {
    font-size: .9vw;    
	line-height: 1.2vw;
    }
}
/* END GLOBAL STYLES */
/*#########################################*/


  