@font-face {
    font-family:'gotham_Medium';
    src: url('../fonts/gotham-medium-webfont.woff') format('woff'),
         url('../fonts/gotham-medium-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'gotham_Bold';
    src: url('../fonts/gotham-bold-webfont.woff') format('woff'),
         url('../fonts/gotham-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color: rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	font-family: 'gotham_Medium';
}

.underline{
	border-bottom: 2px solid rgba(255,255,255,1);
	transition: all 500 ease-in;
}

.container{
	margin-left:auto;
	margin-right:auto;
}

.projectInformation[data-aos=fade-up] {
  -webkit-transform: translate3d(0,10px,0); 
  transform: translate3d(0,10px,0); 
}

.featuredImages[data-aos=fade-up] {
  -webkit-transform: translate3d(0,10px,0); 
  transform: translate3d(0,10px,0); 
}

footer[data-aos=fade-up] {
  -webkit-transform: translate3d(0,0,0); 
  transform: translate3d(0,0,0); 
}

header{
	font-family: 'gotham_Bold';
}

.logo{
	background-image: url("../images/logo.jpg");
	background-size: 100%;
}

nav{
	margin-left: auto;
}

nav a{
	text-decoration: none;
	color:rgba(255,255,255,1);
}


.title{
	font-family: 'gotham_Bold';
}

.linkdInParagraph{
	color:rgba(255,255,255,1);
}

.featuredImages{
	border-top: solid 1px rgba(255,255,255,0.5);
	border-bottom: solid 1px rgba(255,255,255,0.5);
}

.imageHolder{
	background-size: 100%;
}

.iconHolder{
	margin-left: auto;
}

.footerIcon{
	display: block;
	background-size: 100%;
}

.linkdIn{
	background-image:url("../images/linkedInIcon.png");
}

.email{
	background-image:url("../images/emailIcon.png");
}

.footerIcon:nth-of-type(2){
	margin-right: 0px;
}

/* MOBILE STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
	.container{
		width:87.5%; /* 280 pixels at a 320 pixel screen width (iPhone 3 / 4 / 5) */
	}

	header .flexParent{
		display: flex;
	}

	header{
		height: 50px;
		margin-bottom: 7.142857142857142%;
	}

	.logo{
		margin-top: 2.5px;
		height:50px;
		width:50px;
	}

	nav{
		line-height: 60px;
	}

	nav a{
		font-size: 3vw;
	}

	nav a:nth-of-type(1){
		margin-right: 40px;
	}

	.title{
		font-size: 6vw;
		margin-bottom: 7.142857142857142%;
	}

	.paragraphStyles{
		width:73.214285714285714%;
		font-size: 3.1vw;
		line-height: 4vw;
		margin-bottom: 7.142857142857142%;
	}

	.marginBottom{
		margin-bottom: 3.571428571428571%;
	}

	.projectInformation{
		margin-bottom: 7.142857142857142%;
	}

	.featuredImages{
		padding-top: 7.142857142857142%;
		margin-bottom: 3.571428571428571%;
	}

	.imageHolder{
		width:100%;
		padding-top:100%;
		margin-bottom: 7.142857142857142%;
	}

	.detailOne{
		background-size: cover;
		background-image: url("../images/about2.jpg");
	}

	.detailTwo{
		display: none;
	}

	.detailThree{
		display: none;
	}

	.flexMobile{
		display: flex;
	}

	.footerIcon{
		height:30px;
		width:30px;
		margin-right: 20px;
		margin-top: -15.533742%;
	}

	footer p{
		font-size: 2.25vw;
	}


}


/* TABLET STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.container{
		width:93.75%; /* 720 pixels at a 768 pixel screen width (iPads) */
	}

	.flexParent{
		display: flex;
	}

	header{
		height: 60px;
		margin-bottom: 3.333333333333333%;
	}

	.logo{
		margin-top: 5px;
		height:50px;
		width:50px;
	}

	nav{
		line-height: 60px;
	}

	nav a:nth-of-type(1){
		margin-right: 24px;
	}

	.title{
		font-size: 3vw;
		margin-bottom: 3.333333333333333%;
	}

	.paragraphStyles{
		font-size: 1.6vw;
		line-height: 2vw;
		margin-bottom: 3.333333333333333%;
	}

	.marginBottom{
		margin-bottom: 1.666666666666667%;
	}

	.leftParagraph{
		width:48.333333333333333%;
	}

	.projectInformation{
		margin-bottom: 3.333333333333333%;
	}

	.featuredImages{
		padding-top: 3.333333333333333%;
		margin-bottom: 1.666666666666667%;
	}

	.imageHolder{
		margin-bottom: 3.333333333333333%;
		padding-top: 31.111111111111111%;
		width: 31.111111111111111%;
	}

	.detailOne{
		background-image: url("../images/about1.jpg");
		margin-right: 3.333333333333333%;
		transition: background-image 500ms ease-out;
	}

	.detailOne:hover{
		background-image: url("../images/about1_hover.jpg");
		transition: background-image 500ms ease-out;
	}

	.detailTwo{
		background-image: url("../images/about2.jpg");
		margin-right: 3.333333333333333%;
	}

	.detailThree{
		background-image: url("../images/about3.jpg");
		transition: background-image 500ms ease-out;
	}

	.detailThree:hover{
		background-image: url("../images/about3_hover.jpg");
		transition: background-image 500ms ease-out;
	}

	.footerIcon{
		height:30px;
		width:30px;
		margin-top: -15.533742%;
		margin-right: 24px;
	}


	footer p{
		font-size: 1.35vw;
	}


}

/* DESKTOP STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 1025px) and (max-width: 1549px){
	.container{
		/*width:978px;*/
		width:95.5%;
	}

	.flexParent{
		display: flex;
	}

	header{
		height: 60px;
		margin-bottom: 3.067484662576687%;
	}

	.logo{
		margin-top: 5px;
		height:50px;
		width:50px;
	}

	nav{
		line-height: 60px;
	}

	nav a:nth-of-type(1){
		margin-right: 30px;
	}

	.title{
		font-size: 2.75vw;
		margin-bottom: 3.067484662576687%;
	}

	.paragraphStyles{
		font-size: 1.325vw;
		line-height: 1.65vw;
		margin-bottom: 3.067484662576687%;
	}

	.marginBottom{
		margin-bottom: 1.533742331288344%;
	}

	.leftParagraph{
		width:48.466257668711656%;
	}

	.projectInformation{
		margin-bottom: 3.067484662576687%;
	}

	.podcastLink{
		font-size: 1.35vw;
	}

	.featuredImages{
		padding-top: 3.067484662576687%;
		margin-bottom: 1.533742331288344%;
	}

	.imageHolder{
		padding-top: 31.288343558282209%;
		width:31.288343558282209%;
		margin-bottom: 3.067484662576687%;
	}

	.detailOne{
		background-image: url("../images/about1.jpg");
		margin-right: 3.067484662576687%;
		transition: background-image 500ms ease-out;
	}

	.detailTwo{
		background-image: url("../images/about2.jpg");
		margin-right: 3.067484662576687%;
	}

	.detailThree{
		background-image: url("../images/about3.jpg");
		transition: background-image 500ms ease-out;
	}

	.detailOne:hover{
		background-image: url("../images/about1_hover.jpg");
		transition: background-image 500ms ease-out;
	}

	.detailThree:hover{
		background-image: url("../images/about3_hover.jpg");
		transition: background-image 500ms ease-out;
	}

	.footerIcon{
		height:30px;
		width:30px;
		margin-top: -14.533742%;
		margin-right: 30px;
	}

	footer p{
		font-size: 1.2vw;
	}

	
}

/*XL Styles*/
@media only screen and (min-width: 1550px){

	.container{
		/*width:1320px;*/
		width:85%; 
	}


	.flexParent{
		display: flex;
	}

	header{
		height: 60px;
		margin-bottom: 3.03030303030303%;
/*		margin-bottom:40px;*/
	}

	nav a:nth-of-type(1){
		margin-right: 40px;
	}

	.logo{
		margin-top: 5px;
		height:50px;
		width:50px;
	}

	nav{
		line-height: 60px;
	}

	.title{
		font-size: 2vw;
		margin-bottom: 3.03030303030303%;
	}

	.paragraphStyles{
		font-size: 1vw;
		line-height: 1.25vw;
		margin-bottom: 3.03030303030303%;
	}

	.marginBottom{
		margin-bottom: 1.515151515151515%;
	}
	
	.leftParagraph{
		width:48.484848484848485%;
	}

	.projectInformation{
		margin-bottom: 1.515151515151515%;
	}

	.podcastLink{
		font-size: 1vw;
	}

	.featuredImages{
		padding-top: 3.03030303030303%;
		margin-bottom: 1.515151515151515%;
	}

	.imageHolder{
		width:31.288343558282209%;
		padding-top: 31.288343558282209%;
		margin-bottom: 3.03030303030303%;
	}

	.detailOne{
		background-image: url("../images/about1.jpg");
		margin-right:  3.03030303030303%;
		transition: background-image 500ms ease-out;
	}

	.detailTwo{
		background-image: url("../images/about2.jpg");
		margin-right:  3.03030303030303%;
	}

	.detailThree{
		background-image: url("../images/about3.jpg");
		transition: background-image 500ms ease-out;
	}

	.detailOne:hover{
		background-image: url("../images/about1_hover.jpg");
		transition: background-image 500ms ease-out;
	}
	
	.detailThree:hover{
		background-image: url("../images/about3_hover.jpg");
		transition: background-image 500ms ease-out;
	}

	.footerIcon{
		height:40px;
		width:40px;
		margin-top: -13.533742%;
		margin-right: 40px;
	}

	footer p{
		font-size: 1vw;
	}

}
