@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';
}

.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';
}

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

.playPauseButton{
	display: block;

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

	transition:transform 550ms;
	transform: scale(1.0);
	border-radius: 25px;
	position: absolute;
}

.videoHolder{
	width: 100%;
	cursor: pointer;
	position: relative;
}

#videoPlayer{
	width:100%;
}

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

.detailOne{
	background-image: url("../images/breakupLetter/desktop_SmallImage1.jpg");
}

.detailTwo{
	background-image: url("../images/breakupLetter/desktop_SmallImage2.jpg");
}

.iconHolder{
	margin-left: auto;
}

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

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

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


/* 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%;
	}

	.mobilePopUp{
		display: none;
		position: fixed;
		top: calc(50% - 20vw );
		left:calc(50% - 36.607142857142857%);
		width: 73.214285714285714%;
		height:40vw;
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 1.0);
		color:rgba(0, 0, 0, 1.0);
		text-align: center;
		
	}

	.mobilePopUp p{
		padding: 9vw;
		font-size: 3vw;
		line-height: 3.5vw;
	}

	.close{
		color:rgba(0, 0, 0, 1.0);
		font-size: 2.5vw;
	}

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

	.leftParagraph{
		margin-bottom: 7.142857142857142%;
	}

	.websiteButton{
		font-size: 3vw;
	}

	.projectInformation{
		margin-bottom: 7.142857142857142%;
	}

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

	.videoHolder{
		margin-bottom: 7.142857142857142%;
	}

	.playPauseButton{
		width:70px;
		height:68px;
		border-radius: 10px;
		top:calc(50% - 34px);
		left:calc(50% - 35px);
	}

	.smallImages{
		width:100%;
		padding-top:58.928571428571429%;
		background-size: 100%;
		margin-bottom: 7.142857142857142%;
	}

	.detailOne{
		margin-right:7.142857142857142%;
	}

	.flexMobile{
		display: flex;
	}

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

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

	footer p{
		font-size: 2.25vw;
	}


}

@media only screen and (min-width: 768px) and (max-width: 978px){
	
	.mobilePopUp{
		display: none;
		position: fixed;
		top: calc(50% - 12.5vw);
		left:calc(50% - 24.166666666666667%);
		width: 48.333333333333333%;
		height:25vw;
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 1.0);
		color:rgba(0, 0, 0, 1.0);
		text-align: center;
		
	}

	.mobilePopUp p{
		padding: 4vw;
		font-size: 2vw;
		line-height: 2.75vw;
	}

	.close{
		color:rgba(0, 0, 0, 1.0);
		font-size: 2vw;
	}
}


/* 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%;
	}

	.mobilePopUp{
		display: none;
	}

	.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.65vw;
		line-height: 2vw;
		margin-bottom: 3.333333333333333%;
	}

	.websiteButton{
		font-size: 1.75vw;
	}

	.leftParagraph{
		width:48.333333333333333%;
		margin-right:3.333333333333333%;
	}

	.rightParagraph{
		width:48.333333333333333%;
	}

	.projectInformation{
		margin-bottom: 3.333333333333333%;
	}

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

	.videoHolder{
		margin-bottom: 3.333333333333333%;
	}

	.playPauseButton{
		width:130px;
		height:120px;

		top:calc(50% - 60px);
		left:calc(50% - 65px);
	}

	.playPauseButton:hover{
		transition:transform 750ms;
		transform: scale(1.1);
	}

	.smallImages{
		width:48.333333333333333%;
		padding-top:28.611111111111111%;
		background-size: 100%;
		margin-bottom: 3.333333333333333%;
	}

	.detailOne{
		margin-right:3.333333333333333%;
	}

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

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

	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%;
	}

	.mobilePopUp{
		display: none;
	}

	.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.35vw;
		line-height: 1.65vw;
		margin-bottom: 3.067484662576687%;
	}

	.websiteButton{
		font-size: 1.35vw;
	}

	.leftParagraph{
		width:48.466257668711656%;
		margin-right:3.067484662576687%;
	}

	.rightParagraph{
		width:48.466257668711656%;
	}

	.projectInformation{
		margin-bottom: 3.067484662576687%;
	}

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

	.videoHolder{
		margin-bottom: 3.067484662576687%;
	}

	.playPauseButton{
		width:150px;
		height:140px;
	
		top:calc(50% - 70px);
		left:calc(50% - 75px);
	}

	.playPauseButton:hover{
		transition:transform 750ms;
		transform: scale(1.1);
	}


	.smallImages{
		width:48.466257668711656%;
		padding-top:28.629856850715746%;
		background-size: 100%;
		margin-bottom: 3.067484662576687%;
	}

	.detailOne{
		margin-right:3.067484662576687%;
	}

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

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

	footer p{
		font-size: 1.2vw;
	}

	
}

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

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

	.mobilePopUp{
		display: none;
	}

	.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%;
	}

	.websiteButton{
		font-size: 1vw;
	}

	.leftParagraph{
		width:48.484848484848485%;
		margin-right:3.03030303030303%;
	}

	.rightParagraph{
		width:48.466257668711656%;
	}

	.projectInformation{
		margin-bottom: 1.515151515151515%;
	}

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

	.videoHolder{
		margin-bottom: 3.03030303030303%;
	}

	.playPauseButton{
		width:150px;
		height:140px;
	
		top:calc(50% - 70px);
		left:calc(50% - 75px);
	}

	.playPauseButton:hover{
		transition:transform 750ms;
		transform: scale(1.1);
	}

	.smallImages{
		width:48.484848484848485%;
		padding-top:28.629856850715746%;
		background-size: 100%;
		margin-bottom: 3.03030303030303%;
	}

	.detailOne{
		margin-right:3.03030303030303%;
	}

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

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

	footer p{
		font-size: 1vw;
	}


}
