﻿/*
	--------------------------
	Core Styles
	--------------------------
*/

body {
	font-family: 'Times New Roman', serif;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	width: 100%;
	padding: 0;
	margin: 0;
	min-width: 18.75em;
	background-color: #eeeeee;
	color: #000;
	opacity: 0;
	-moz-transition: all linear .3s;
	-o-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}

body p {
	font-family: Arial, sans-serif;
}

.logo > span.hex {
	text-align: center;
	margin: 5px;
	position: relative;
	display: inline-block;
	width: 1.15em;
	height: 1.15em;
}

	.logo > span.hex span {
		height: 100%;
		width: calc(100% * 0.57735);
		display: inline-block;
		background-color: #83377f;
		color: #ffe300;
		line-height: 1.125em;
		text-indent: -1px;
	}

		.logo > span.hex span:before {
			position: absolute;
			top: 0;
			right: calc((100% / 2) - ((100% * 0.57735) / 2));
			background-color: inherit;
			height: inherit;
			width: inherit;
			content: '';
			transform: rotateZ(60deg);
			z-index: -1;
		}

		.logo > span.hex span:after {
			position: absolute;
			top: 0;
			right: calc((100% / 2) - ((100% * 0.57735) / 2));
			background-color: inherit;
			height: inherit;
			width: inherit;
			content: '';
			transform: rotateZ(-60deg);
			z-index: -1;
		}

.logo > span:not(.hex) {
	display: block;
	font-size: 0.5em;
	text-transform: uppercase;
	font-weight: 600;
}
