body {
  width: 100%;
  min-height: 100%;
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
}

#slideWrapper { /* (second Body) */
  background-size: 100%;
  position: absolute;
  min-height: 100%;
  height: auto;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  /*border: yellow 1px solid;*/
}

#Slide {
  background-image: radial-gradient(rgb(241, 253, 187) 1%, rgb(98, 185, 243) 100%);
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*border: purple 2px solid;*/
}

#Slide1 {
  z-index: 1;
  background-image: url(img/main/Slide1.png);
  background-size: 100%;
  position: absolute;
  top: 20;
  left: 0;
  width: 100%;
  height: 100%;
}

#Slide2 {
  z-index: 2;
  background-image: url(img/main/Slide2.png);
  background-size: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
}

#Slide3 { /* (Text Body) */
  background-image: url(img/main/BG.png);
  background-size: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  min-height: 125%;
  height: auto;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 3;
  /*border: pink 2px solid;*/
}

#banner td, #banner tr, #banner {
  border-collapse: collapse;
  box-sizing: border-box;
  vertical-align: baseline;
}

#banner {
  position: relative;
  width: 100%;
}

#banner td {
  position: relative;
  overflow: hidden;
}

#banner tr {
  width: 100%;
  height: auto;
}
  /* <div class="ButtonHitbox" style=" width:50%; height:50%; bottom: 50%; right: 50%;"> */
.ButtonHitbox {
  /*border: red solid 1px;*/
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
}

.button {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 6px;
}

.buttonBack {
  width: 100%;
  position: relative;
}

.buttonOver {
  position: absolute;
}

#Home_Button_Door {
  width: 18%;
  bottom: 5%;
  right: 38%;
}

#Home_Button_Roof {
  width: 100%;
  bottom: 22%;
}

#Home_Button_Back {
  width: 100%;
  bottom: 0%;
}

#Product_Button_Door {
  width: 17%;
  bottom: 5.3%;
  right: 24%;
}

#Product_Button_Roof {
  width: 88%;
  bottom: 41.2%;
  left: 7%;
}
#Contact_Button_Door {
  width: 8.8%;
  right: 38%;
  bottom: 3.5%;
}
#Contact_Button_Roof {
  width: 70%;
  bottom: 41%;
  left: 13.5%;
}
#Contact_Button_Rotors {
  width: 70%;
  position: absolute;
  bottom: 28%;
  left: 15%;
  transform-origin: center center;
}

#Text {
  margin-left: 4.5%;
  width: 86%;
  height: auto;
  color: #AC5425;
  font-family: arial;
  font-size: 1.2em;
  padding-bottom: 45px;
}

.txtHeader {

}

.textImg {
  overflow: hidden;
  border: 50px solid transparent;
  -webkit-border-image: url(img/content/Borders/PlankBorder.png) 33% round;
  -o-border-image: url(img/content/Borders/PlankBorder.png) 33% round;
  border-image: url(img/content/Borders/PlankBorder.png) 33% round;
  border-image-outset: 0px;
}

.textImg img {
  margin: -10%;
  position: relative;
  width: 110%;
}

#CloudAnimation {
  position: absolute;
  width: 25%;
  left: -25%;
  top: 2.5%;
  z-index: 1;
}

#SunAnimation {
  position: absolute;
  width: 25%;
  left: 47%;
  z-index: 0;
}
