/* CSS-Temp-Basics by ALX --------------------------------------------- */

@import url('font-glyphicons.css');
@import url('font-awesome.css');

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../css-font-glyphicons/glyphicons-halflings-regular.eot');
	src: url('../css-font-glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
		 url('../css-font-glyphicons/glyphicons-halflings-regular.woff') format('woff'),
		 url('../css-font-glyphicons/glyphicons-halflings-regular.ttf') format('truetype'),
		 url('../css-font-glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
		 
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'FontAwesome';
	src: url('../css-font-awesome/fontawesome-webfont.eot?v=4.6.3');
	src: url('../css-font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), 
		 url('../css-font-awesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), 
		 url('../css-font-awesome/fontawesome-webfont.woff?v=4.6.3') format('woff'),
		 url('../css-font-awesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
		 url('../css-font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
		 
	font-weight: normal;
	font-style: normal;
}

/* CSS-Temp-Basics by ALX --------------------------------------------- */

/*
@media only screen and (min-width : 550px) { body { font-size: 90.00%; } }

@media only screen and (min-width : 768px) { body { font-size: 90.00%; } }

@media only screen and (min-width : 1024px) { body { font-size: 90.00%; } }

@media only screen and (min-width : 1400px) { body { font-size: 95.00%; } }

@media only screen and (min-width : 1600px) { body { font-size: 100.00%; } }
*/

/* CSS-Temp-Basics by ALX --------------------------------------------- */

body {
	font-family: 'Source Sans Pro', sans-serif;
	
	font-weight: 300; /* light */
	/* font-weight: 400; /* regular */
	/* font-weight: 600; /* semi-bold */
	/* font-weight: 700; /* bold */
	
	font-size: 100.00%;
	}
	
/* CSS-Temp-Basics by ALX --------------------------------------------- */

.quotes,
.section-title {
	font-family: serif;
	font-style: italic;
	font-size: 1.25em;
	}
	
.quotes {
	padding: 0.75rem;
	text-align: center;
	}
	


/* CSS-Temp-Basics by ALX --------------------------------------------- */

h1, h2 {
	font-size: 2.50em;
	font-weight: 300;
	}
	
h3, h4 {
	font-size: 1.50em;
	font-weight: 300;
	}
	
hgroup {
	line-height: 1.40em;
	}
	
h5,
.quotes h1,
.quotes h2,
.quotes h3{
	font-size: 1.25em;
	}
	
h6,
.news-list-view h2,
.news-list-view h3,
.reference-item h2,
.reference-item h3  {
	font-size: 1.125em;
	}

/* CSS-Temp-Basics by ALX --------------------------------------------- */