.thumb{
  margin-bottom: 30px;
}

.page-top{
    margin-top:85px;
}

.zoom {
  width: 100%;
  height: 200px;
  border-radius:5px;
  object-fit:cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
      

.transition {
  -webkit-transform: scale(1.2); 
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.modal-header {

border-bottom: none;
}

.modal-title {
  color:#000;
}

.modal-footer{
display:none;  
}
  
  .right {
    position: relative;
    right: 0;
    bottom: 0;
    padding-right: 0;
    margin: 0 -1rem 0 0;
  }
  
  .cover-heading {
      margin-bottom: 4rem;
  }
  
  #first {
      width: 100%;
  }

  #first .row {
      width:100%;
  }

  .black {
    color:#000;
  }

  .title {
    margin-top: 5vh;
  }

  .blurb {
    width: 75%;
    margin: auto;
    padding-bottom: 1rem;
  }

  .content {
    margin-top: 3vh;
    font-size: 0.8em;
    width: 25vw;
  }

  

  .project-text {
    margin-top: 50px;
  }

  #projectnav {
    width: 200px;
  }

  #projectnav li {
    margin: 1rem;
  }

  #left {
    height: 3rem;
    width: 3rem;
    vertical-align: middle;
    justify-content: center;
  }

  #right {
    height: 3rem;
    width: 3rem;
    justify-content: center;
    vertical-align: middle;
  }


  footer {
    background-color: #000;
    color: #fff;
  }
  
  footer hr {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }
  
  .mastfoot {
    color: #fff;
  } 

  