body,
html {
  width: 100%;
  height: 100%;  
}

body {
  font-family: 'Montserrat', sans-serif;
  background-image: url("header.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top; 
}
  
/*For any viewports less than 1000px wide */
@media (max-width: 1280px) {

  body {
      background-size: 1280px auto; /* Force the image to its minimum width*/
  }

}

.welcome {
  margin: 280px auto;
  text-align: center;
  color: white;
}

.more {
  text-align: center;
  margin: 198px auto;
}