/*SETUP*/
html {
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
body { 
  margin:0;
  padding:0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}


/*SECTION PARTS SIZING*/

#main-skc p {
  font-size: 1.2em;
  line-height: 150%;
  color: #333;
}
.section-skc {
  position: relative;
  min-height: 100%;
  width: 100%;
}
.section-skc img {
  position: absolute;
  top: 48%;
  left: 35%;
  transform: translateZ(.25px) scale(1) translateX(-114%) translateY(-90%) rotate(0deg);
  padding: 10px;
  overflow: hidden;
}

.section-skc img:last-of-type {
  transform: translateZ(.4px) scale(1) translateX(90%) translateY(-40%) rotate(0deg);
}

/*SECTION DATA BOXES*/
#section-1 {
  margin-left: auto;
  margin-right: auto;
}
#section-2 {
  margin-left: auto;
  margin-right: auto;
}
#section-3 {
  margin-left: auto;
  margin-right: auto;
}
#section-4 {
  margin-left: auto;
  margin-right: auto;
}



/*SECTION IMAGES*/
#main-skc {
  background-image: url("https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/bg-skc.jpg");
  background-attachment: fixed;  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#section-1{
  background-image: url("https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/skc-slide-1.png");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index:0;
  height: 100vh;

}
#section-2 {
  background-image: url("https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/skc-slide-2.png");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index:0;
  height: 100vh;

}
#section-3{
  background-image: url("https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/skc-slide-3.png");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index:0;
  height: 100vh;
}
#section-4{
  background-image: url("https://cs.cdn-upm.com/themes/51bce6db-ec9c-11e3-ac27-00163edcb8a0/assets-945/skc-slide-4.png");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index:1;
  height: 100vh;
}

#main-skc div {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #FFF;
  padding: 5rem;
}

div#skc-nav {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
div#skc-nav a {
  font-size: 0px;
  line-height: 0px;
  display: block;
  background: transparent;
  margin: 10px 0;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
div#skc-nav a:not(.top) {
  width: 20px;
  height: 20px;
  border: 4px solid #FFF;
  border-radius: 50%;
}
div#skc-nav a.top {

}