
/*html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow:hidden;
	overflow-y: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
}*/

html {
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
}


/* Header */

nav{
	position: absolute;
	/* background-color: rgba(0, 0, 0, 0.4);*/
	top: 0;
	left: 0;
  	right: 0;
  	z-index: 5;
	width: 100%;
	height: 8%;
	padding: 1.25rem 0;
	background: #ffffff;
}

nav.a{
	text-decoration: none;
}

.animated-words{
	font-size: 1.5em;
	font-family: 'Roboto:100', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3em;
    width: 50%;
    text-align: center;
}

@media only screen and (min-width: 320px) {
	.animated-words {
	font-size: 15px;
	font-family: 'Roboto:100', sans-serif;
	color: black;
	margin-top: 3%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}
}

@media only screen and (min-width: 400px) {
	.animated-words {
	font-size: 15px;
	font-family: 'Roboto:100', sans-serif;
	color: black;
	margin-top: 0%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}
}

@media only screen and (min-width: 680px) {
	.animated-words {
	font-size: 1.2em;
	font-family: 'Roboto:100', sans-serif;
	color: black;
	margin-top: 0%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	}
}

@media only screen and (min-width: 950px) {
	.animated-words {
	font-size: 1.5em;
	font-family: 'Roboto:100', sans-serif;
	color: black;
	margin-top: 0%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	}
}

.words span{
    position: absolute;
    width: 50%;
    text-align: center;
  	line-height: normal;
	overflow: hidden;
	opacity: 0;
	color: black;
}

/* Animation */
.words span{
	animation: fade 32s linear infinite 0s;
	color: #ffd578;
}
.words span:nth-child(2) { 
	animation-delay: 4s; 
	color: black;
}
.words span:nth-child(3) { 
	animation-delay: 8s; 
	color: black;	
}
.words span:nth-child(4) { 
	animation-delay: 12s; 
	color: black;
}
.words span:nth-child(5) { 
	animation-delay: 16s; 
	color: black;
}
.words span:nth-child(6) {  
	animation-delay: 20s; 
	color: black;
}
.words span:nth-child(7) {  
	animation-delay: 24s; 
	color: black;
}

.words span:nth-child(8) {  
	animation-delay: 28s; 
	color: black;
}

@keyframes fade {
    0% { opacity: 0; animation-timing-function: ease-in; height: 100%; }
    10% { opacity: 1; height: 100%; }
    15% { opacity: 1; height: 100%; }
	19% { opacity: 0; height: 100%; }
    100% { opacity: 0; }
}


/* Background */

.slide{
 	/*min-height: 100vh;*/
 	/*height: 500px;*/
  	width: 100vw;
  	/*overflow-x: hidden;*/
    /*overflow-y: auto;*/
/*    -webkit-perspective: 300px;
    perspective: 300px;
	transform-style: inherit;
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
}

#resume-background{
	z-index: 3;
	box-sizing: border-box;
  	box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
  	position: relative;
/*  	    -webkit-transform: translateZ(0);
    transform: translateZ(0);*/
}

.content-wrapper-text{
	position: relative;
	z-index: 3;
}

.slide3{
	position: relative;
	/*padding: 12vh 5%;*/
 	/*min-height: 100vh;*/
 	height: auto;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
	box-sizing: border-box;
  	z-index: 3; 
}

@media only screen and (min-width: 320px) {
	.slide3 {
		position: relative;
	 	/*min-height: 390vh;*/
	 	height: auto;
		width: 100%;
		margin-top: -25%;
		background: #ffffff;
		box-sizing: border-box;
	  	z-index: 3; 
	}
}

@media only screen and (min-width: 375px) {
	.slide3 {
		position: relative;
	 	/*min-height: 390vh;*/
	 	height: auto;
		width: 100%;
		margin-top: -5%;
		background: #ffffff;
		box-sizing: border-box;
	  	z-index: 3;
	}
}

@media only screen and (min-width: 400px) {
	.slide3 {
		position: relative;
	 	/*min-height: 340vh;*/
	 	height: auto;
		width: 100%;
		margin-top: 0%;
		background: #ffffff;
		box-sizing: border-box;
	  	z-index: 3;
	}
}

@media only screen and (min-width: 680px) {
	.slide3 {
		position: relative;
		/*padding: 12vh 5%;*/
	 	/*min-height: 115vh;*/
	 	height: auto;
		width: 100%;
		background: #ffffff;
		box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
		box-sizing: border-box;
	  	z-index: 3; 
	}
}

@media only screen and (min-width: 950px) {
	.slide3 {
		position: relative;
		/*padding: 12vh 5%;*/
	 	/*min-height: 150vh;*/
	 	height: auto;
		width: 100%;
		background: #ffffff;
		box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
		box-sizing: border-box;
	  	z-index: 3; 
	}
}

@media only screen and (min-width: 1400px) {
	.slide3 {
		position: relative;
		/*padding: 12vh 5%;*/
	 	/*min-height: 150vh;*/
	 	height: auto;
		width: 100%;
		background: #ffffff;
		box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
		box-sizing: border-box;
	  	z-index: 3; 
	}
}

/* PDF Version */

div.pdfversion {
 	font-family: 'Roboto:500', sans-serif;
	color: black;
	text-transform: uppercase;
	font-size: 0.8em;
	display: block;
	margin-top: 5%;
	float:right;
	position:relative;
	letter-spacing: 0.2rem;
	right: 5%;
	z-index: 5;
 }

 @media only screen and (min-width: 320px) {
	.pdfversion {
	 	font-family: 'Roboto:500', sans-serif;
		color: black;
		text-transform: uppercase;
		font-size: 10px;
		display: block;
		margin-top: 45%;
		margin-bottom: 5%;
		float:right;
		position:relative;
		letter-spacing: 0.1rem;
		right: 5%;
		z-index: 5;
	}
}

@media only screen and (min-width: 400px) {
	.pdfversion {
	 	font-family: 'Roboto:500', sans-serif;
		color: black;
		text-transform: uppercase;
		font-size: 0.8em;
		display: block;
		margin-top: 45%;
		margin-bottom: 5%;
		float:right;
		position:relative;
		letter-spacing: 0.2rem;
		right: 5%;
		z-index: 5;
	}
}

@media only screen and (min-width: 680px) {
	.pdfversion {
	 	font-family: 'Roboto:500', sans-serif;
		color: black;
		text-transform: uppercase;
		font-size: 0.8em;
		display: block;
		margin-top: 45%;
		margin-bottom: 5%;
		float:right;
		position:relative;
		letter-spacing: 0.2rem;
		right: 5%;
		z-index: 5;
	}
}
@media only screen and (min-width: 950px) {
	.pdfversion {
	 	font-family: 'Roboto:500', sans-serif;
		color: black;
		text-transform: uppercase;
		font-size: 0.8em;
		display: block;
		margin-top: 5%;
		float:right;
		position:relative;
		letter-spacing: 0.2rem;
		right: 5%;
		z-index: 5;
	}
}

@media only screen and (min-width: 1050px) {
	.pdfversion {
	 	font-family: 'Roboto:500', sans-serif;
		color: black;
		text-transform: uppercase;
		font-size: 0.8em;
		display: block;
		margin-top: 5%;
		float:right;
		position:relative;
		letter-spacing: 0.2rem;
		right: 5%;
		z-index: 5;
	}
}

a.pdfversion{
	color: rgb(0, 0, 0, 0.4);
	text-decoration: none;
}

a.pdfversion:hover{
	color: #ffd578;
}

/* Text Types */

.title-text{
	position:relative;
	display: inline;
	font-size: 1.25em;
	font-family: 'Roboto:300', sans-serif;
	color: #ffd578;
	text-transform: uppercase;
	letter-spacing: 0.3em;
    z-index: 4;
}

 
 @media only screen and (min-width: 320px) {
	.title-text {
		position:relative;
		display: inline;
		font-size: 15px;
		font-family: 'Roboto:300', sans-serif;
		color: #ffd578;
		text-transform: uppercase;
		letter-spacing: 0.3em;
	    z-index: 4;
	}
}

@media only screen and (min-width: 400px) {
	.title-text {
		position:relative;
		display: inline;
		font-size: 15px;
		font-family: 'Roboto:300', sans-serif;
		color: #ffd578;
		text-transform: uppercase;
		letter-spacing: 0.3em;
	    z-index: 4;
	}
}

@media only screen and (min-width: 680px) {
	.title-text {
		position:relative;
		display: inline;
		font-size: 1em;
		font-family: 'Roboto:300', sans-serif;
		color: #ffd578;
		text-transform: uppercase;
		letter-spacing: 0.3em;
	    z-index: 4;
	}
}

@media only screen and (min-width: 1050px) {
	.title-text {
		position:relative;
		display: inline;
		font-size: 1em;
		font-family: 'Roboto:300', sans-serif;
		color: #ffd578;
		text-transform: uppercase;
		letter-spacing: 0.2em;
	    z-index: 4;
	}
}

@media only screen and (min-width: 1400px) {
	.title-text {
		position:relative;
		display: inline;
		font-size: 1.25em;
		font-family: 'Roboto:300', sans-serif;
		color: #ffd578;
		text-transform: uppercase;
		letter-spacing: 0.3em;
	    z-index: 4;
	}
}

.resume-title-text{
	margin-top: 2%;
	margin-bottom: 1%;
	font-size: 1em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
	text-transform: uppercase;
}

 
 @media only screen and (min-width: 320px) {
	.resume-title-text {
		margin-top: 2%;
		margin-bottom: 1%;
		font-size: 12px;
		font-family: 'Roboto:300', sans-serif;
		color: black;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 400px) {
	.resume-title-text {
		margin-top: 2%;
		margin-bottom: 1%;
		font-size: 12px;
		font-family: 'Roboto:300', sans-serif;
		color: black;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 680px) {
	.resume-title-text {
		margin-top: 2%;
		margin-bottom: 1%;
		font-size: 0.8em;
		font-family: 'Roboto:300', sans-serif;
		color: black;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1050px) {
	.resume-title-text {
		margin-top: 2%;
		margin-bottom: 1%;
		font-size: 0.8em;
		font-family: 'Roboto:300', sans-serif;
		color: black;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1400px) {
	.resume-title-text {
		margin-top: 2%;
		margin-bottom: 1%;
		font-size: 1em;
		font-family: 'Roboto:300', sans-serif;
		color: black;
		text-transform: uppercase;
	}
}

.experience-job-title{
	display: inline;
	font-size: 0.8em;
	font-family: 'Roboto:100', sans-serif;
	color: black;
	text-transform: uppercase;
}

 @media only screen and (min-width: 320px) {
	.experience-job-title {
		margin-top: 5%;
		display: inline;
		font-size: 11px;
		font-family: 'Roboto:100', sans-serif;
		color: black;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 400px) {
	.experience-job-title {
		margin-top: 5%;
		display: inline;
		font-size: 11px;
		font-family: 'Roboto:100', sans-serif;
		color: black;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 680px) {
	.experience-job-title {
		display: inline;
		font-size: 0.6em;
		font-family: 'Roboto:100', sans-serif;
		color: black;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1050px) {
	.experience-job-title {
		display: inline;
		font-size: 0.6em;
		font-family: 'Roboto:100', sans-serif;
		color: black;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1400px) {
	.experience-job-title {
		display: inline;
		font-size: 0.8em;
		font-family: 'Roboto:100', sans-serif;
		color: black;
		text-transform: uppercase;
	}
}

.experience-job-time{
	display: inline;
	margin-left:2%;
	font-size: 0.8em;
	font-family: 'Roboto:100', sans-serif;
	color: rgb(0, 0, 0, 0.4);
	text-transform: uppercase;
}

 @media only screen and (min-width: 320px) {
	.experience-job-time {
		display: inline;
		margin-left:2%;
		font-size: 11px;
		font-family: 'Roboto:100', sans-serif;
		color: rgb(0, 0, 0, 0.4);
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 400px) {
	.experience-job-time {
		display: inline;
		margin-left:2%;
		font-size: 11px;
		font-family: 'Roboto:100', sans-serif;
		color: rgb(0, 0, 0, 0.4);
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 680px) {
	.experience-job-time {
		display: inline;
		margin-left:2%;
		font-size: 0.6em;
		font-family: 'Roboto:100', sans-serif;
		color: rgb(0, 0, 0, 0.4);
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 950px) {
	.experience-job-time {
		display: inline;
		margin-left:2%;
		font-size: 0.8em;
		font-family: 'Roboto:100', sans-serif;
		color: rgb(0, 0, 0, 0.4);
		text-transform: uppercase;
	}
}

.experience-location{
	font-size: 0.8em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
    text-decoration: underline solid #ffd578;
	margin-bottom: 1%;
}

 @media only screen and (min-width: 320px) {
	.experience-location {
		font-size: 11px;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	    text-decoration: underline solid #ffd578;
		margin-bottom: 1%;
	}
}

@media only screen and (min-width: 400px) {
	.experience-location {
		font-size: 11px;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	    text-decoration: underline solid #ffd578;
		margin-bottom: 1%;
	}
}

@media only screen and (min-width: 680px) {
	.experience-location {
		font-size: 0.6em;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	    text-decoration: underline solid #ffd578;
		margin-bottom: 1%;
	}
}

@media only screen and (min-width: 950px) {
	.experience-location {
		font-size: 0.8em;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	    text-decoration: underline solid #ffd578;
		margin-bottom: 1%;
	}
}

.misc_details{
	display: inline;
	font-size: 0.8em;
	font-family: 'Roboto:100', sans-serif;
	color: rgb(0, 0, 0, 0.4);
	text-transform: uppercase;
}

 @media only screen and (min-width: 320px) {
	.misc_details {
		display: inline;
		font-size: 11px;
		font-family: 'Roboto:100', sans-serif;
		color: rgb(0, 0, 0, 0.4);
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 400px) {
	.misc_details {
		display: inline;
		font-size: 11px;
		font-family: 'Roboto:100', sans-serif;
		color: rgb(0, 0, 0, 0.4);
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 680px) {
	.misc_details {
		display: inline;
		font-size: 0.6em;
		font-family: 'Roboto:100', sans-serif;
		color: rgb(0, 0, 0, 0.4);
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 950px) {
	.misc_details {
		display: inline;
		font-size: 0.8em;
		font-family: 'Roboto:100', sans-serif;
		color: rgb(0, 0, 0, 0.4);
		text-transform: uppercase;
	}
}

.resume-body-text{
	font-size: 0.8em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
}

 @media only screen and (min-width: 320px) {
	.resume-body-text {
		font-size: 11px;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	}
}

@media only screen and (min-width: 400px) {
	.resume-body-text {
		font-size: 11px;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	}
}

@media only screen and (min-width: 680px) {
	.resume-body-text {
		font-size: 0.6em;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	}
}

@media only screen and (min-width: 950px) {
	.resume-body-text {
		font-size: 0.8em;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	}
}

.resume-body-text2{
	display: inline;
	font-size: 0.8em;
	font-family: 'Roboto:300', sans-serif;
	color: black;
}

 @media only screen and (min-width: 320px) {
	.resume-body-text2 {
		display: inline;
		font-size: 11px;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	}
}

@media only screen and (min-width: 400px) {
	.resume-body-text2 {
		display: inline;
		font-size: 11px;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	}
}

@media only screen and (min-width: 680px) {
	.resume-body-text2 {
		display: inline;
		font-size: 0.6em;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	}
}

@media only screen and (min-width: 950px) {
	.resume-body-text2 {
		display: inline;
		font-size: 0.8em;
		font-family: 'Roboto:300', sans-serif;
		color: black;
	}
}

/* Row 1 */

.content-wrapper-row1{
	float: left;
	width: 100%; /* three containers (use 25% for four, and 50% for two, etc) */
	padding-left: 2.5%; /* if you want space between the images */
	background: #ffffff;
}


/* Education */

.content-wrapper-education{
	float: left;
	width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
	padding-left: 2.5%;
	padding-right: 5%;
}

 @media only screen and (min-width: 320px) {
	.content-wrapper-education {
		float: left;
		width: 80%;
		margin-bottom: 5%;
	}
}

@media only screen and (min-width: 400px) {
	.content-wrapper-education {
		float: left;
		width: 80%;
		margin-bottom: 5%;
	}
}

@media only screen and (min-width: 700px) {
	.content-wrapper-education {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
	}
}

@media only screen and (min-width: 1050px) {
	.content-wrapper-education {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
	}
}


/* Skills */

.design-skills{
	float: left;
	width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
	padding-left: 2.5%;
	padding-right: 5%;
}

 @media only screen and (min-width: 320px) {
	.design-skills {
		float: left;
		width: 80%;
		margin-bottom: 5%;
	}
}

@media only screen and (min-width: 400px) {
	.design-skills {
		float: left;
		width: 80%;
		margin-bottom: 5%;
	}
}

@media only screen and (min-width: 700px) {
	.design-skills {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
	}
}

@media only screen and (min-width: 1050px) {
	.design-skills {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
	}
}

.technical-skills{
	float: left;
	width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
	padding-left: 2.5%;
	padding-right: 5%;
}

 @media only screen and (min-width: 320px) {
	.technical-skills {
		float: left;
		width: 80%;
		margin-bottom: 5%;
	}
}

@media only screen and (min-width: 400px) {
	.technical-skills {
		float: left;
		width: 80%;
		margin-bottom: 5%;
	}
}

@media only screen and (min-width: 700px) {
	.technical-skills {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
	}
}

@media only screen and (min-width: 1050px) {
	.technical-skills {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
	}
}

/* Row 2 */

.content-wrapper-row2{
	float: left;
	width: 100%; /* three containers (use 25% for four, and 50% for two, etc) */
	padding-left: 2.5%; 
	padding-bottom: 5%;
	margin-top: -5%;
	background: #ffffff;
}

/* Experience */

.column1{
	float: left;
	width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
	padding-left: 2.5%;
	padding-right: 5%;
}
 
 @media only screen and (min-width: 320px) {
	.column1 {
		float: left;
		width: 80%;
		margin-top: 5%;
	}
}

@media only screen and (min-width: 400px) {
	.column1 {
		float: left;
		width: 80%;
		margin-top: 5%;
	}
}

@media only screen and (min-width: 700px) {
	.column1 {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
	}
}

@media only screen and (min-width: 1050px) {
	.column1 {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
		margin-top: 6%;
	}
}

.column2{
	float: left;
	width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
	padding-left: 2.5%;
	padding-right: 5%;
}

 @media only screen and (min-width: 320px) {
	.column2 {
		float: left;
		width: 80%;
		margin-top: 0%;
	}
}

@media only screen and (min-width: 400px) {
	.column2 {
		float: left;
		width: 80%;
		margin-top: 0%;
	}
}

@media only screen and (min-width: 700px) {
	.column2 {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
		margin-top: 5%;
	}
}

@media only screen and (min-width: 900px) {
	.column2 {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
		margin-top: 5.5%;
	}
}

@media only screen and (min-width: 1050px) {
	.column2 {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
		margin-top: 6%;
	}
}

/* Leadership */

.column3{
	float: left;
	width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
	padding-left: 2.5%;
	padding-right: 5%;
}
 
 @media only screen and (min-width: 320px) {
	.column3 {
		float: left;
		width: 80%;
		margin-top: 5%;
	}
}

@media only screen and (min-width: 400px) {
	.column3 {
		float: left;
		width: 80%;
		margin-top: 5%;
	}
}

@media only screen and (min-width: 700px) {
	.column3 {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
	}
}

@media only screen and (min-width: 1050px) {
	.column3 {
		float: left;
		width: 25%; /* three containers (use 25% for four, and 50% for two, etc) */
		padding-left: 2.5%;
		padding-right: 5%;
	}
}


/*==============================
=            Footer            =
==============================*/
#site-content {
	min-height: 100%;
	min-height: 100vh;
	width: 100%;
	padding-top: 0px;
	position: relative;
	z-index: 2;

/*	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);*/
  
}

#site-footer {
	padding: 0px 0;
	font-size: 85%;
	/*background-color: #2A2A2A;*/
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer{
	position: absolute;
	/*position: fixed;*/
	background: #999999;
	height: 20vh;
  	width: 100%;
  	z-index: 10;
}

.footer-title{
	position: absolute;
	left: 2%;
	bottom: 60%;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 1.25em;
	font-family: 'Roboto:100', sans-serif;
	color: #ffd578;
}

@media only screen and (min-width: 320px) {
	.footer-title {
		position: absolute;
		left: 5%;
		bottom: 65%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 400px) {
	.footer-title {
		position: absolute;
		left: 5%;
		bottom: 60%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1.2em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 680px) {
	.footer-title {
		position: absolute;
		left: 4%;
		bottom: 64%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1.25em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 950px) {
	.footer-title {
		position: absolute;
		left: 3%;
		bottom: 60%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1.25em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 1400px) {
	.footer-title {
		position: absolute;
		left: 2%;
		bottom: 60%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1.4em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 1900px) {
	.footer-title {
		position: absolute;
		left: 2%;
		bottom: 60%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1.75em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 2500px) {
	.footer-title {
		position: absolute;
		left: 2%;
		bottom: 58%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 2.75em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

.contact-info{
	position: absolute;
	left: 4%;
	bottom: 44%;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 1em;
	font-family: 'Roboto:100', sans-serif;
	color: white;
}

@media only screen and (min-width: 320px) {
	.contact-info {
		position: absolute;
		left: 5%;
		bottom: 45%;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 0.75em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 400px) {
	.contact-info {
		position: absolute;
		left: 5%;
		bottom: 43%;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 0.8em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 680px) {
	.contact-info {
		position: absolute;
		left: 4%;
		bottom: 48%;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 950px) {
	.contact-info {
		position: absolute;
		left: 3%;
		bottom: 42%;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 1200px) {
	.contact-info {
		position: absolute;
		left: 3%;
		bottom: 45%;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 1400px) {
	.contact-info {
		position: absolute;
		left: 2%;
		bottom: 42%;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 1600px) {
	.contact-info {
		position: absolute;
		left: 2%;
		bottom: 46%;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 1900px) {
	.contact-info {
		position: absolute;
		left: 2%;
		bottom: 42%;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1.25em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 2500px) {
	.contact-info {
		position: absolute;
		left: 2%;
		bottom: 37%;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 2em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/*.contact-info i{
	color: #ffd578
}*/

/*.pin{
	position: absolute;
	height: 17px;
	width: 12px;
	bottom: 50%;
	left: 3.2%;
}

@media only screen and (min-width: 320px) {
	.pin {
		position: absolute;
		height: 13px;
		width: 9px;
		bottom: 60%;
		left: 9.5%;
	}
}

@media only screen and (min-width: 400px) {
	.pin {
		position: absolute;
		height: 13px;
		width: 9px;
		bottom: 59%;
		left: 10%;
	}
}

@media only screen and (min-width: 680px) {
	.pin {
		position: absolute;
		height: 16px;
		width: 11px;
		bottom: 54%;
		left: 4.5%;
	}
}

@media only screen and (min-width: 950px) {
	.pin {
		position: absolute;
		height: 17px;
		width: 12px;
		bottom: 55%;
		left: 3%;
	}
}

@media only screen and (min-width: 1400px) {
	.pin {
		position: absolute;
		height: 17px;
		width: 12px;
		bottom: 55%;
		left: 2.2%;
	}
}*/


/*.contact{
	position: absolute;
	left: 4.5%;
	bottom: 28%;
	font-size: 1em;
	font-family: 'Roboto:100', sans-serif;
	color: white;
}

@media only screen and (min-width: 320px) {
	.contact {
		position: absolute;
		left: 14%;
		bottom: 34%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 0.75em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 400px) {
	.contact {
		position: absolute;
		left: 13.5%;
		bottom: 36%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 0.75em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 680px) {
	.contact {
		position: absolute;
		left: 7%;
		bottom: 34%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 950px) {
	.contact {
		position: absolute;
		left: 4.75%;
		bottom: 30%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}

@media only screen and (min-width: 1400px) {
	.contact {
		position: absolute;
		left: 3.5%;
		bottom: 29%;
		text-transform: uppercase;
		letter-spacing: 0.25em;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		color: white;
	}
}*/


div.footer-quicklinks{
	position: absolute;
	text-align: center;
	font-size: 1em;
	font-family: 'Roboto:100', sans-serif;
	text-transform: uppercase;
	color: white;
	letter-spacing: 0.25em;
	display: block;
	left: 2%;
	bottom: 10%;
	z-index: 10;
}

@media screen and (max-width: 600px) {
  div.footer-quicklinks {
    visibility: hidden;
    clear: both;
    display: none;
  }
}

@media only screen and (min-width: 680px) {
	div.footer-quicklinks {
		position: absolute;
		text-align: center;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		text-transform: uppercase;
		color: white;
		letter-spacing: 0.25em;
		display: block;
		left: 4%;
		bottom: 10%;
		z-index: 10;
	}
}

@media only screen and (min-width: 950px) {
	div.footer-quicklinks {
		position: absolute;
		text-align: center;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		text-transform: uppercase;
		color: white;
		letter-spacing: 0.25em;
		display: block;
		left: 3%;
		bottom: 10%;
		z-index: 10;
	}
}

@media only screen and (min-width: 1400px) {
	div.footer-quicklinks {
		position: absolute;
		text-align: center;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		text-transform: uppercase;
		color: white;
		letter-spacing: 0.25em;
		display: block;
		left: 2%;
		bottom: 10%;
		z-index: 10;
	}
}

@media only screen and (min-width: 1900px) {
	div.footer-quicklinks {
		position: absolute;
		text-align: center;
		font-size: 1.25em;
		font-family: 'Roboto:100', sans-serif;
		text-transform: uppercase;
		color: white;
		letter-spacing: 0.25em;
		display: block;
		left: 2%;
		bottom: 10%;
	}
}

@media only screen and (min-width: 2500px) {
	div.footer-quicklinks {
		position: absolute;
		text-align: center;
		font-size: 2.2em;
		font-family: 'Roboto:100', sans-serif;
		text-transform: uppercase;
		color: white;
		letter-spacing: 0.25em;
		display: block;
		left: 2%;
		bottom: 10%;
	}
}

a.quicklink-pdfportfolio{
	text-decoration: none;
	color: white;
}

a.quicklink-pdfportfolio:hover{
	color: #ffd578;
}

a.quicklink-pdfresume{
	text-decoration: none;
	color: white;
}

a.quicklink-pdfresume:hover{
	color: #ffd578;
}

div.bottom-icons{
	width: 30%;
	position: absolute;
	bottom: 55%;
	right: 1%;
	z-index: 10;
}

@media only screen and (min-width: 320px) {
	div.bottom-icons {
		width: 80%;
		position: absolute;
		bottom: 90%;
		right: 1%;
		z-index: 10;
	}
}

@media only screen and (min-width: 400px) {
	div.bottom-icons {
		width: 80%;
		position: absolute;
		bottom: 85%;
		right: 2%;
    z-index: 10;
	}
}

@media only screen and (min-width: 680px) {
	div.bottom-icons {
		width: 55%;
		position: absolute;
		bottom: 85%;
		right: 1.5%;
		z-index: 10;
	}
}

@media only screen and (min-width: 950px) {
	div.bottom-icons {
		width: 43%;
		position: absolute;
		bottom: 85%;
		right: 1%;
		z-index: 10;
	}
}

@media only screen and (min-width: 1400px) {
	div.bottom-icons {
		width: 30%;
		position: absolute;
		bottom: 85%;
		right: 1%;
		z-index: 10;
	}
}

@media only screen and (min-width: 2500px) {
	div.bottom-icons {
		width: 35%;
		position: absolute;
		bottom: 85%;
		right: 1%;
	}
}

.bottom-icons img{
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 10;
}

@media only screen and (min-width: 320px) {
	.bottom-icons img{
		height: 30px;
		width: 30px;
		position: absolute;
		z-index: 10;
	}
}

@media only screen and (min-width: 400px) {
	.bottom-icons img{
		height: 35px;
		width: 35px;
		position: absolute;
		z-index: 10;
	}
}

@media only screen and (min-width: 680px) {
	.bottom-icons img{
		height: 50px;
		width: 50px;
		position: absolute;
		z-index: 10;
	}
}

@media only screen and (min-width: 950px) {
	.bottom-icons img{
		height: 45px;
		width: 45px;
		position: absolute;
		z-index: 10;
	}
}

@media only screen and (min-width: 1400px) {
	.bottom-icons img{
		height: 50px;
		width: 50px;
		position: absolute;
		z-index: 10;
	}
}

@media only screen and (min-width: 1900px) {
	.bottom-icons img{
		height: 60px;
		width: 60px;
		position: absolute;
	}
}

@media only screen and (min-width: 2500px) {
	.bottom-icons img{
		height: 90px;
		width: 90px;
		position: absolute;
	}
}

#first{
	opacity: 1;
}

#first:hover{
	opacity: 0;
}

#hidden-icon{
	opacity: 0;
	-o-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

#hidden-icon:hover{
	opacity: 1;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}

#insta{
	float: right;
  	width: 12%;  
  	padding: .6%;
  	z-index: 10;
 }

#linkedin{
	float: right;
  	width: 12%;  
  	padding: .6%;
  	z-index: 10;
}

#email{
	float: right;
  	width: 12%;  
  	padding: .6%; 
  	z-index: 10;
}

.copyright{
	position: absolute;
	right: 2%;
	bottom: 10%;
	font-size: 0.75em;
	font-family: 'Roboto:100', sans-serif;
	color: #ffd578;
}

@media only screen and (min-width: 320px) {
	.copyright {
		position: absolute;
		right: 4%;
		bottom: 10%;
		font-size: 0.5em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 400px) {
	.copyright {
		position: absolute;
		right: 4%;
		bottom: 10%;
		font-size: 0.5em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 680px) {
	.copyright {
		position: absolute;
		right: 2%;
		bottom: 10%;
		font-size: 0.75em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 950px) {
	.copyright {
		position: absolute;
		right: 2%;
		bottom: 10%;
		font-size: 0.75em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 1400px) {
	.copyright {
		position: absolute;
		right: 2%;
		bottom: 10%;
		font-size: 0.75em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 1900px) {
	.copyright {
		position: absolute;
		right: 2%;
		bottom: 10%;
		font-size: 1em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}

@media only screen and (min-width: 2500px) {
	.copyright {
		position: absolute;
		right: 2%;
		bottom: 10%;
		font-size: 1.5em;
		font-family: 'Roboto:100', sans-serif;
		color: #ffd578;
	}
}
