/* 
Doc Type: 	CSS
Version: 	1.3.32.1
Author: 	KHW Cloud Services
*/

:root { /* N.B: You can use these colors in other sheets */
	--colFull: #0000ff; /* Full Blue */
	--colMed: #00a2e8;  /* Med Blue */
	--colLow: #55ccff;	/* Low Blue */
}

body {
	font-family: Verdana, Arial;
	font-size: 16px;
	background-color: #1a1a1a;
	color: white;
	margin: 0px;
}
a {
	text-decoration: none;
}
a img {
	padding-top: 20px;
}
a:link{
	color: #0000ff;
}
a:visited{
	color: #0000ff;
}
a:hover{
	color: #00a2e8;
}
h1 {
	text-align: center;
	font-size: 25px;
}
h2 {
	text-align: center;
	font-size: 18px;
}
h3 {
	font-size: 17px;
}
hr {
	height: 10px;
	border-width: 0px;
	background-color: #55ccff;
}
li {
	line-height: 1.5;
}
.attn {
	position: relative;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: white;
	color: black;
	font-size: 25px;
}
.boxOut {
	max-width: 800px;
	width: fit-content;
	margin: 0 auto;
}
.centered {
	text-align: center;
}
.enqForm button {
	width: 100%;
	cursor: pointer;
}
.enqForm hr {
	height: 5px;
}
.enqForm p {
	margin: 5px 0;
	text-align: right;
}
.foot {
	margin-bottom: 10px;
	font-size: 14px;
}
#header {
	margin-bottom: 10px;
}
.headSplit {
	background-color: #0000ff;
	height: 5px;
}
.inset {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: white;
	color: black;
}
.insetCentered {
	text-align: center;
}
.logo {
	background-color: white;
	color: #0000ff;
	padding: 5px 10px;
	font-family: Verdana;
	font-size: 30px;
	font-weight: 1000;
}
.logo img {
	height: 60px;
}
.services {
	position: relative;
	width: fit-content;
	max-width: 980px;
	margin: 0 auto;
}
@media only screen and (max-width: 1079px) { .services { max-width: 650px; }}
@media only screen and (max-width: 747px)  { .services { max-width: 325px; }}
.services img {
	height: 150px;
}
.services a {
	display: inline-table;
	width: 300px;
	height: 280px;
	padding: 10px;
	text-align: center;
	transition: 0.3s;
	border-radius: 20px;
}
.services a:link { 
	text-decoration: none;
}
.services a:visited { 
 	text-decoration: none;
}
.services a:hover { 
	text-decoration: none;
	transition: 0.3s;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
}
.stinger {
	padding: 5px 0px;
	background-color: black;
	color: gray;
	font-size: 12px;
}
.stinger a {
	color: gray;
}
.stinger ul {
	margin: 5px 0;
}
.toolBlock {
	padding: 10px 0;
	width: 300px;
	margin: 0 auto;
}

/* The navigation menu */
.nav {
	background-color: var(--colMed);
	padding: 0px;
}
.nav a {	
	display: block;
	padding: 6px 10px;
	font-size: 14px;
	text-decoration: none;
	transition: 0.3s;
	color: white;
}
.nav a:hover { 
	color: white;
	background-color: var(--colFull);
}
.nav li {
	float: left;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.activePage {
	background-color: var(--colFull);
}
a.activePage { color: white; }
/* End of Navigation */

/* Dropdown menu */
.dropdown:hover .dropbtn {
	background-color: var(--colFull);
	color: white;
}
li.dropdown {
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	display: block;
	text-align: left;
	font-weight: normal;
}
.dropdown-content a:hover {
	color: black;
	background-color: #d9d9d9;
}
.dropdown:hover .dropdown-content {
display: block;
transition: 0.3s;
}
/* End of Dropdown Menu */

/* Sidebar menu */
.sidebarBtn {
	height: 100%;
	position: fixed;
	top: 50%;
}
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
}
/* The sidebar links */
.sidebar a {
	padding: 8px 32px 8px 32px;
	text-decoration: none;
	font-size: 16px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidebar a:hover {
	color: #f1f1f1;
}
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
	margin-left: 50px;
}
.openbtn {
	margin: 0px -10px;
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 10px;
	border: none;
	width: 10px;
}
.openbtn:hover {
	background-color: #444;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s; /* If you want a transition effect */
}
@media screen and (max-height: 450px) {
	.sidebar {padding-top: 15px;}
	.sidebar a {font-size: 18px;}
}
/* End of Sidebar */

/* Grid */
.grid {
	display: grid;
	grid-template-columns: 220px 1fr;
	grid-column-gap: 10px;
}
.gColumn h3 {
	margin-top: 34px;
}
.gCol1 img {
	width: 200px;
}
.gCol1 a img{
	opacity: 0.75;
}
.gCol1 a:hover img{
	opacity: 1;
}
@media screen and (max-width: 800px) {
	.grid {		display: inline-table;
	}
	.gColumn {
		width: 100%;
		float: left;
	}
}
/* End of Grid */

/* 
Scrollbar
*/
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #555;
}
::-webkit-scrollbar-thumb {
	background: #111;
}
::-webkit-scrollbar-thumb:hover {
	background: #333;
}

/* Sticky Navigation */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.content {
	padding-top: 0px;
}

.sticky + .content {
	padding-top: 38px;
}