* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  font-style: sans-serif;
  line-height: 1.25;
}

@font-face {
  font-family: times;
  src: url('./source/Times New Roman.ttf');
}

@font-face {
  font-family: hell;
  src: url('HelveticaNeueLTCom-Roman.ttf');
}


/*naming is very important, i work as a copywriter here.*/


body {
  font-family: times;
  color: maroon;
  font-size: 11pt;
  letter-spacing: 0.1px;
}


/*left*/

.left {
  position: fixed;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-color: none;
  padding: 15px;
  overflow-y: auto;
}

.left h1 {
  transform: rotate(10deg);
  display: inline-flex;
  font-weight: bolder;
}

.left p {
  padding-top: 5px;
  padding-bottom: 15px;
}

/*middle*/

.middle {
  position: absolute;
  background-color: none;
  left: 25%;
  top: 0;
  width: 50%;
  height: 100%;
  overflow-y: auto;
  font-size: 18pt;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;

}


th {
  border-bottom: 0.6pt solid maroon;
  font-weight: bolder;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-top: 15px;
  vertical-align: text-top;
}


td {
  border-bottom: 0.6pt solid maroon;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-top: 5px;
  vertical-align: text-top;
}

tr:nth-child(even) {
  background-color: none;
}


.middle img {
  width: 100%;
}

.vitrine {
  position: relative;
  right: 0;
  width: 100%;
}

/*right*/

.right {
  position: fixed;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}


.right h2 {
  position: absolute;
  bottom: -3%;
  transform: rotate(10deg); 
  font-size: 280pt;
  font-weight: bolder;
  text-align: right;
}


.right h3 {
  position: absolute;
  top: 1%;
  font-size: 89pt;
  text-align: center;  
  letter-spacing: 8pt;
  z-index: 99;
}

.right h4 {
  position: absolute;
  font-size: 89pt;
  line-height: 0.8;
  text-align: center;
  position: fixed;
  bottom: 2%;
  right: 2%;
}

::-webkit-scrollbar {
    display: none;
}


a {
  color: crimson;
  text-decoration: none;
  line-height: 0.9;
}

a:hover {
  color: maroon;
}

a:visited {
  color: crimson;
}

a:active {
  color: crimson;
}

@media screen and (max-width: 1600px) {

.right h2 {
  font-size: 250pt;
}

.right h3 {
  font-size: 70pt;
}

.right h4 {
  font-size: 70pt;
}



@media screen and (max-width: 1530px) {

.right h2 {
  font-size: 200pt;
}

.right h3 {
  font-size: 65pt;
}

.right h4 {
  font-size: 65pt;
}

}

@media screen and (max-width: 1290px) {

.right h2 {
  font-size: 200pt;
}

.right h3 {
  font-size: 50pt;
}

.right h4 {
  font-size: 50pt;
}

}

@media screen and (max-width: 1000px) {

.right h2 {
  font-size: 150pt;
}

.right h3 {
  font-size: 40pt;
}

.right h4 {
  font-size: 40pt;
}

}



@media screen and (max-width: 900px) {

.left {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 60%;
  z-index: 99;
  /*background-color: white;*/
}

.middle {
  position: absolute;
  top: 60%;
  left: 0;
  width: 87%;
  z-index: 88;
}


.middle table {
  font-size: 14pt;
}



.right {
  width: 100%;
}

.right h2 {
  position: absolute;
  font-size: 150pt;
  bottom: -2%;
  right: 15%;
}

.right h3 {
  right: 0;
  font-size: 40pt;
}

.right h4 {
  font-size: 40pt;
}


}


