@charset "UTF-8";
/* CSS Document */

#top {
	height:60px;
	background: #fff;
}

.responsive {
  width: 100%;
  max-width: 650px;
  height: auto;
}

#right {
	background: #5288f7;
	z-index: 1;
}

#left {
	background: #fb5737;
	z-index: 1;
}

#logo {
	width:120px;
}

#worklink, #aboutlink {
	opacity:1;
}

#project_bar {
	width:100vw;
	height:60px;
	position: fixed;
	background: #f8edd9;
	border-bottom:1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	top:60px;
	z-index: 2;
}

#project_bar h1 {
	color: #000;
	margin: 0;
	padding: 0px;
}

.main_content {
	top:0px;
	border-top:300; }
	

.video_holder_top {
    width:calc(100% - 120px);
	width:100%;
	height: calc(100vh - 240px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:0px;
	margin-top:120px;
	position: relative;
	z-index: 1;
	border-bottom:0px solid #000;
}
.video_holder {
	width:100%;
	height: calc(100vh - 240px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:0px;
	margin-top:20px;
	position: relative;
	z-index: 1;
	border-bottom:0px solid #000;
}

.video_holder_3 {
	width:33%;
	height: calc(100vh - 240px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:60px;
	margin-top:120px;
	position: relative;
	z-index: 1;
}

.video_holder .creative {
	width: 60%;
	height: 100%;
	display: block;
}


.project_description {
	width:100%;
	display: flex;
	
	flex-wrap: wrap
	
}

.project_left {
	width:30%;
	padding:0px 60px 0px 60px;
	position: absolute;
}



.project_right {
	width:70%;
	padding: 0px 60px 0px 60px;
	margin-left: calc(30% + 60px);
}

ul.cred {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin:0;
	width:30%;
	float:left;
}

ul.cred li {
	color: #000;
	margin: 0px 0px 30px 0px;
	padding: 0px;	
}

ul.cred li span {
	display: block;
}

.project_right h2 {
	color: #000;
	margin: 15px auto;
}

.project_right p {
	padding:15px 0px 15px 0px;
	margin:0;
}

.break {
	flex-basis: 100%;
	height:0;
}




    
.footer {
    margin-top: 45px;
}
