/***********************************************************************************
*	Design by Moxxie Design
*	All rights reserved (c) 2020
***********************************************************************************/
/***********************************************************************************
*	General
***********************************************************************************/
* {
	padding: 0;
	margin: 0;
	
	border: none;
	text-decoration: none;
	
	position: relative;
}

html,
body {
	width: 100%;
	height: 100%;
	
	box-sizing: border-box;
	font-size: 1em;
}

ul {
	list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
	
	text-align: justify;
}

p:empty {
	margin: 0px;
}

h1 {
	width: 100%;
	font-size: 2em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	
	letter-spacing: 2px;
}

h2 {
	width: 100%;
	font-size: 1em;
	margin-bottom: 0.5em;
}

h2.right {
	text-align: right;
}

div {
	font-size: 1em;
	line-height: 1.4em;
}

img {
	font-size: 0;
	line-height: 0;
	
	display:block;
}

.clear {
	width: 0px !important;
	height: 0px !important;
	
	float: none !important;
	clear: both !important;
}