.container {
  opacity: 1;
	animation-name: fadein;
	animation-duration: 0.7s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	position: relative;
	margin-left: 13%;
	margin-right: 12%;
  scroll-behavior: smooth;
}

p a.textlink{
  text-decoration: underline;
  color: #3f5dfa;
  font-size: 16px;
}
.project {
    position: relative;
    margin-bottom: 70px;
  float: left;
  clear: both;
 
  }
.project-art{
 		position: relative;
  float: left;
  clear: both;
}
.project-title {
  margin-top: 60px;
  margin-bottom: 30px;
}
.project-title h2 {
  text-transform: none;
}
.project-title h3 {
  margin-top: 10px;
  color: rgba(28, 36, 32, .3);
}

.project-title-rule {
  height: 1px;
  background-color: #c4c4c4;
  width: 100%;
}

.project-info {
  width: 100%;
  float: left;
  display: block;
  clear: both;
}
.role-col{
  float: left;
    width: 25%;
}
.info-col{
  float: left;
    clear: both;
    width: 60%;
    margin-top: 0px;
    display: block;
    margin-right: 10%;
    
}
#bold{
  font-weight: 800;
}
.roles-list {
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  margin-top: 45px;
}
.roles-list ul{
  margin-top: 10px;
}
.roles-list ul li{
  text-transform: lowercase;
    font-weight: 800;
    color: #3f5dfa;
    font-size: 14px;
    margin-bottom: 10px;
}
.project-text {
  margin-top: 40px;
}
.project-text p {
  font-size: 16px;
  margin-bottom: 18px;
  color: #444444;
  line-height: 160%;
}
.fade{
  opacity: 0;
}
.bar-title{
  width: 100%;
    padding: 2% 0 2% 3%;
    background-color: #333;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 13px;
    font-weight: 600;
}

.bar-title, #proj-iop{
  background-color: #50e3c2;
  color: #333;
}
.anim {
  width: 60%;
}
.image-center img{
  pointer-events: none;
}
.image-center {
  margin: auto;
  padding: 0 0 80px 0;
}

 .long.image-center{
    opacity: 1;
  }

.video-center{
  padding: 0 0 80px 0;
}
.video-3{
  padding-bottom: 50px;
    width: 33%;
    float: left;
    padding-right: 2%;
    margin: auto;
    position: relative;
}
.to-projects{
  text-align: center;
  margin-left: 0px;
    margin-top: 10px;
    height: 50px;
    position: relative;
    float: left;
    width: 100%;
 	 -webkit-transition: 0.7s ease;
 transition: 0.7s ease;
}
.to-projects h2{
  font-size: 36px;
}
.to-projects a{
  
  color: #c4c4c4;
  -webkit-transition: 0.7s ease;
 transition: 0.7s ease;
}
.to-projects:hover{
 margin-left: 15px;
}
.to-projects a:hover{
  color: #3f5efb;
}

@media only screen and (min-width:1440px){
  .project-text p {
  font-size: 22px;
  margin-bottom: 26px;
  line-height: 160%;
}
  
  p a.textlink{
  text-decoration: underline;
  color: #3f5dfa;
  font-size: 22px;
}
  .roles-list h4{
    margin-bottom: 15px;
    font-size: 16px;
  }

  .roles-list ul li{
    font-size: 15px;
    margin-bottom: 10px;
}
}


@media only screen and (max-width:1200px){
  .project-title h2{
    font-size: 36px;
  }
  .bar-title{
  width: 100%;
    padding: 3% 0 3% 3%;
    background-color: #333;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 12px;
    font-weight: 600;
}
    .anim {
  width: 80%;
}
}
@media (max-width: 1024px) {
  .container {
		position: relative;
		margin-left: 15%;
		margin-right: 3%;
		/*or 5%*/
	}

}
	

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
		position: relative;
		margin-right: 3%;
    margin-left: 15%;
	}
 	.project {
    margin-bottom: 50px;
  }
 .project-title h2 {
    font-size: 30px;
}
  .project-art {
    position: relative;
    float: left;
    clear: both;
  }
}


 

/*Tablet and mobile*/
@media only screen and (max-width: 767px) {
 	.container {
		position: relative;
		margin-right: 0;
		margin-left: 0%;
	}
   .info-col {
  float: left;
  clear: right;
  width: 100%;
  margin-top: 0px;
  display: block;
  margin-right: 5%;
}
  
  .role-col {
    height: auto;
  float: left;
  width: 100%;
}
  .role-col ul li{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .project{
  
  }
  .project-title-rule {
    width: 100%;
  }
  .project-art{
    z-index: -1;
    position: relative;
  }
  .project-title{
    margin-top: 40px;
    margin-bottom: 30px;
  }
   .project-title h2 {
    font-size: 28px;
  }
  .project-text{
    margin-right: 50px;
    margin-top: 40px;
  }
  .project-text p{
    font-size: 15px;
  }
  .project-info{
        margin-left: 0;
  }
  .bar-title{
  width: 100%;
    padding: 4% 0 4% 5%;
    background-color: #333;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 12px;
    font-weight: 600;
}
 .anim {
  width: 100%;
}
  .image-center {
    opacity: 0;
   /* margin-left: -40%;*/
    padding: 0 0 40px 0;
  }
  .video-center{
  padding: 0 0 40px 0;
}
 .video-3{
    width: 100%;
float: right;
clear: both;
padding-left: 0;
padding-right: 5%;
margin: auto;
position: relative;
}
  
}

@media only screen and (max-width:475px){
  .project-info {
    margin-bottom: 0px;
  }
  .bar-title{
  width: 100%;
    padding: 5% 0 5% 5%;
    background-color: #333;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 12px;
    font-weight: 600;
}
}
