body {
	background-color: #30343F;
}

.clearer {
  clear: both;
}

.parent {
  position: relative;
}

.child {
	position: absolute;
}

.center { 
	margin: 0 auto !important;
}

/* Animation styles */
:root {
	--transition05s: 0.5s;
	--tile-bg-bcolor: rgba(0, 0, 0, .8) !important;
}

.toTop {
	position: fixed;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	bottom: 15px;
	left: 15px;
	color: #fff;
	background-color: #7D7C7A;
	text-align: center;
	font-size: 1.4em;
	line-height: 40px;
	padding-top: 2px;
	cursor: pointer;
	z-index: 1;
}

.toTop:hover {
	color: #FFB20F;
}

#strip {
	width: 100% !important; 
	background-color: #1B2021; 
	height: 55px; 
	position: absolute; 
}

nav {
	font-family: Arial !important;
	height: 55px;
	line-height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

nav ul li { 
	margin-right: 20px;
	display: inline-block;
	font-style: italic;
	font-size: 1.3em;
}

a:hover {
	color: #FFB20F;
}

.slide {
	margin-top: 20px;
}

section h3, section h4, section p {
	padding-bottom: 10px;
}

section h3 {
	font-style: italic;
	font-size: 1.4em;
}

section h4 {
	font-size: 1.2em;
}

.hero img {
	margin-bottom: 20px !important;
}

#slide2 ul {
  margin-bottom: 20px;
}

section ul li { 
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

section ul li img {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.tileInfo {
	opacity: 0;
	transition: var(--transition05s);
	width: 100% !important;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	padding: 10px;
	font-size: .9em;
}

.tileInfo:hover {
	opacity: 1;
	background-color: var(--tile-bg-bcolor);
	transition: var(--transition05s);
}

.tileInfo span {
	font-size: .8em;
}

.tileInfo a {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#slide4 ol li {
	font-size: .9em;
}

.social {
	margin-bottom: 20px;
}

.social a {
	padding-right: 10px;
	width: 120px;
	display: block;
	font-size: 1em;
	line-height: 1.5em;
}

	.linkedin {
		background-image: url(../img/linkedin.png);
		background-repeat: no-repeat;
		background-size: 17px 17px;
		background-position: 70px 2px;
	}

#slide4 ol li p {
	display: block;
	float: left;
}

#slide4 ol li div {	
	z-index: 1;
	float: left;
}

#slide4 ol li div > p {
	background-color: #30343F;
	top: 0;
	left: 0;
	width: 180%;
	height: 1.8em;
	cursor: pointer;
	font-style: italic;
}

#slide4 ol li p a {
	width: 100%;
	display: block;
}

#slide4 ol li div > p:hover {
	opacity: 0;
	transition: var(--transition05s);
}

#slide4 ol li a:hover {
	color: #fff;
}

.form {
	margin-top: 5px;
}

textarea {
	width: 100%;
	height: 100px;
	margin-top: 5px;
}

input, textarea, button {
	font-size: .9em;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	background-color: #cce1fc;
    border: 0;
    color: #30343F !important;
}

::-webkit-input-placeholder {
	color: #30343F;
}
::-moz-placeholder {
  	color: #30343F;
}
:-ms-input-placeholder { 
  	color: #30343F;
}
:-moz-placeholder {
  	color: #30343F;
}

section small {
	margin-left: 20px;
	text-align: right;
	font-size: .45em;
	font-style: italic;
	padding-bottom: 30px;
}









