/*===========================================
	FONTS
===========================================*/
@font-face {
	font-family: 'Montserrat-Regular';
		src: url('/web-fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-Bold';
		src: url('/web-fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Font-Awesome';
		src: url('/web-plugins/FontAwesomePro5.8.2/webfonts/fa-regular-400.ttf') format('truetype');
}

/*===========================================
	STANDARD ELEMENTS
===========================================*/
* {
	margin: 0; 
	padding: 0;
}

body {
	font-family: 'Montserrat-Regular',sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
	color: #323946;
	background-color: #FFF;
	padding: 0;
	margin: 0;	
}

html, body {
	height: 100%;
}

/*===========================================
	PARAGRAPHS & TEXT
===========================================*/
p {
	text-align: left;
	font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    padding-bottom: 20px;	
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
/*===========================================
	IMAGES
===========================================*/
img {
	max-width: 100%;
	height: auto;
}
div {
	outline: none;
}

/*===========================================
	CLEAR FIXES
===========================================*/
.ClearFix:before, .ClearFix:after { 
	content: ""; 
	display: table; 
}
.ClearFix:after {
	clear: both; 
}
.ClearFix { 
	*zoom: 1; 
}


/*===========================================
	UNDER CONSTRUCTION
===========================================*/
.UnderConstruction {
	margin: 0 auto;
	margin-top: 100px;
	width: 500px;
	color: #000;
	position: relative;
	text-align: left;
	overflow: auto;
	z-index: 2;	
}
.UnderConstruction img{
	margin-bottom: 50px;
}
.UnderConstruction h1 {
	font-size: 3em;
	text-align: center;
	margin-bottom: 30px;
}
.UnderConstruction h2 {
	text-align: center;
	margin-bottom: 10px;
}
.UnderConstruction p {
	text-align: center;
	margin-bottom: 10px;
}
	.UnderConstruction a:link, .UnderConstruction a:active, .UnderConstruction a:visited {
		text-decoration: none;
		color: #000;
	}
	.UnderConstruction a:hover {
		text-decoration: underline;
	}