body {
  background-color: rgb(0, 0, 0);
  height: 50vh;
  margin-top: 0px;
  padding-top: 0px;
}






.h1 {
  color: rgb(254, 253, 253);
  background-color: rgb(4, 52, 246);
  text-align: center;
}



.container {
  color: rgb(245, 241, 241);
  text-align: center;
  flex-direction: row;
  display: list-item;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bolder;

  
}

@media screen and (min-width: 480px) { 
  .para-1 {
    margin: 0px 300px;
  }
  }





.image {
  text-align: center;
}


.project-item {
  width: 190px;
  height: 190px;
}

.project-images {
  color: red;
}

.recent-work {
  color: rgb(249, 249, 255);
  text-align: center;
}







footer {
  text-align: center;
  padding: 3px;
  background-color: rgb(4, 36, 248);
  color: white;
  height: 50vh;
  border: none;
}











/*footer scroll**/
div.scroll-container {
  background-color: #0b0c0c;
  overflow: auto;
  white-space: nowrap;
  padding: 0px;
}

div.scroll-container img {
  padding: 10px;
  height: 315px;
  transition: width 2s;
  
}

























/* Media Queries */
@media (max-width: 768px) {
    nav ul {
      flex-direction:row;
    }
    #portfolio {
      flex-direction: row;
    }
    .portfolio-item {
      width: 90%;
    }





  }