@charset "UTF-8";
/* CSS Document */

.domainDiv {
	margin: 3rem 3rem;
	letter-spacing: 1em;
	/*border: 2px solid red;*/
	}
.logoPosition {
	width: 95%;
	margin: 0 0.5rem;
	/*border: 2px solid green;*/
}
.picHorizonal {
	top: 0;
    left: 0;
}
.picVertical {
	display: none;
}
.pageTitle {
	text-align: left;
	font-size: 2em;
	letter-spacing: 1.2em;
	color: #a7a3bf;
}
.titlePlacementTop {
	width: 70vw;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	text-align: justify;
	z-index: 1;
	border: 1px solid red;
}
.titlePlacementBot {
	position: absolute;
	width: 70vw;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	text-align: justify;
	z-index: 10;
	top: 70px;
	border: 1px solid blue;
}
.titlePix {
	margin: 0 0 0 0;
	border: 1px solid yellow;
	}
.titlePixRight {
	margin: 0 0 0 -50;
	border: 1px solid yellow;
	}
.logoLI {
	text-align: left;
	font-size: 1.2em;
	/*letter-spacing: 2.2em;*/
	}
.aspectsDiv {
	width: 70vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: justify;
	/*border: 1px solid red;*/
	}
.specifics {
	/*padding: 0.25rem;*/
	margin: 0 0.5rem 1rem 0.5rem;
	font-size: 0.60em;
	font-weight: 300;
	letter-spacing: 0.15em;
	flex: 1;
	/*border: 1px solid yellow;*/
	border-bottom: 12px solid #5b5cac;
	}
.specificsPix {
	width: 100%;	
	}
.aspectTitle {
	font-weight: 700;
	letter-spacing: 0.4em;
	text-align: justify;
	white-space: nowrap;
	color: #a7a3bf;
	}
.aspectTitleShort {
	font-weight: 700;
	letter-spacing: 0.9em;
	text-align: justify;
	white-space: nowrap;
	color: #a7a3bf;
	}
.aspectTitleMedium {
	font-weight: 700;
	letter-spacing: 0.6em;
	text-align: justify;
	white-space: nowrap;
	color: #a7a3bf;
	}
.aspectTitleLong {
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: justify;
	white-space: nowrap;
	color: #a7a3bf;
	}
.textMini {
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
}
.textSub {
	font-variant-ligatures: none;
}
	
/*	= = = = = = = = = =Smartphone Styles = = = = = = = = = =	*/

@media all and (max-width: 770px) and (orientation: portrait) {

.picHorizontal {
	display: none;
}
.picVertical {
	display: block;
	top: 0;
	bottom: 0;
}
.titlePlacementTop {
	width: 70vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: justify;
	z-index: 1;
	border: 1px solid red;
}
.titlePlacementBot {
	position: absolute;
	width: 70vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: justify;
	z-index: 10;
	top: 70px;
	border: 1px solid blue;
}
.aspectsDiv {
	flex-direction: column;
	max-width: 414px;
}
.logoLI {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.46em;
	color: #FFFFFF;
}
.logoLI4 {
	display: inline-block;
	width: 20%;
	font-size: 1.5em;
	font-weight: 700;
	text-align: justify;
	text-justify: inter-character;
	white-space: nowrap; 
	color: #FFFFFF;
	border: 1px solid red;
}
.specifics {
	/*padding: 0.25rem;*/
	margin: 0 0.5rem 1rem 0.5rem;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 0.15em;
	flex: 1;
	border-bottom: 12px solid #5b5cac;
}


