.container {
	margin-top: 2%;
	position: relative;
}

footer {
	display: inline-block;
	float:right;
	width:100%;
}

footer.span {
	text-align: center;
}

.subheader h3 {
	margin-top: 4%;
	font-weight: 200;
}

a {
	text-decoration: none;
    display: inline-block;
    position: relative;
}

/* nav bar */

.navbar {
	width: 100%;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

.navbar ul {
	text-align: center;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

.navbar li {
	padding: 10px 10px 0px 5px;
	float: left;
	display: inline-block;
}

@media (min-width: 650px) {
	.navbar {
		padding-top: 20px;
		border: none;
	}

	.navbar ul {
		list-style: none;
	}

	.navbar li {
		float: right;
		padding-top: 5px;
		margin-top: -10px;
		margin-bottom: 17px;
		margin-left: 80px;
	}
}

/* end nav bar */

a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .2s ease;
}

a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #1378B2;
    transition: width .2s ease;
}

@media (min-width: 950px) {
		a:hover:before {
	    width: 100%;
	    height: 2px;
	    color: #1378B2;
	    background: #1378B2;
	    transition: width .2s ease;
	}
}

@media (min-width: 950px) {
	a:hover:after {
	    width: 100%;
	    color: #1378B2;
	    background: transparent;
	    transition: all 0s ease;
	}
}


h3 a:before,
h3 a:after,
h4 a:before,
h4 a:after {
	bottom: 3px;
}

p a:before,
p a:after {
	height: 1px;
}


.project {
	margin-top: 8%;
	margin-bottom: 0%;
	width: 100%;
}

.content > div:first-child {
	margin-top: 6%;
}

.content > div:nth-last-child(2) {
	margin-bottom: 5%;
}

.project-info {
	margin-bottom: 3rem;
}

.project-name h4 {
	margin-bottom: 1rem;
}

.project-blurb {
	font-style: italic;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 750px) {
	.project-blurb {
		font-size: 1.4em;
	}
}

.project-blurb h5 {
	margin-bottom: 1rem;
}

@media (min-width: 750px) {
	.project-blurb h5 {
		margin-bottom: .5em;
	}
}

.project-blurb span { /*in-progress project */
	color: #9C9C9C;
}

.project-logo {
	overflow: hidden;
}

.project-info {
	padding-top: 10px;
}

#full-line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #222;
	margin-bottom: 20px;
}

/* resume entries */

@media (min-width: 550px) {
	.resume-row {
		margin-bottom: -20px;
	}
	.resume-entry {
	}
	.resume-entry h4 {
	}
	.resume-entry h6 {
		font-style: italic;
		font-size: 1.2em;
	}
	.resume-entry p {
	}
}

.resume-row {
}

.resume-entry {
}

.resume-entry h4 {
}



.employer h4 {
	margin-bottom: 40px;
}

@media (min-width: 650px) {
	.employer h4 {
		font-size: 1.15em;
	}
}

@media (min-width: 1050px) {
	.employer h4 {
		font-size: 1.6em;
	}
}


.tenure {
	font-style: italic;
	margin-bottom: -40px;
}

.position {
	font-style: italic;
	margin-bottom: -20px;
}

.resume-entry p {
	margin-bottom: 0px;
}

/* end resume entries */

.skills p {
/*	font-size: 1.9rem;
*/}

@media (min-width: 550px) {
	.skills {
		margin-top: 0;
		margin-bottom: 0;
	}
}

/* resume client list */

.client-list {
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #222;
	padding-top: 20px;
}

@media (min-width: 550px) {
	.client-list {
		margin-top: 3%;
		margin-bottom: 6%;
	}
}

/* end client list */

/* contact page */

.contact-row {
	margin-bottom: -80px;
	margin-top: -120px;
}

.contact-row h5 {
	font-weight: 100;
}

/* end contact page */

@media (min-width: 750px) {
	#full-line {
		margin-top: 5px;
	}
}

.project-logo img {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

@media (min-width: 750px) {
	.project-logo {
		margin-top: 6px;
	}
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-template-hidden {
	display: none;
}

.project-details {

}

footer {
	text-align: center;
	margin-top: 100px;
}

img {
	width: 100%;
}