#topDiv {
	
  background-image:     url("laajempi_kompassi4_3.jpg");
  height:60vh;
  width:100%;
  background-size: cover;
  
  /* cover = Resize the background image to cover the entire container, 
  even if it has to stretch the image or cut a little bit off one of the edges */
  
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  

  
}

.topDivButton {
  background-color: #4CAF50; /* Green */
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  border: 1px solid #e7e7e7;
}

#topInnerDiv {
	/* padding-top:11vh; */
  
  color:white;
   
}
#topInnerDiv a{
  color:white;
}
