body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}
::selection {
    background-color: #ffdf14;
    color: #0b0860;
}
.sticky { /*scroll*/
  position: -webkit-sticky;
  position: sticky;
  transform: translateX(-120px);
  font-size: 1.5em;
  font-weight: 700;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  border-radius: 0 5px 5px 0;
  text-decoration: none;
}
.sticky:hover {
  transform: translateX(0px);
}
#Titillium {
  font-family: 'Titillium Web', sans-serif;
  bottom: 90vh;
  background-color: #0c324f;
  color: white;
  z-index: 5;
}
#Manuale {
  font-family: 'Manuale', serif;
  bottom: 80vh;
  background-color: lightgreen;
  color: black;
  z-index: 5;
}
#Teko {
  font-family: 'Teko', sans-serif;
  bottom: 70vh;
  background-color: DEEPPINK;
  color: white;
  z-index: 5;
}

#page1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  font-family: 'Titillium Web', sans-serif;
  background-color: white;
  color: #0c324f;
}

#page1 > address:nth-child(1) { /*CAPS*/
  font-size: 180;
  font-weight: bold;
  font-style: italic;
  transform: rotate(90deg) translate(480px, -300px);
  transform-origin: top left;
  color: rgba(12, 50, 79, 0.2);
  line-height: 0.9;
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}
#page1 > article:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  text-align: justify;
}
#page1 > article:nth-child(2) > header {/*Titillium*/
  font-size: 200;
  line-height: 1;
  padding: 70 0 0 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: -10;
}
#page1 > article:nth-child(2) > div > p:nth-child(1) {
  font-size: 2em;
  padding: 180 100 0 500;
  line-height :1.2;
  font-weight: 200;
}
#page1 > article:nth-child(2) > div > p:nth-child(2) {
  font-size: 1em;
  padding: 0 150 0 700;
  line-height :1.2;
  font-weight: 300;
}
#page1 > article:nth-child(2) > div > p:nth-child(3) {
  font-size: 1.5em;
  padding: 0 100 0 600;
  line-height :1.2;
  font-weight: 400;
}
#page1 > article:nth-child(2) > div > p:nth-child(4) {
  font-size: 1em;
  padding: 0 0 0 500;
  line-height :1.2;
  font-weight: 600;
}
#page1 > article:nth-child(2) > div > p:nth-child(5) {
  font-size: 2em;
  padding: 0 200 0 600;
  line-height :1.2;
  font-weight: 700;
}
#page1 > article:nth-child(2) > div > p:nth-child(6) {
  font-size: 1.5em;
  padding: 0 0 0 700;
  line-height :1.2;
  font-weight: 900;
}
#page1 > article:nth-child(2) > div > p:nth-child(7) {
  font-size: 2em;
  padding: 0 0 0 500;
  line-height :1.2;
  font-weight: 900;
}

#page1 > article:nth-child(2) > address { /*font-Weight*/
  text-align: left;
  color: rgba(12, 50, 79, 0.6);
  line-height: 0%;
  margin: 0;
}
#page1 > article:nth-child(2) > address > p:nth-child(1) {
  padding: 0 0 0 500;
  font-size: 1.5em;
  font-weight: 200;
  font-style: normal;
  padding-top: 60;
}
#page1 > article:nth-child(2) > address > p:nth-child(2) {
  padding: 0 0 0 800;
  font-size: 1em;
  font-weight: 200;
  font-style: italic;
}
#page1 > article:nth-child(2) > address > p:nth-child(3) {
  padding: 0 0 0 600;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
}
#page1 > article:nth-child(2) > address > p:nth-child(4) {
  padding: 0 0 0 1000;
  font-size: 0.5em;
  font-weight: 300;
  font-style: italic;
}
#page1 > article:nth-child(2) > address > p:nth-child(5) {
  padding: 0 0 0 750;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
}
#page1 > article:nth-child(2) > address > p:nth-child(6) {
  padding: 0 0 0 1050;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
}
#page1 > article:nth-child(2) > address > p:nth-child(7) {
  padding: 0 0 0 600;
  font-size: 0.5em;
  font-weight: 600;
  font-style: normal;
}
#page1 > article:nth-child(2) > address > p:nth-child(8) {
  padding: 0 0 0 800;
  font-size: 1em;
  font-weight: 600;
  font-style: italic;
}
#page1 > article:nth-child(2) > address > p:nth-child(9) {
  padding: 0 0 0 1000;
  font-size: 1.5em;
  font-weight: 700;
  font-style: normal;
}
#page1 > article:nth-child(2) > address > p:nth-child(10) {
  padding: 0 0 0 700;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
}
#page1 > article:nth-child(2) > address > p:nth-child(11) {
  padding: 0 0 0 500;
  font-size: 0.5em;
  font-weight: 900;
  font-style: normal;
}



#page1 > address:nth-child(3) { /*lower*/
  font-size: 180;
  font-weight: bold;
  font-style: italic;
  transform: rotate(-90deg) translate(1400px,1405px);
  transform-origin: bottom right;
  color: rgba(12, 50, 79, 0.2);
  line-height: 0.9;
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  text-align: right;
}
#page1 > article:nth-child(4) {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  text-align: justify;
}
#page1 > article:nth-child(4) > div > p:nth-child(1) {
  font-size: 2em;
  padding: 300 500 0 250;
  line-height :1.2;
  font-weight: 200;
}
#page1 > article:nth-child(4) > div > p:nth-child(2) {
  font-size: 1em;
  padding: 0 700 0 200;
  line-height :1.2;
  font-weight: 600;
}
#page1 > article:nth-child(4) > div > p:nth-child(3) {
  font-size: 2em;
  padding: 0 600 0 300;
  line-height :1.2;
  font-weight: 700;
}
#page1 > article:nth-child(4) > div > p:nth-child(4) {
  font-size: 1em;
  padding: 0 600 0 250;
  line-height :1.2;
  font-weight: 900;
}
#page1 > article:nth-child(4) > div > p:nth-child(5) {
  font-size: 2em;
  padding: 0 500 0 200;
  line-height :1.2;
  font-weight: 400;
}


#page1 > article:nth-child(4) > address { /*font-Weight*/
  text-align: left;
  color: rgba(12, 50, 79, 0.6);
  line-height: 0%;
  margin: 0;
}
#page1 > article:nth-child(4) > address > p:nth-child(1) {
  padding: 80 0 0 400;
  font-size: 1em;
  font-weight: 200;
  font-style: normal;
}
#page1 > article:nth-child(4) > address > p:nth-child(2) {
  padding: 0 0 0 200;
  font-size: 0.5em;
  font-weight: 200;
  font-style: italic;
}
#page1 > article:nth-child(4) > address > p:nth-child(3) {
  padding: 0 0 0 600;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
}
#page1 > article:nth-child(4) > address > p:nth-child(4) {
  padding: 0 0 0 300;
  font-size: 0.5em;
  font-weight: 300;
  font-style: italic;
}
#page1 > article:nth-child(4) > address > p:nth-child(5) {
  padding: 0 0 0 450;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
}
#page1 > article:nth-child(4) > address > p:nth-child(6) {
  padding: 0 0 0 700;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
}
#page1 > article:nth-child(4) > address > p:nth-child(7) {
  padding: 0 0 0 200;
  font-size: 0.5em;
  font-weight: 600;
  font-style: normal;
}
#page1 > article:nth-child(4) > address > p:nth-child(8) {
  padding: 0 0 0 300;
  font-size: 1em;
  font-weight: 600;
  font-style: italic;
}
#page1 > article:nth-child(4) > address > p:nth-child(9) {
  padding: 0 0 0 800;
  font-size: 1.5em;
  font-weight: 700;
  font-style: normal;
}
#page1 > article:nth-child(4) > address > p:nth-child(10) {
  padding: 0 0 0 600;
  font-size: 1.5em;
  font-weight: 700;
  font-style: italic;
}
#page1 > article:nth-child(4) > address > p:nth-child(11) {
  padding: 0 0 100 400;
  font-size: 1em;
  font-weight: 900;
  font-style: normal;
}



/***************Manuale******************/


#page2 {
  font-family: 'Manuale', serif;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background-color: rgba(0,0,0,0.1);
}
#page2 > address:nth-child(1) { /*UPPER*/
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  font-size: 23em;
  color: rgba(255,255,255,1);
  text-align: center;
  transform: translate(0, 360px);
  z-index: 0;
  color :rgba(255,255,255,0.2);
  line-height: 0.63;
  font-weight: 900;
  padding-top: 40;
  letter-spacing: 10;
}
#page2 > article:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  z-index: 1;
}
#page2 > article:nth-child(2) > header { /*Manuale*/
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  font-size: 9em;
  text-align: center;
  padding: 80 0 0 0;
  font-weight: 600;
  color:rgba(0,0,0,0.9);
  text-shadow: -30px 0 lightgreen, 0 20px lightblue, 20px 0 pink, 0 -20px lightyellow;
}
#page2 > article:nth-child(2) > div {
  font-weight: normal;
  line-height: 1.3;
  font-size: 1.6em;
  color:rgb(30,30,30);
  text-align: justify;
}
#page2 > article:nth-child(2) > div > p:nth-child(1) {
  font-size: 0.5em;
  padding: 200 600 0 500;
  /*text-shadow: 200px 0px rgba(80,80,80,0.1);*/
  font-weight: 400;
}
#page2 > article:nth-child(2) > div > p:nth-child(2) {
  font-size: 1em;
  padding: 0 0 0 400;
  /*text-shadow: 200px 0px rgba(80,80,80,0.1);*/
  font-weight: 700;
}
#page2 > article:nth-child(2) > div > p:nth-child(3) {
  font-size: 1.5em;
  padding: 0 400 0 300;
  /*text-shadow: -200px 0px rgba(80,80,80,0.1);*/
  font-weight: 500;
}
#page2 > article:nth-child(2) > div > p:nth-child(4) {
  font-size: 1em;
  padding: 0 300 0 500;
  /*text-shadow: 200px 0px rgba(80,80,80,0.1);*/
  font-weight: 400;
}
#page2 > article:nth-child(2) > div > p:nth-child(5) {
  font-size: 1.5em;
  padding: 0 500 0 400;
  /*text-shadow: 200px 0px rgba(80,80,80,0.1);*/
  font-weight: 600;
}

#page2 > article:nth-child(2) > address { /*font-Weight*/
  line-height: 0%;
  margin: 0;
  color: gray;
}
#page2 > article:nth-child(2) > address > p:nth-child(1) {
  padding: 80 0 0 600;
  font-size: 4em;
  font-weight: 400;
  font-style: normal;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(2) > address > p:nth-child(2) {
  padding: 0 0 0 400;
  font-size: 2.5em;
  font-weight: 400;
  font-style: italic;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(2) > address > p:nth-child(3) {
  padding: 0 0 0 700;
  font-size: 1.5em;
  font-weight: 500;
  font-style: normal;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(2) > address > p:nth-child(4) {
  padding: 0 0 0 800;
  font-size: 2.5em;
  font-weight: 500;
  font-style: italic;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(2) > address > p:nth-child(5) {
  padding: 0 0 0 450;
  font-size: 1.5em;
  font-weight: 600;
  font-style: normal;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(2) > address > p:nth-child(6) {
  padding: 0 0 0 700;
  font-size: 1em;
  font-weight: 600;
  font-style: italic;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(2) > address > p:nth-child(7) {
  padding: 0 0 0 550;
  font-size: 2.5em;
  font-weight: 700;
  font-style: normal;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(2) > address > p:nth-child(8) {
  padding: 0 0 0 800;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}




#page2 > address:nth-child(3) {/*lower*/
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  font-size: 22em;
  color: rgba(255,255,255,1);
  text-align: center;
  padding-top: 300;
  z-index: 0;
  color :rgba(255,255,255,0.2);
  line-height: 0.71;
  font-weight: 500;
}
#page2 > article:nth-child(4) {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  z-index: 1;
}
#page2 > article:nth-child(4) > div {
  font-weight: normal;
  line-height: 1.3;
  font-size: 1.6em;
  text-align: justify;
  color:rgb(30,30,30);
}

#page2 > article:nth-child(4) > div > p:nth-child(1) {
  font-size: 1em;
  padding: 450 500 0 450;
  /*text-shadow: 200px 0px rgba(80,80,80,0.1);*/
  font-weight: 500;
}
#page2 > article:nth-child(4) > div > p:nth-child(2) {
  font-size: 1.5em;
  padding: 0 200 0 350;
  /*text-shadow: -200px 0px rgba(80,80,80,0.1);*/
  font-weight: 600;
}
#page2 > article:nth-child(4) > div > p:nth-child(3) {
  font-size: 1em;
  padding: 0 500 0 400;
  /*text-shadow: 200px 0px rgba(80,80,80,0.1);*/
  font-weight: 400;
}
#page2 > article:nth-child(4) > div > p:nth-child(4) {
  font-size: 0.5em;
  padding: 0 700 0 300;
  /*text-shadow: 200px 0px rgba(80,80,80,0.1);*/
  font-weight: 700;
}
#page2 > article:nth-child(4) > div > p:nth-child(5) {
  font-size: 1.5em;
  padding: 0 500 0 400;
  /*text-shadow: 200px 0px rgba(80,80,80,0.1);*/
  font-weight: 700;
}


#page2 > article:nth-child(4) > address { /*font-Weight*/
  line-height: 0%;
  margin: 0;
  color: gray;
}
#page2 > article:nth-child(4) > address > p:nth-child(1) {
  padding: 100 0 0 650;
  font-size: 2em;
  font-weight: 400;
  font-style: normal;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(4) > address > p:nth-child(2) {
  padding: 0 0 0 500;
  font-size: 4em;
  font-weight: 400;
  font-style: italic;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(4) > address > p:nth-child(3) {
  padding: 0 0 0 850;
  font-size: 1.5em;
  font-weight: 500;
  font-style: normal;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(4) > address > p:nth-child(4) {
  padding: 0 0 0 450;
  font-size: 2.5em;
  font-weight: 500;
  font-style: italic;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(4) > address > p:nth-child(5) {
  padding: 0 0 0 750;
  font-size: 1.5em;
  font-weight: 600;
  font-style: normal;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(4) > address > p:nth-child(6) {
  padding: 0 0 0 550;
  font-size: 2.5em;
  font-weight: 600;
  font-style: italic;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(4) > address > p:nth-child(7) {
  padding: 0 0 0 450;
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}
#page2 > article:nth-child(4) > address > p:nth-child(8) {
  padding: 0 0 100 850;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  text-shadow: -1px 0 lightgreen, 0 1px lightblue, 1px 0 pink, 0 -1px lightyellow;
}


/***************Teko****************/



#page3 {
  font-family: 'Teko', sans-serif;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background-color: rgb(50,50,50);
  color: white;
}
#page3 > address:nth-child(1) { /*UPPER*/
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  font-size: 35em;
  color: rgba(255,255,255,1);
  text-align: center;
  padding-top: 450;
  z-index: 0;
  color :rgba(0,0,0,0.2);
  line-height: 0.65;
  font-weight: 900;
  font-style: normal;
}
#page3 > article:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  z-index: 1;
}
#page3 > article:nth-child(2) > header { /*Teko*/
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  font-size: 20em;
  text-align: center;
  padding: 0 0 0 0;
  font-weight: 600;
  color:white;
  transition: all .3s ease;
}
#page3 > article:nth-child(2) > header:hover {
  color:DEEPPINK;
  transform: skewX(-20deg);
}
#page3 > article:nth-child(2) > div {
  font-weight: normal;
  line-height: 1;
  text-align: justify;
  color:rgb(255,255,255);
}
#page3 > article:nth-child(2) > div > p:nth-child(1) {
  font-size: 3em;
  padding: 0 300 0 300;
  font-weight: 400;
  transition: all .5s ease;
}
#page3 > article:nth-child(2) > div > p:nth-child(1):hover {
  padding: 0 150 0 150;
  font-weight: 700;
  color: skyblue;
}
#page3 > article:nth-child(2) > div > p:nth-child(2) {
  font-size: 2em;
  padding: 0 600 0 200;
  font-weight: 300;
  transition: all .5s ease;
}
#page3 > article:nth-child(2) > div > p:nth-child(2):hover {
    letter-spacing: 10;
    padding: 0 100 0 100;
    color: lightyellow;
}
#page3 > article:nth-child(2) > div > p:nth-child(3) {
  font-size: 3em;
  padding: 0 400 0 400;
  font-weight: 600;
  transition: all .5s ease;
}
#page3 > article:nth-child(2) > div > p:nth-child(3):hover {
  padding: 0 300 0 300;
  color: lightgreen;
  transform: translate(-100px);
  letter-spacing: 7;
}
#page3 > article:nth-child(2) > div > p:nth-child(4) {
  font-size: 2em;
  padding: 0 200 0 300;
  font-weight: 500;
  transition: all .3s ease;
}
#page3 > article:nth-child(2) > div > p:nth-child(4):hover {
  transform: skewX(-10deg)translateX(-100px);
  color: lightblue;
}
#page3 > article:nth-child(2) > div > p:nth-child(5) {
  font-size: 3em;
  padding: 0 300 0 400;
  font-weight: 600;
  transition: all .3s ease;
}
#page3 > article:nth-child(2) > div > p:nth-child(5):hover {
  transform: translateX(200px);
  color :LIGHTCORAL;
}
#page3 > article:nth-child(2) > div > p:nth-child(6) {
  font-size: 2em;
  padding: 0 0 0 200;
  font-weight: 700;
  transition: all .3s ease;
}
#page3 > article:nth-child(2) > div > p:nth-child(6):hover {
  transform: scale(3) translateX(300px);
  font-weight: 200;
  color: red;
}
#page3 > article:nth-child(2) > div > p:nth-child(7) {
  font-size: 2em;
  padding: 0 400 0 300;
  font-weight: 400;
  transition: all .7s ease;
}
#page3 > article:nth-child(2) > div > p:nth-child(7):hover {
  padding: 0 0 0 0;
  letter-spacing: 10;
  transform: translateX(0px);
  color: ivory;
}


#page3 > article:nth-child(2) > address { /*font-Weight*/
  line-height: 0%;
  margin: 0;
  color: white;
  font-style: normal;
}
#page3 > article:nth-child(2) > address > p:nth-child(1) {
  padding: 80 0 0 600;
  font-size: 4em;
  font-weight: 300;
  transition: all .3s ease;
}
#page3 > article:nth-child(2) > address > p:nth-child(1):hover {
  text-shadow: -150px 0 lightblue, 150px 0 pink;
}
#page3 > article:nth-child(2) > address > p:nth-child(2) {
  padding: 0 0 0 400;
  font-size: 2.5em;
  font-weight: 400;
  transition: all .3s ease;
}
#page3 > article:nth-child(2) > address > p:nth-child(2):hover {
  text-shadow: 300px 0 pink, 150px 0 lightgreen;
}
#page3 > article:nth-child(2) > address > p:nth-child(3) {
  padding: 0 0 0 650;
  font-size: 1.5em;
  font-weight: 500;
  transition: all .3s ease;
}
#page3 > article:nth-child(2) > address > p:nth-child(3):hover {
  text-shadow: -150px 0 lightgreen, 150px 0 lightblue;
}
#page3 > article:nth-child(2) > address > p:nth-child(4) {
  padding: 0 0 0 800;
  font-size: 2.5em;
  font-weight: 600;
  transition: all .3s ease;
}
#page3 > article:nth-child(2) > address > p:nth-child(4):hover {
  text-shadow: -400px 0 lightblue, -200px 0 lightyellow;
}
#page3 > article:nth-child(2) > address > p:nth-child(5) {
  padding: 0 0 0 450;
  font-size: 1.5em;
  font-weight: 700;
  transition: all .3s ease;
}
#page3 > article:nth-child(2) > address > p:nth-child(5):hover {
  text-shadow: 300px 0 lightyellow, 150px 0 lightgreen;
}



#page3 > address:nth-child(3) { /*lower*/
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  font-size: 35em;
  color: rgba(255,255,255,1);
  text-align: center;
  padding-top: 450;
  z-index: 0;
  color :rgba(0,0,0,0.2);
  line-height: 0.7;
  font-weight: 900;
  font-style: normal;
}
#page3 > article:nth-child(4) {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  z-index: 1;
}
#page3 > article:nth-child(4) > div {
  font-weight: normal;
  line-height: 1;
  text-align: justify;
  color:rgb(255,255,255);
}
#page3 > article:nth-child(4) > div > p:nth-child(1) {
  font-size: 2em;
  padding: 600 400 0 400;
  font-weight: 400;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > div > p:nth-child(1):hover {
  transform: translate(0,-30px);
  color : SANDYBROWN;
}
#page3 > article:nth-child(4) > div > p:nth-child(2) {
  font-size: 3em;
  padding: 0 600 0 300;
  font-weight: 300;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > div > p:nth-child(2):hover {
  transform: translate(300px,0px) skewX(-10deg);
  color : STEELBLUE;
}
#page3 > article:nth-child(4) > div > p:nth-child(3) {
  font-size: 1.5em;
  padding: 0 400 0 400;
  font-weight: 700;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > div > p:nth-child(3):hover {
  transform: translate(-200px,0px);
  color: MEDIUMAQUAMARINE;
}
#page3 > article:nth-child(4) > div > p:nth-child(4) {
  font-size: 2em;
  padding: 0 600 0 300;
  font-weight: 500;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > div > p:nth-child(4):hover {
  transform: translate(300px,0px);
  color: MEDIUMSEAGREEN;
}
#page3 > article:nth-child(4) > div > p:nth-child(5) {
  font-size: 2.5em;
  padding: 0 300 0 400;
  font-weight: 600;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > div > p:nth-child(5):hover {
  padding: 0 0 0 400;
  transform: translate(-300px,0px);
  letter-spacing: 5;
  color: MEDIUMPURPLE;
}
#page3 > article:nth-child(4) > div > p:nth-child(6) {
  font-size: 1.5em;
  padding: 0 0 0 500;
  font-weight: 500;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > div > p:nth-child(6):hover {
  transform: translate(-200px,0px);
  color:KHAKI;
}
#page3 > article:nth-child(4) > div > p:nth-child(7) {
  font-size: 3em;
  padding: 0 400 0 400;
  font-weight: 400;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > div > p:nth-child(7):hover {
  transform: translate(0px,100px);
  color: salmon;
}


#page3 > article:nth-child(4) > address { /*font-Weight*/
  line-height: 0%;
  margin: 0;
  color: white;
  font-style: normal;
}
#page3 > article:nth-child(4) > address > p:nth-child(1) {
  padding: 120 0 0 650;
  font-size: 3em;
  font-weight: 300;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > address > p:nth-child(1):hover {
  text-shadow: -100px 0 lightgreen, 100px 0 lightyellow;
}
#page3 > article:nth-child(4) > address > p:nth-child(2) {
  padding: 0 0 0 800;
  font-size: 4em;
  font-weight: 400;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > address > p:nth-child(2):hover {
  text-shadow: -350px 0 lightblue, -150px 0 lightgreen;
}
#page3 > article:nth-child(4) > address > p:nth-child(3) {
  padding: 0 0 0 500;
  font-size: 2em;
  font-weight: 500;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > address > p:nth-child(3):hover {
  text-shadow: 150px 0 lightyellow, 300px 0 lightblue;
}
#page3 > article:nth-child(4) > address > p:nth-child(4) {
  padding: 0 0 0 700;
  font-size: 2.5em;
  font-weight: 600;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > address > p:nth-child(4):hover {
  text-shadow: -200px 0 lightblue, 200px 0 pink;
}
#page3 > article:nth-child(4) > address > p:nth-child(5) {
  padding: 0 0 450 600;
  font-size: 4em;
  font-weight: 700;
  transition: all .3s ease;
}
#page3 > article:nth-child(4) > address > p:nth-child(5):hover {
  text-shadow: -200px 0 pink, 200px 0 lightgreen;
}
