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

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

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

.gallery[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); 
}

.project{
	transform:scale(1);
	transition: transform 750ms ease-out;
	background-size:cover;
	display:block;
}

.one{
	background-image: url("../images/courage/desktop_Home.jpg");
}

.two{
	background-image: url("../images/mySymp/homepage.jpg");
}

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

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

.five{
	background-image: url("../images/transcript/transcriptHomeImage.jpg");
}

.six{
	background-image: url("../images/poster/posterHomeImage.jpg");
}

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

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

	.gallery{
		margin-bottom: 3.571428571428571%;
	}

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

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

	.wrap{
		flex-wrap: wrap;
	}

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

	.gallery{
		margin-bottom: 1.666666666666667%;
	}

	.project{
		width:48.333333333333333%;
		padding-top:28.611111111111111%;
		margin-bottom: 3.333333333333333%;
	}

	.project:nth-of-type(2n){
		margin-left: 3.333333333333333%;
	}

	.project:hover{
		transform:scale(1.03);
		transition:transform 500ms ease-out;
	}

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

	footer{
		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;
	}

	.wrap{
		flex-wrap: wrap;
	}

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

	.gallery{
		margin-bottom: 1.533742331288344%;
	}

	.project{
		width:48.466257668711656%;
		padding-top:28.629856850715746%;
		margin-bottom: 3.067484662576687%;
	}

	.project:nth-of-type(2n){
		margin-left: 3.067484662576687%;
	}

	.project:hover{
		transform:scale(1.02);
		transition:transform 500ms ease-out;
	}

	footer{
		font-size: 1.2vw;
	}

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

}


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

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

	.flexParent{
		display: flex;
	}

	.wrap{
		flex-wrap: wrap;
	}

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

	.gallery{
		margin-bottom: 1.515151515151515%
	}

	.project{
		width:48.484848484848485%;
		padding-top:28.629856850715746%;
		margin-bottom: 3.03030303030303%;
	}

	.project:nth-of-type(2n){
		margin-left: 3.03030303030303%;
	}

	.project:hover{
		transform:scale(1.02);
		transition:transform 500ms ease-out;
	}

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

	footer{
		font-size: 1vw;
	}

	
}















