body {
    
    background-color: #F4F4F4;
    
}


.start-image {
    background-image: url("images/hongkong.jpg");
    
    height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
    border-bottom: 5px solid black;
    
}

#headline {
    padding-top: 4%;
    text-align: center;
    color: white;
    
}

#navbar {
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    position: fixed;
    top: 0;
    
}

#navbar-down {
    margin-top: 8%;
    padding-top: 1%;
    width: 100%;
    
    background-color: black;
    color: white;
    display:inline-block;
    
}

#img2 {
    
    height: 40%;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
}

#linkref {
    color: white;
    text-decoration: none;
    padding: 10px;
    text-align: right;
    
}

#service {
    display: inline-block;
    margin-top: 5%;
    margin-left: 3%;
    
}

#stock-image {
    float: right;
    display: inline;
    margin-top: 5%;
    margin-right: 5%;
    border: 
     
}

ul {
  list-style-image: url(images/checkbox.png);
}