#bg{
  width:100%;
  height: 490px;
  background-image:url(https://images.unsplash.com/photo-1542296332-2e4473faf563?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
#me{
  transform: translateY(-35px);
}
.c{
  transform: translateY(260px);
  color: rgb(254, 195, 0);
}
.nav-item{
margin-right: 70px;
margin-left: 25px;

/* This is responisble for spacing in navbar  */
}
#ri{
  margin-right:5px;
  margin-left: 5px;

}
#co{
  width:100%;
  height: 1300px;
background-image:url(https://images.unsplash.com/photo-1495195129352-aeb325a55b65?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=876&q=80);
  background-size: cover;
  background-repeat: no-repeat;
  /* text-align: center; */
  font-size: 25px;
}
