/* Stylesheet for SEMU Consulting */
@charset "UTF-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	display: block;
	margin: 0 auto;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	background-color: black;
	position: relative;
}

div.main-container {
	margin: 0 auto;
	padding: 0;
	width: 100%
}

@media (min-width : 800px) {
	div.main-container {
		width: calc(640px + 20%) !important
	}
}

nav {
	top: 0;
	position: fixed;
	width: inherit;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: whitesmoke !important
}

header, footer, section {
	padding-left: 16px;
	padding-right: 16px
}

header {
	font-size: 3em;
	padding-top: 16px
}

footer {
	color: gray !important;
	background-color: black !important;
	padding-top: 8px;
	padding-bottom: 8px
}

@media (max-width :480px) {
	.hide-small {
		display: none !important
	}
}

@media (min-width :480px) {
	.hide-large {
		display: none !important
	}
}

ul.square {
	list-style-type: square
}

li.square {
	padding: 8px
}

li.square:hover {
	color: coral !important
}

ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}

li.nav a {
	display: block;
	text-decoration: none;
	padding: 16px;
	color: dimgray !important;
	background-color: inherit
}

li.nav a:hover {
	color: black !important;
	background-color: silver !important
}

img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto
}

img.nav {
	display: inline;
	vertical-align: text-top
}

h3 {
	border-bottom: 2px solid #ccc !important;
	border-color: whitesmoke !important;
	padding-bottom: 0.5em;
	font-size: 2em;
	font-weight: normal;
	color: slategray !important
}

h4 {
	border-bottom: 1px solid #ccc !important;
	border-color: whitesmoke !important;
	padding-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: normal;
	color: cadetblue !important
}

a:hover {
	color: forestgreen !important
}

.center {
	text-align: center
}

.left {
	float: left
}

.right {
	float: right
}

.pad-bottom-16 {
	padding-bottom: 16px
}

.margin-left-16 {
	margin-left: 16px
}

#error {
	text-align: center;
	vertical-align: middle;
	color: lightblue;
}