
html {
	min-height: 100vh;
}
body {
	min-height: 100vh;
	font-family: open-sans, sans-serif;
	/*font-size: 20px;*/
	font-size: 16px;
	line-height: 160%;
	color: #565656;
	background: #060b0e;
}
* {
	outline: none;
}
a {
	color: #00b1cd;
	font-weight: bold;
	-o-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
a:focus,
a:hover,
a:active {
	color: #02d6f8;
	text-decoration: none;
}
.col-img {
	width: 100%;
	height: auto;
}
.font-custom-1, h2 {
	font-family: hammersmith-one, sans-serif;
	/* font-weight: bold; */
}
.font-custom-2 {
	font-family: open-sans, sans-serif;
}
.footer {
	width: 100%;
	margin: 0;
	position: fixed;
	bottom: 0;
	text-align: center;
	background: #040404;
	padding: 5px;
	font-size: 12px;
	color: #555555;
	box-shadow: 0 -3px 2px rgb(255 255 255 / 4%);
}
.row {
    padding-top: 20px;
}
.row.work-row {
	padding-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 40px;
}
.row.work-row:first-child {
	padding-top: 40px;
}
.row.work-row:last-child {
	padding-bottom: 20px;
	border-bottom: none;
	margin-bottom: 0;
}
.row.work-row h2 {
	margin-top: 5px;
}
.row.work-row p {
	font-size: 16px;
	color: #787878;
}
.section {
	min-height: 100vh;
	box-sizing: border-box;
	position: relative;
	padding-top: 28px;
	clear: both;
}
.portfolio-link-thumb {
  display: block;
  position: relative;
}
.zoom-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	margin: 11px;
	color: rgba(255,255,255,1);
	text-shadow: 0 0px 3px rgba(0,0,0,0.4);
	font-size: 22px;
}
#section-contact,
#section-about {
	min-height: 100vh;
}
#section-portfolio,
#section-contact,
#section-about {
	background: #EEEEEE;
}
#section-portfolio {
	padding-top: 0;
	border-top: 44px solid #060b0e;
}
#section-portfolio .header {
	margin-top: 0;
}
#section-portfolio img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background: #555555;
	padding: 7px;
	border: 1px solid #111111;
	-o-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
#section-portfolio img:hover {
  background: #6A6A6A;
}
#section-about p {
	padding-bottom: 10px;
}
#splash {
	text-align: left;
	min-height: 100vh;
	/* background: #010508 url(/images/splash.jpg) no-repeat center center; */
	/* background-size: cover; */
	/* background: #010101 url(/images/kt-portrait-blue.jpg) no-repeat center right; */
	background: #010101;
	background-size: contain;
}
#splash:after {
	content: " ";
	clear: both;
	display: block;
}
#splash p {
	padding-top: 10px;
	font-size: 22px;
	line-height: 140%;
}
#splash .title-name {
	color: #FFFFFF;
	position: absolute;
	top: 16%;
	left: 14%;
	text-shadow: 0 0 10px rgba(255,255,255,0.5);
	font-size: 30px;
}
#splash .title-name img {
	margin-right: 10px;
	margin-bottom: 12px;
	height: 120px;
}
.title-name .byline-container {
	display: block;
	position: absolute;
	top: 93px;
	left: 108px;
	overflow: hidden;
	height: 60px;
	width: 500px;
}
.title-name .byline {
	position: relative;
}
.title-name .byline span {
	clear: both;
	display: block;
	margin: 0 0 0 115px;
	font-weight: normal;
	font-size: 20px;
	color: #99AAAA;
  width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#splash nav {
	position: absolute;
	top: 22%;
	right: 14%;
}
#splash nav ul {
	padding: 0;
	margin: 0;
}
#splash nav li {
	list-style: none;
	float: left;
}
#splash nav li a {
	border-radius: 50%;
	background: #04cefa;
	border: 2px solid #63f2ff;
	margin: 0 20px 10px 0;
	height: 100px;
	width: 100px;
	text-align: center;
	display: inline-block;
	line-height: 100px;
	color: #FFFFFF;
	-o-transition: background-color 0.2s, margin 0.2s, box-shadow 0.2s, text-shadow 0.2s;
	-moz-transition: background-color 0.2s, margin 0.2s, box-shadow 0.2s, text-shadow 0.2s;
	-webkit-transition: background-color 0.2s, margin 0.2s, box-shadow 0.2s, text-shadow 0.2s;
	transition: background-color 0.2s, margin 0.2s, box-shadow 0.2s, text-shadow 0.2s;
	box-shadow: 0 3px 8px rgba(0,0,0,2);
	text-shadow: 0 0 0 rgba(255,255,255,0);
}
#splash nav li a:hover,
#splash nav li a:focus,
#splash nav li a:active {
	background: #3fddff;
	margin-top: -3px;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 1);
	text-shadow: 0 0 6px rgba(255,255,255,0.75);
}
#post-splash {
	/* background: #333;
	border-bottom: 1px solid #222222;
	height: 25px; */
}
.skills {
	margin-left: 0;
	padding: 0 0 0 25px;
}
.skills > li {
	margin-left: 0;
	padding-left: 0;
}
.skills > li > span{
	color: #AAA;
	font-weight: bold;
	padding-left: 10px;
}
.skills-col {
	border-left: 1px solid #CCC;
	padding: 15px 0 10px 20px;
}
body .container {
    width: auto;
}
.content {
	box-sizing: border-box;
}
.content, .navbar ul, .header h2 {
	width: 90%;
	margin: 0 auto;
	max-width: 1100px;
}
.header {
	background: #DDDDDD;
	padding: 24px 0 20px 0;
	margin: 20px 0;
	color: #777777;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #C8C8C8;
	-o-box-shadow:			inset 0 0 10px #CCCCCC;
	-moz-box-shadow: 		inset 0 0 10px #CCCCCC;
	-webkit-box-shadow:	inset 0 0 10px #CCCCCC;
	box-shadow: 				inset 0 6px 8px #BBBBBB;
}
#section-portfolio .header {
	box-shadow: inset 0 6px 8px #999999;
}
.header h2 {
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.navbar ul {
	margin-top: 0;
}
.navbar {
	margin-top: 0;
	background: #3E3E3E;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 0;
	webkit-transition: background .3s ease-in-out, padding .3s ease-in-out, margin .3s ease-in-out, font-size .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, padding .3s ease-in-out, margin .3s ease-in-out, font-size .3s ease-in-out;
    transition: background .3s ease-in-out, padding .3s ease-in-out, margin .3s ease-in-out, font-size .3s ease-in-out;
	border-bottom: 1px solid #222222;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.navbar ul {
	padding:0;
	webkit-transition: margin .5s ease-in-out;
    -moz-transition: margin .5s ease-in-out;
    transition: margin .5s ease-in-out;
	list-style-type: none;
}
.navbar ul li {
	vertical-align: middle;
    border-left: 1px solid #555;
    border-right: 1px solid #333;
    float: left;
	list-style-type: none;
}
.navbar ul li a {
	color: #04cdf5;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	webkit-transition: background .3s ease-in-out, padding .3s ease-in-out, font-size .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, padding .3s ease-in-out, font-size .3s ease-in-out;
    transition: background .3s ease-in-out, padding .3s ease-in-out, font-size .3s ease-in-out;
    font-size: 24px;
	font-family: open-sans, sans-serif;
	font-weight: bold;
}
.navbar ul li a {
    font-size: 20px;
}
body.top .navbar ul {
	margin-top: -50%;
}
.navbar .logo {
	font-size: 20px;
	line-height: 0;
	color: #BBB;
	font-family: open-sans, sans-serif;
	font-weight: bold;
	padding: 8px 20px 4px 20px;
}
.navbar .menu-logo-img {
	height: 30px;
}
.navbar ul li:first-child {
	margin-left: -8px;
}
@media (max-width: 1100px) {
	.row.work-row .col-sm-4,
	.row.work-row .col-sm-8 {
		clear: both;
	}
	#splash .title-name,
	#splash nav {
		position: relative;
		text-align: center;
		float: none;
		clear: both;
	}
	#splash .title-name {
		top: auto;
		left: auto;
		padding-top: 10%;
	}
	#splash .title-name .byline-container,
	#splash .title-name .byline,
	#splash .title-name > span {
		position: relative;
		display: block;
		clear: both;
		top: auto;
		left: auto;
		width: 100%;
	}
	.title-name .byline span {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 15px 0 5px 0;
	}
	#splash nav {
		top: auto;
		right: auto;
		padding-top: 10px;
	}
	#splash nav li {
		display: inline-block;
		float: none;
		width: 100px;
		max-width: 31%;
		margin-right: 2%;
	}
	#splash nav li:last-child {
		margin-right: 0;
	}
	#splash nav li a {
		width: 100%;
		margin: 0;
	}
}
@media (max-width: 950px) {
	#splash {
		background-position: top center;
	}
}
@media (max-width: 767px) {
	.work-row > .pull-right {
		width: 100%;
	}
	.skills-col {
		border-top: 1px solid #CCC;
		border-left: none;
		padding: 15px 20px 10px 20px;
	}
}
@media (max-height: 600px) {

}
@media (max-width: 600px) {
	.navbar ul {
		width: 100%;
	}
	.navbar ul li a {
		font-size: 16px;
	}
}
@media (max-width: 400px) {
	.navbar ul li a {
		color: #04cdf5;
		padding: 10px;
	}
}
