body{
	margin: 0;
}

#container{
	position: relative;
	width: 93.33%;
	margin: 0 auto;
	max-width: 1600px;
}

.rightBar{
	position: fixed;
	width: .666666666666666vw;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #0B0B0B;
	z-index: 100;
}

.topBar{
	position: fixed;
	height: .666666666666666vw;
	right: 0;
	top: 0;
	left: 66%;
	display: none;
}

.bar{
	width: calc(37% - 260px);
	height: 4px;
	left: 240px;
	position: absolute;
	top: 57px;
}

.work{
	width: 100%;
	position: relative;
	clear: both;
	margin-top: 100px;
	float: left;
	margin-bottom: 40px;
	
}

.workImage{
	padding-bottom: 80%;
	border: 4px solid;
	margin-top: -16px;
	background-size: cover;
}

.project{
	float: left;
	position: relative;
	width: 47.32%;
	margin-right: 2.68%;

}

.footer{
	width: 100%;
	border-top: 4px solid;
	position: relative;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}

.bghover1, .bghover2, .bghover3, .bghover4{
	position: relative; 
	width: 100%; 
	padding-bottom: 81.1%; 
	float: left; 
	display: none;
}



.workImage:hover .bghover1{
	display: block;
}

.workImage:hover .bghover2{
	display: block;
}

.workImage:hover .bghover3{
	display: block;
}

.workImage:hover .bghover4{
	display: block;
}

/*Typography*/

@font-face{
	font-family: "Sectra";
	src: url(fonts/GT-Sectra-Medium.woff) format('woff'), url(fonts/GT-Sectra-Medium.eot) format('eot'), url(fonts/GT-Sectra-Medium.ttf) format('ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'apercu-bold';
    src: url('fonts/apercu-bold.eot');
    src: url('fonts/apercu-bold.eot?#iefix') format('embedded-opentype'),
    	 url('fonts/apercu-bold.woff') format('woff'),
         url('fonts/apercu-bold.woff2') format('woff2'),
         url('fonts/apercu-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

a.opacity{
	transition: .25s;
}

a.opacity:hover{
	opacity: 0.5;
	
	transition: .25s;
}

a.opacity:hover h1.workTitle{
	color: #f73c76;
	transition: .25s;
}



h1.name{
	position: relative;
	font-family: 'apercu-bold';
	font-size: 75px;
	line-height: 95%;
	margin-top: 52px;
	font-weight: normal;
	width: 20%;
}

h1.colorChange{
	position: fixed;
	font-family: 'apercu-bold';
	font-size: 24px;
	font-weight: normal;
	top: 0.5vw;
	right: 3vw;
	text-align: right;
}

h1.workTitle{
	font-family: 'apercu-bold';
}

h2.title{
	font-size: 24px;
	font-family: "Sectra";
	position: absolute;
	left: 37%;
	top: 17px;
	font-weight: normal;
	letter-spacing: 1px;
}

h2.workDescribe{
	font-size: 18px;
	color: #898989;
	letter-spacing: 1px;
}

p.foot{
	font-family: 'apercu-bold';
	text-align: center;
	font-size: 12px;
}

.aboutBox{
	width: 400px;
	position: fixed;
	z-index: 3;
	padding: 30px;
	border: 3px solid;
	left: 25%;
}

.aboutBox:hover{
	cursor:move;
}

p.about{
	font-family: 'apercu-bold';
	font-size: 16px;
	line-height: 24px;
	
}

h1.x{
	position: relative;
	font-size: 30px;
	width: 100%;
	text-align: center;
	font-family: 'apercu-bold';
	transition: 0.5s;
}

h1.x:hover{
	color: #f73c76;
	transition: 0.5s;
	cursor: pointer;
}

.aboutHide{
	display: none;
}

.aboutShow{
	display: block;
}


ul, li, a{
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin:0;
        padding:0;
	color: inherit; 
	
}

ul.nav{
	list-style: none;
	text-decoration: none;

	position: relative;
	margin: 0 auto;
}

li.list{
		list-style: none;
	text-decoration: none;
	
	width: 32%;
	margin-right:0;
	font-size: 28px;
	font-family: 'apercu-bold';
	float: left;
	position: relative;
	margin-top: 20px;
	border-bottom: 3px solid;
	padding-bottom: 4px;
}

li.listnoHover{
		list-style: none;
	text-decoration: none;
	
	width: 32%;
	margin-right:0;
	font-size: 28px;
	font-family: 'apercu-bold';
	float: left;
	position: relative;
	margin-top: 20px;
	border-bottom: 3px solid;
	padding-bottom: 4px;
}

li.space{
		list-style: none;
	text-decoration: none;
	width: 16.5%;
	margin-right:0;
	font-size: 28px;
	font-family: 'apercu-bold';
	float: left;
	text-align: center;
	position: relative;
	min-height: 1px;
	margin-top: 40px;

}


li.list:hover, h1.colorChange:hover, li.space:hover{
	color: #f73c76;
	transition: .25s;
	cursor: pointer;
}

.strikeThrough{
	border-bottom: 4px solid; display: inline-block; height: 18px; padding-left: 10px; padding-right: 10px;
}

.strikeThrough2{
	border-bottom: 4px solid; display: inline-block; height: 18px; padding-left: 10px; padding-right: 10px;
}

@media only screen and (max-width: 751px){
	#container{
		width: 100%;
	}
	
	.project{
		margin: 0;
		width: 100%;
	}
	
	.workImage{
		border-left: none;
		border-right: none;
	}
	
	.rightBar{
		display: none;
	}
	
	h1.workTitle{
		margin-left: 10px;
	}
	
	h2.workDescribe{
		margin-left: 10px;
	}
	
	.spanBig{
		display: none;
	}
	
	ul.nav{
		margin-left: 10px;
		top: 30px;
	}
	
	.aboutBox{
		left: 10px;
	}
	
	h1.name{
		font-size: 52px;
		margin-left: 10px;
		margin-top: 20px;
	}
	
	h2.title{
		font-size: 18px;
		top: 8px;
		left: 180px;
	}
	
	li.list, li.listnoHover{
		font-size: 22px;
	}
	
	.strikeThrough{
		height: 13px;
	}
	
	h1.colorChange{
		display: none;
	}
	
	li.space{
		font-size: 22px;
		width: 33%;
	}
	
	.strikeThrough2{
		height: 13px;
	}
	
	.aboutBox{
		left: 0;
		top: 0;
		height: 100vh;
		position: absolute;
	}
}


@media only screen 
	and (max-device-width: 480px){
		.aboutBox{
			width: 310px;
		}
}

/*Color Change*/

.oneA{
	background-color: #f7f5f5;
}

.twoA{
	color: #2d2d2d;
	border-color: #2d2d2d;
}

.threeA{
	color: #898989;
}

.fourA{
	background-color: #2d2d2d;
	}

.fiveA{
	background-color: #898989;
}

.oneB{
	background-color: #1e1e1e;
}

.twoB{
	color: #dddddd;
	border-color: #dddddd;
}

.threeB{
	color: #6b6b6b;
}

.fourB{
	background-color: #dddddd;
	}

.fiveB{
	background-color: #6b6b6b;
}