@charset "UTF-8";
@font-face {
font-family: "NewAsh";
font-style: normal;
font-weight: normal;
src: url("../fonts/NewAsh.woff2") format("woff2"),
	 url("../fonts/NewAsh.woff") format("woff"),
	 url("../fonts/NewAsh.ttf")  format("truetype"),
	 url("../fonts/NewAsh.svg") format("svg");
}

body {
	background-color: #222629;
	color: #8A8C8F;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	border-top: 5px solid #86c232;
}
body * {
	box-sizing: border-box;
}
#wrapper {
	overflow: hidden;
}
.width-wrapper {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 40px;
	color: #ddd;
}
h3::before {
	content: " ";
	display: block;
	background-color: #86c232;
	width: 90px;
	height: 3px;
	margin: 0 auto .4em;
}
.strong {
	font-weight: bold;
}

/** NAV **/
header {
	padding-top: 14px;
}
header img {
	display: block;
	margin: 0 auto;
	width: 50px;
}
header nav {
	position: relative;
	top: -55px;
	margin-bottom: 35px;
}
header nav ul {
	oveflow: hidden;
}
header nav ul li {
	float: left;
	width: 20%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
header nav ul li a {
	color: #8A8C8F;
	text-decoration: none;
}
header nav ul li a:hover {
	font-style: italic;
	color: #ddd;
}
header nav ul li:nth-child(2) {
	margin-right: 20%;
}

/** TITLE **/
#title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 70px;
}
#title h1 {
	font-size: 65px;
	line-height: .8em;
	margin-bottom: 20px;
	font-family: "NewAsh", proxima-nova, Helvetica, Arial, sans-serif !important;
	color: #ddd;
	font-weight: 100;

}
#title h2 {
	font-size: 47px;
	color: #86c232;
	font-weight: normal;
	letter-spacing: 2px;
}

/** SUMMARY **/
#summary {
	text-align: center;
	margin-bottom: 70px
}
#summary img {
	display: block;
	margin: 0 auto 15px;
	width:260px;
}
#summary h3 {
	text-shadow: 0px 0px 24px rgba(0, 0, 0, 1);
	margin-bottom: 15px;
}
#summary p {
	max-width: 770px;
	margin: 0 auto;
}

/** SKILLS **/
#skills .carousel {
	overflow: hidden;
	margin-bottom: 70px;
}
#skills h3 {
	margin-bottom: 30px;
}
#skills .carousel .carousel-item {
	float: left;
	width: 25%;
}
#skills .carousel .carousel-item img {
	width: 40px;
	margin: 0 20% 5px;
}
#skills .carousel .carousel-item h4 {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 20%;
	color: #ddd;
}
#skills .carousel .carousel-item li {
	padding: 0 20% 3px;
	list-style-type: none;
}

/** EXPERIENCE **/
#experience {
	position: relative;
}
#experience .job {
	overflow: hidden;
	margin-bottom: 30px;
}
#experience .job:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#experience .job .details {
	float: left;
	width: 20%;
	margin-right: 3%;
	text-align: right;
}
#experience .job .details img {
	width: 80px;
}
#experience .job .details img#compuware {
	width: 100px
}
#experience .job .details h4 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.3em;
	color: #ddd;
}
#experience .job .details h4.company {
	font-style: italic;
	color: goldenrod;
	text-transform: none;
}
#experience .job .details h5 {
	font-weight: normal;
	font-style: italic;
}
#experience .job .responsibilities {
	float: left;
	width: 77%;
	overflow: hidden;
	border-bottom: 1px solid #474b4f;
	padding-bottom: 30px;
	padding-left: 20px;
}
#experience .job:last-child .responsibilities {
	border-bottom: 0;
	padding-bottom: 70px;
}
#experience .job .responsibilities .highlight {
	font-weight: bold;
}
#experience .job .responsibilities li {
	list-style-type: disc;
	margin-bottom: 5px;
}
#experience .job .responsibilities li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
#experience .footer-logo {
	position: absolute;
	width: 10%;
	bottom: -2px;
	max-width: 100px;
	right: -120px;
}

/** CONTACT FORM **/
.green {
	background: rgb(43,165,49);
	background: -webkit-linear-gradient(bottom, rgba(138,183,48,1) 0%, rgba(134,194,50,1) 100%);
	background: -o-linear-gradient(bottom, rgba(138,183,48,1) 0%, rgba(134,194,50,1) 100%);
	background: linear-gradient(to top, rgba(138,183,48,1) 0%, rgba(134,194,50,1) 100%);
	padding: 30px 0
}
#contact h3 {
	color: #222629;
	text-align: left;
	margin-bottom: 10px;
}
#contact h3::before {
	width: 0;
	height: 0;
}
#contact p {
	color: #222629;
	margin-bottom: 10px;
}
#contact p a {
	color: #fff;
	font-weight: bold;
}
#contact form {
	color: #222629;
	overflow: hidden;
	border-bottom: 1px solid #222629;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#contact form label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
#contact form label span {
	color: #fff;
}
#contact form fieldset:last-child {
	width: 66%;
	float: left;
}
#contact form fieldset:first-child {
	width: 32%;
	margin-right: 2%;
	float: left;
}
#contact form label input,
#contact form label textarea,
#contact form button {
	width: 100%;
	display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    background-image:none;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	padding: 15px;
	font-size: 14px;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#contact form button {
	padding: 10px
}
#contact form label textarea {
	min-height: 210px;
}
#contact form label input::placeholder,
#contact form label textarea::placeholder {
	color: #bbb;
}
#contact form button {
	border-radius: 0;
	background-color: #222629;
	color: #ddd;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	display: inline;
	width: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    clear: both;
    transform: translateY(-50%);
	overflow: hidden;
}
#contact .ctas {
	overflow: hidden;
	position: relative;
}
#contact .ctas #recaptcha-wrap {
	float: right;
    margin-right: 158px;
	width: 302px;
}

/** LOADER **/
.spinner {
	margin: 12px auto 0;
	width: 70px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222629;
}

.spinner > div {
	width: 15px;
	height: 15px;
	background-color: #fff;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/** FOOTER **/
footer {
	color: #222629;
	position: relative;
}
footer a {
	color: #222629;
}
footer #resume {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
footer #resume .title {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 15px;
}

/** DIALOG **/
.ui-dialog {
	-webkit-box-shadow: -1px 0px 59px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 59px -1px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 59px -1px rgba(0,0,0,0.75);
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 50% !important;
	max-width: 550px;
}
.ui-dialog .ui-dialog-titlebar {
	border: none;
	background: none;
	height: 20px;
	padding-top: 25px;
}
.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon,
.ui-dialog .ui-dialog-titlebar .ui-button:hover .ui-icon,
.ui-dialog .ui-dialog-titlebar .ui-button:focus .ui-icon,
.ui-dialog .ui-dialog-titlebar .ui-button:active .ui-icon {
	background: transparent url("../images/x.svg") no-repeat top left;
	background-size: 20px;
	height: 20px;
	width: 20px;
}
.ui-dialog .ui-dialog-titlebar .ui-button,
.ui-dialog .ui-dialog-titlebar .ui-button:hover,
.ui-dialog .ui-dialog-titlebar .ui-button:focus,
.ui-dialog .ui-dialog-titlebar .ui-button:active {
	border-width: 0;
    background: none;
    height: 20px;
    width: 20px;
    top: 15px;
	right: 10px;
	padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline-color: #f5f5f5;
}
.ui-dialog .ui-dialog-content {
	overflow: visible;
	text-align: center;
	padding: 0 40px 40px;
}
.ui-dialog .ui-dialog-content .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top:0;
	min-height:0;
}
.ui-dialog .ui-dialog-content p {
	font-size: 16px
}

/*** MOBILE ***/
@media only screen and (max-width: 767px) {

	body {
		border-top-width:3px
	}
	h3 {
		line-height: 1em;
	}

	/** HEADER (mobile) **/
	header {
		padding-top: 10px
	}
	header img {
		width: 40px;
	}
	header nav {
		top: -45px
	}
	header nav ul li {
		font-weight: normal;
		font-size: 12px;
		text-transform: none;
	}

	/** TITLE (mobile) **/
	#title {
		position: relative;
		top: -20px;
		margin-bottom: 30px;
	}
	#title h1 {
		font-size: 46px;
		line-height: 1.2em;
		margin-bottom:0
	}
	#title h2 {
		font-size: 22px;
		letter-spacing: 1px;
		line-height: 1.1em;
	}
	
	/** SUMMARY (mobile) **/
	#summary {
		margin-bottom: 50px;
	}
	#summary img {
		width: 240px;
	}
	
	/** SKILLS (mobile) **/
	#skills h3 {
		margin-bottom: 30px;
	}
	#skills .carousel {
		margin-bottom: 30px;
	}
	#skills .carousel .carousel-item:nth-child(odd) {
		margin: 0 2% 2.3em;
	}
	#skills .carousel .carousel-item {
		width: 48%;
		height: auto;
		float: left;
		margin-bottom: 2.3em;
		position: relative;
		text-align:center;
	}
	#skills .carousel .carousel-item img {
		width: 40px;
		margin: 0 10% 5px;
	}
	#skills .carousel .carousel-item h4 {
		padding: 0 10%;
	}
	#skills .carousel .carousel-item li {
		padding: 0 10% 10px;
		line-height: 1.2em;
	}
	
	/** EXPERIENCE **/
	#experience h3 {
		margin-bottom: 25px;
	}
	#experience .job .details {
		float: none;
		width: 100%;
		text-align: left;
		padding-left: 20px;
		margin-bottom: 15px;
	}
	#experience .job .details h4 {
		margin-bottom: 5px;
	}
	#experience .job .details h5 {
		font-size: 14px;
		line-height: 1.3em;
	}
	#experience .job .responsibilities {
		width: 100%;
		color: #86c232;
	}
	#experience .job .responsibilities span {
		color: #8A8C8F;
	}
	#experience .job:last-child {
		padding-bottom: 30px
	}
	#experience .footer-logo {
		position: absolute;
		width: 80px;
		bottom: -2px;
		max-width: 100px;
		right: 0;
	}
	
	/** CONTACT FORM **/
	.green {
		padding-top: 20px;
		padding-bottom: 15px
	}
	#contact form label input,
	#contact form label textarea {
		font-size: 16px;
	}
	#contact form fieldset:first-child,
	#contact form fieldset:last-child {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	#contact form .ctas button {
		width: 100%;
		margin-top: 10px;
		transform: translateY(0);
		position: static;
	}
	#contact .ctas #recaptcha-wrap {
		float: none;
		margin: 15px auto 10px;
	}
	
	/** FOOTER **/
	footer #resume {
		width: 100%;
		position: static;
		text-align: left;
	}
	footer #copyright {
		font-size: 14px
	}
	
	/** DIALOG **/
	.ui-dialog {
		width: 80% !important;
	}
}

/*** MOBILE ***/
@media only screen and (max-width: 767px) {
	#title h1 {
		font-size: 40px;
	}
}
