body {
  margin:0px;
  padding:0px;
}


#title{
  width:100%;
  height:100%;
  background-color:white;
  text-align:center;
  margin-bottom:-3%;
}

.titleName{
  margin:0;
  font-size: 3vw;
  margin-left:10%;
  margin-right:10%;
  text-align:center;

  font-family: 'Ubuntu', sans-serif;
  
}
/*

.stacker{
  width: 100%;
  height: 100%;            
  position: absolute;
  opacity:0.9;
  margin-bottom:10%;
}
*/

#devMissionimg{
  width:50%;
  margin-top:-3%;
}

#cohorts{
  background-color: #F8F8F8;  
  padding-left:10%;
  padding-right:10%;
  padding-bottom:3%;
  padding-top: 2%;
    
  display:flex;
  flex-flow: row wrap;
  justify-content:space-around;
}

.thumbnail_img{
  width:100%;
  object-fit: contain;
  transition-duration: 1s;
  height: 12rem;
  border: 1px solid lightgray;
}

.programmer{
  padding:0;
  margin:0;
  background-color:#F8F8F8;
  color:#E6E6E6;
  
  display:flex;
  justify-content: flex-end;
}

.thumbnail_img:hover{
  scale:120%;
}

.imageContainer{
  overflow: hidden;
}

.thumbnail{
   width:300px;
  height:250px;
  transition: transform 500ms;
  
  overflow: hidden;
  
  margin-left:20px;
  margin-right: 5px;
  margin-bottom:20px;
  margin-top:2%;
  padding:10px;
  padding-bottom:280px;
  font-style:none;
  
  box-shadow: 2px 2px 5px gray;
}
.thumbnail:hover{
  transform: translateY(-5px);
  box-shadow: 4px 4px 6px gray;
}


a:link{
  text-decoration: none;
}

.footer{
  display:flex;
  justify-content:space-between;
  padding:50px;
  padding-top:30px;
}

.cropped{
/*   overflow:hidden; */
/*   margin-top:-12%;
  margin-bottom:-10%; */

  height: 48em;
  width: auto;
  background-color: black;
  
}

.caption {
  font-weight: bold;
  background-color: black;
  width: 100vw;
  margin-left: -26%;
}

.carousel-img {
  height: 48em;
  width: auto;
  object-fit: contain;
  background-color: black;
}

#imageContainer {
      
      width: 100%;
      height: auto;
      overflow: hidden;
      
    }

@keyframes kenburns {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(40px, 60px, 0px);
    animation-timing-function: ease-in;
    opacity: 1;
  }

  100% {
    transform: scale3d(2, 2, 2) translate3d(20px, 40px, 0px);
    opacity: 0;
  }
}

#imageContainer img {
  animation: kenburns 24s infinite;
}

.name {
  margin-top: 1rem;
  text-align: center;
}

.first {
  margin-bottom: 4rem;
}

.carousel-caption {
  right: 32% !important;
    left: 14% !important;
}