#nav, #project-detail{
    border-bottom: 4px;
    border-bottom-style: dashed;
    padding: 20px 0 20px 0;
}

.big-header-img img{
  width: 100%;
  min-height: auto;
}

a{
  color: black;
}

a:hover{
  color: black;
  opacity: 0.7;
  text-decoration: none;
}

h1{
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  width: 100%;
}

.big-header-img{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

h2, p, hr, h4{
  margin-top: 30px;
  margin-bottom: 30px;
}

img{
margin-bottom: 30px;
}

.big-txt-section{
  font-size: 20px;
  font-weight: 500;
}

#video-header{
  height:600px;
}

#project-detail{
  padding-bottom: 80px;
}

p{
  color: rgb(68, 68, 68)
}

.column-img img{
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}

.overlap-text-box-left, .overlap-text-box-right{
  position: relative;
  z-index: 99;
  
}

.text-overlap-inner{
  display: block;
  background-color:black;
  color: white;
  height: auto;
  padding: 20px 50px 20px 50px;
}

.text-overlap-inner p{
  color: rgb(212, 212, 212);
}

.column-img span{
  position: relative;
  top: -20px;
  font-size: 14px
}

.overlap-text-box-left{
  left: 70px;
}

.overlap-text-box-right{
  right: 70px;
}

.mega{
  font-size: 45px;
}

.row{
  margin-bottom: 20px;
}

#end{
  height:100px;
}

/* for small sized screens */
@media only screen and (max-width: 768px) {
  #video-header{
    height:300px;
  }
}

/* for small sized screens */
@media only screen and (max-width: 600px) {
    body {
      background-color: white;
    }

  }