body::before {
  display: block;
  content: '';
  height: 60px;
}

@media (min-width: 768px) {
  .news-input {
    width: 50%;
  }
}

#bgimage{
  background-image: url("img/rob-curran-sUXXO3xPBYo-unsplash.jpg");
  height: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;  
}

#bgbg{
  padding:180px 0;
  background-color: hsl(231, 71%, 5%, 0.9);    
}


