body {
    margin: 0px;
}

.background {
    height: 100%;
    width: 100%;
    position: absolute;

    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    /* background-attachment: scroll; */
}

.background-shuksan {    
    background-image: url("assets/shuksan.jpg");
    background-position: right center;
}

.background-denali {
    background-image: url("assets/denali.jpg");
    background-position: center bottom;
}

.background-link-content {
    position:absolute; 
    width:100%;
    height:100%;
    top:0;
    left: 0;
  
    z-index: 1;
}