html, body
{
	margin: 0;
	padding: 0;
}

body {
	color: #696969;
}

h1, h2, h3, h4{
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	color: #4C5C68;
}

h1 {
	font-size: 2.500em;
}

h2 {
	font-size: 1.875em; 
}

h3 {
	font-size: 1.35em; 
}

h4 {
	font-size: 1.1em; 
}

p {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.65em;
	letter-spacing: 1.5px;
	color: #696969;
}

img, video{
	max-width: 100%;
}

a {
	text-decoration: none;
}

section {
	max-width: 1200px;
    position: relative;
    padding: 4% 4% 0;
    margin: 0 auto;
}

footer {
	background: rgba(80, 80, 80, 0.95);
    color: #FFFFFF;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
}

#about {
	padding: 8% 6% 8% !important;
}

.bio p{
	padding: 2% 0 1%;
	font-size: 1.1em;
	line-height: 1.75em !important;
}

.bio h3{
	padding: 3% 0 2%;
}

.bio .message {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	font-size: 1.35em;
	line-height: 1.45em;
	text-transform: uppercase;
	color: #4C5C68;
}

.photo {
	padding-top: 50px;
}

.copyright {
	padding: 0 20px;
	float: left;
	font-size: 0.625em;
	line-height: 50px;
	text-transform: uppercase;
	color: #f7f7f7;
}

.social-media-wrapper {
	padding-right: 20px;
	float: right;
	line-height: 58px;
}

.social-media-wrapper svg {
	width: 16px;
	height: 16px;
}

.social-icon {
	padding: 0 10px;
}

.social-icon:first-child {
	padding-left: 0;
}

.social-icon:last-child {
	padding-right: 0;
}

a.social-icon svg {
	max-width: 100%;
}

a.social-icon svg .social-icon-svg { 
  fill: white;
  transition: all 0.5s ease;
}

a.social-icon svg:hover .social-icon-svg { 
  fill: #14b5c1;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#work h2 {
	padding: 0 0 40px;
}

.quote-block {
	padding: 2% 10%;
    border-bottom: 1px #f5f5f5 solid;
    display: none;
}

.goToWorkButton {
	color: #282828;
	padding-top: 80px;
	display: block;
}

.nav-logo {
	float: left;
    margin-right: 25px;
    position: relative;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 75px;
}

.nav-logo img {
	max-width: inherit !important;
	max-height: 100%;
	position: absolute;
    left: -20px;
}

.left-nav {
	z-index: 20;
    background: #FFFFFF;
    color: #4C5C68;
    border-bottom: 1px #f5f5f5 solid;
}

.titleText {
	text-align: left;
    padding: 60px 0 120px;
}

.left-nav h2{
	    font-size: 2.5em;
    line-height: 40px;
    letter-spacing: 4px;
    color: #14b5c1;
}

.left-nav h3{
	font-size: 1.5em;
    line-height: 30px;
    letter-spacing: 4px;
}

.left-nav .roundedButton {
	width: auto;
	margin: 0 auto;
}

.nav-wrap {
	padding: 2% 6%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

#menu {
    list-style-type: none;
    text-decoration: none;
}

#menu li {
	text-transform: uppercase;
    padding-bottom: 40px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 4px;
    display: inline-block;
    padding: 0 60px 0 0;
    min-height: 40px;
}

#menu li a {
	color: #4C5C68;
	text-decoration: none;
	transition: all 0.5s ease;
}

#menu li a:hover {
	color: #14b5c1;
}

.nav-button {
	float: right;
    padding-right: 0 !important;
    width: 200px;
}

.nav-button a {
	color: #FFFFFF !important;
}

.nav-button a:hover {
	color: #14b5c1 !important;
}

.content-block {
    min-height: 100%;
    position: relative;
    background: #fbfbfb;
    padding-bottom: 50px;
}

.container {
	max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.hero {
	background: #14b5c1 url("../img/hero_header.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.home-header-container .container{
	padding: 190px 6%;
}

.home-header-container .logo {
	width: 400px;
	margin-bottom: 40px;
}

.portfolio-header-container .container {
	padding: 20px 6%;
}

.portfolio-header-container .logo {
	width: 150px;
	margin-bottom: 0;
}

#projectSection {
	padding: 0 0 8% !important;
	background: #FFFFFF;
	max-width: 100%;
}

#projectSection video,
#projectSection img {
	width: 100%;
}

.projectContainer {
    margin: 0 0 4%;
    background: #FFFFFF;
    min-height: 300px;
    padding: 4%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04);
}

.projectPageDescriptionContainer {
	padding: 6% 6% 3%;
    border-bottom: 1px #f5f5f5 solid;
    background: #FFFFFF;
}

.projectDescriptionWrapper {
	display: table !important;
	max-width: 1200px;
	margin: 0 auto;
    position: relative;
}

.projectDesciptionTitle {
	font-size: 2em;
}

.projectPageDescriptionContainer .line-separator-body{
	margin: 40px 0;
}

.projectPageDescriptionContainer .roundedButton
{
	margin-top: 40px;
}

.projectOverview, .projectRole {
	padding: 1% 3% 3% 0;
	float: left;
}

.projectOverview {
	width: 57%;
}

.projectRole {
	width: 37%;
}

.projectOverview h4, 
.projectRole h4
{
	font-size: 1.35em;
	line-height: 1em;
	padding-bottom: 15px;
	font-weight: 600;
}

.projectOverview p, 
.projectRole p
{
	font-size: 1.15em;
	line-height: 1.5em;
}

.projectWebsite {
	padding-top: 10px;
}

.projectWebsite a{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    color: #14b5c1;
    display: block;
    letter-spacing: 2px;
}

.projectWebsite a:hover{
	text-decoration: underline;
}

.projectPageContainer{
	padding: 4%;
}

.projectPageContainer h3 {
	padding: 40px 0 20px;
}

.projectPageContainer h3:first-child {
	padding: 0 0 20px;
}


.projectContainer .container {
	max-width: inherit;
}

.projectContainer h2 {
	text-align: center;
}

.projectDescriptionContainer {
    display: block;
    padding: 0 4%;
    overflow: hidden;
}

.projectWrapper {
	padding: 4% 0;
	text-align: center;
}

.projectWrapper img {
	width: 80% !important;
}

.projectImageContainer {
    float: left;
    display: block;
}

.projectImageContainer img{
	max-width: 100%;
    max-height: 300px;
}

.projectCaption {
	padding: 0 0 30px;
}

.projectCaption p{
	font-size: 1.1em;
    font-family: 'Titillium Web', sans-serif;\
}

.no-caption-img {
	padding: 60px 0;
}

.no-caption-video {
	margin: 0 0 60px;
}

.roundedButton {
    color: #FFFFFF;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 0.875em;
    text-transform: uppercase;
    border: 3px solid #14b5c1;
    padding: 10px 0;
    border-radius: 3px;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    display: block;
    min-width: 175px;
    width: 175px;
    text-align: center;
    margin-top: 40px;
    background: #14b5c1;
}

.disabledButton {
    color: #14b5c1;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 3px;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    display: block;
    min-width: 250px;
    width: 250px;
    text-align: center;
    margin-top: 40px;
    background: #f2f2f2;
}

.roundedButton:hover {
	color: #14b5c1;
	border: 3px solid #202C39;
	background: #202C39;
}

#resume {
	background: #f1f5f5;
	text-align: center;
}

#resume .container{
	padding: 0 6% 80px;
}

#resume .roundedButton{
	margin: 0 auto;
	width: 200px;
}

#resume p{
	font-size: 1.250em;
	line-height: 40px;
}

.line-separator-header {
	height:3px;
	background:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	margin: 0 auto;
	width: 225px;
}

.line-separator-body {
	height:3px;
	background:#14b5c1;
	border-bottom:1px solid #14b5c1;
	width: 130px;
	margin: 30px 0;
}

a svg .workArrow {
	fill: white;
	transition: all 0.5s ease;
}

a svg:hover .workArrow
{
	-moz-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    -o-transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px)
}

.video-container {
	position:relative;
	padding-bottom:53.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%;
}

#back-top {
    position: fixed;
    bottom: 80px;
    right: 30px;
}

/* arrow icon (span tag) */
#back-top span {
	width: 40px;
    height: 40px;
    display: block;
    background: rgba(20, 181, 193,.4) url(../img/arrowTop.svg) no-repeat center center;
    background-size: 20px 20px;

    /* rounded corners */
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
	background-color: rgba(20, 181, 193, 1);
}

.image-wrapper {
    position: relative;
    background: #FFF;
    box-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    height: 600px;
    border: 1px solid rgba(0,0,0,.1);
}

.image-wrapper img{
    max-width: 100%;
    border-radius: 0 0 3px 3px;
    position: absolute;
    left: 0;
}

.image-wrapper-row img {
	display: inline;
	padding: 2% 0;
}

.image-wrapper-scroll {
    position: relative;
    background: #FFF;
    box-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    height: 540px;
    border: 1px solid rgba(0,0,0,.1);
}

.image-wrapper-scroll:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}

.project-image-only {
	width: 100% !important;
}

.image-wrapper, 
.image-wrapper-scroll, 
.project-image-only,
.video-container,
.html-video{
	margin: 2% 0 4% 0;
	border: 1px solid #f2f2f2;
}

.assessment-video {
	position: relative;
    background: #FFF;
    box-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    max-height: 550px;
}

.image-wrapper:last-child, 
.image-wrapper-scroll:last-child, 
.project-image-only:last-child,
.video-container:last-child
{
	margin: 0;
}

.scrollIcon {
	position: absolute;
	background: url(../img/scrollIcon.png) no-repeat center center rgba(0, 0, 0, 0.25);
	z-index: 999;
	width: 100%;
	height: 100%;
	opacity: 1;

	/* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.scrollIcon:hover {
	opacity: 0;
}

/*
.image-wrapper-scroll img:hover {
    -webkit-transform: translateY(-540px);
    -moz-transform: translateY(-540px);
    -ms-transform: translateY(-540px);
    transform: translateY(-540px);
}*/

.image-wrapper-scroll img{
    max-width: 100%;
    border-radius: 0 0 3px 3px;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 1024px) {

	h1 {
	font-size: 2em;
	}

	h2 {
		font-size: 1.5em; 
	}

	h3 {
		font-size: 1.1em; 
	}

	section {
	    padding: 4% 0 0;
	}

	.content-block {
		float: none;
	    width: 100%;
	}

	.nav-wrap {
		padding: 4%;
	}

	.titleText {
		text-align: center;
		padding: 40px 0;
	}

	.left-nav h2 {
		font-size: 2em;
	}

	.left-nav h3 {
		font-size: 1.25em;
	}

	.nav-logo {
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
	}

	#menu {
		text-align: center;
	}

	#menu li {
		min-height: inherit;
    	padding: 10px 15px;
	}

	.nav-button {
		float: none;
	    margin: 20px auto;
	    display: block !important;
	    padding: 0 !important;
	}

	#work h2 {
	    padding: 2% 10% 2%;
	}

	.projectContainer {
		padding: 0;
		margin: 6% 10%;
	}

	.projectImageContainer {
		float: none;
		padding-left: 0;
		text-align: center;
	}	

	.projectImageContainer img {
		max-width: 100%;
	    width: 100%;
	    object-fit: cover;
	    height: 300px;
	    border-radius: 0;
	}

	.projectDescriptionContainer {
		padding: 6%;
	}

	.projectDesciptionTitle {
		font-size: 1.375em;
	}


	.projectOverview, .projectRole {
		padding: 3% 3% 8% 0;
		float: none;
	}

	.projectOverview, .projectRole {
		width: 100%;
	}

	.projectOverview h4, 
	.projectRole h4
	{
		font-size: 1.2em;
	}

	.projectOverview p, 
	.projectRole p
	{
		font-size: 1.05em;
		line-height: 1.6em;
	}

	.projectCaption p {
		font-size: 0.875em;
	}

	.roundedButton, .disabledButton{
		margin: 0 auto;
		width: auto;
		margin-top: 30px;
	}

	#resume p {
		font-size: 1em;
    	line-height: 36px;
	}

	#resume .roundedButton{
		width: auto;
	}

	footer {	    
		width: 100%;
	}
}

@media (max-width: 480px) {
	header h2 {
		font-size: 0.938em;
    	line-height: 26px;
	}

	.projectImageContainer img
	{
		height: 260px;
	}

	.left-nav h2 {
		font-size: 1.85em;
	}

	.left-nav h3 {
		font-size: 1.1em;
	}

	#menu li {
	    font-size: 0.875em;
	    padding: 10px 10px;
	}

	.home-header-container .logo {
		width: 200px;
	}

	.home-header-container .container{
		padding: 40px 6%;
	}

	.image-wrapper, .image-wrapper-scroll {
	    height: 300px;
	}
}