<!--
/* www.neiltking.com - (C)Neil T King */
body {
	font-family: 'ABeeZee', sans-serif;
	font-size: 16px;
	background-color: #000000;
	background-image: url('/background1.jpg');
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
}
img {
	max-width: 100%;
}
p {
	line-height: 1.6em;
}
strong {
	font-weight: bold;
}
iframe {
	display: block;
	margin: 0 0 0 -10px;
	max-width: calc(100% + 20px);
	width: calc(100% + 20px);
	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
}
a {
	/* word-break: break-all; */
    color: #444444;
}
.outercontentblock {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	background: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0 0 0px 10px #DDDDDD;
}
ul.mainmenu {
	list-style: none outside none;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
ul.mainmenu li {
	display: inline-block;
	box-sizing: border-box;
	padding: 2px 5px;
	border: 1px solid #888;
	margin: 2px;
	cursor: pointer;
	width: 108px;
	height: 100px;
	vertical-align: top;
	font-size: 14px;
}
ul.mainmenu li:hover {
	background: #CCDDFF;
	box-shadow: 0 0 5px 3px rgba(50,100,255,0.4);
}
ul.mainmenu a {
    word-break: normal;
    text-decoration: none;
    display: block;
}
.fa-solid {
	font-size: 2em;
	margin-bottom: 10px;
    margin-top: 10px;
}
.innercontentblock {
	max-width: 100%;
	margin: 10px;
	color: #444444;
	text-align: left;
	position: relative;
	background: #FFFFFF;
	z-index: 999;
}
.examplework {
	clear: both;
	width: 100%;
	border-top: 2px solid #EEEEEE;
}
.examplework img {
	float: left;
	margin-right: 10px;
	margin-bottom: 14px;
	border: 1px solid #AAAAAA;
}
.examplework ul li {
	margin-bottom: 15px;
}
figure {
	display: inline-block;
	margin: 0 0 10px 0;
	vertical-align: top;
}
figcaption {
	font-size: 0.85em;
	margin: 2px 5px;
	font-style: italic;
}
.appicon {
	border-radius: 20px;
}
.sectiontitle {
	width: 100%;
	background: #DDDDDD;
	margin: 75px 0 5px -10px;
	padding: 15px 10px;
	cursor: pointer;
}
.sectiontitle:hover {
	background: #CCDDFF;
}
.section {
	display: block;
}
.faqtitle {
	box-sizing: border-box;
	width: 100%;
	background: #DDDDDD;
	margin: 20px 0 5px 0px;
	padding: 5px 10px;
	cursor: pointer;
}
.faqtitle:hover {
	background: #CCDDFF;
}
a.linkblock {
	display: inline-block;
  box-sizing: border-box;
	padding: 2px 10px;
	border: 1px solid #888;
	margin: 2px;
	cursor: pointer;
  width: 32%;
  min-width: 300px;
  vertical-align: center;
}
a.linkblock:hover {
	background: #CCDDFF;
	box-shadow: 0 0 5px 3px rgba(50,100,255,0.4);
}
.columnleft {
	width: 48%;
	border: 1px solid #444444;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	min-width: 300px;
	display: block;
	float: left;
	background: #EEFFEE;
}
.columnright {
	width: 48%;
	border: 1px solid #444444;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	min-width: 300px;
	display: block;
	float: right;
	background: #EEFFEE;
}
.footer {
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #AAAAAA;
	margin-top: 10px;
	padding-top: 10px;
}
#eemayul {
	font-size: 1.2em;
	text-align: center;
}
.textalongside {
	padding: 0 0 0 15px;
	float: left;
}
.rot0 img {
	border: 0;
	margin-bottom: 0;
	float: none;
}
.rot90 img {
	border: 0;
}
.rot0 {
	-webkit-animation: turn0 0.5s ease forwards;
	animation: turn0 0.5s ease forwards;
	display: inline-block;
}
.rot90 {
	-webkit-animation: turn90 0.5s ease forwards !important;
	animation: turn90 0.5s ease forwards !important;
	display: inline-block;
}
.spin {
	-webkit-animation: spin180 3.5s infinite !important;
	animation: spin180 3.5s infinite !important;
}
@keyframes turn90 {
	0% { -webkit-transform: rotate(0deg); transform:rotate(0deg); }
	100% { -webkit-transform: rotate(90deg); transform:rotate(90deg); }
}
@keyframes turn0 {
	0% { -webkit-transform: rotate(90deg); transform:rotate(90deg); }
	100% { -webkit-transform: rotate(0deg); transform:rotate(0deg); }
}
@keyframes spin180 {
	0% { -webkit-transform: rotate3d(0,1,0, 0); transform:rotate3d(0,1,0, 0); opacity: 0;}
	100% { -webkit-transform: rotate3d(0,1,0, 360deg); transform:rotate3d(0,1,0, 360deg); opacity: 1;}
}

/* Override styles for tablets (portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.examplework img {
		float: none;
		display: block;
		margin: 0 auto;
	}
}

/* Override styles for phones (portrait) */
@media only screen and (max-width: 767px) {
	.examplework img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.textalongside {
		padding: 15px 0 0 0;
		width: 100%;
	}
}

/* Fix for printing nicely */
@media print{
	[data-aos] {
		display: block !important;
		opacity: 1 !important;
		transform: translate(0) scale(1) !important;
	}
}
-->