body{
  font-family: nimbus-sans;
}
main{
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 5vw;
}

header{
 width: 100%;
}
nav{
  float:right;
}

nav a{
  color: #000;
  text-decoration: none;
  font-family: linotype-sabon;

}

.logoContainer{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titleContainer{
  flex: 1;
  margin-top: 2vw;
}

.titleContainer p{
  font-family: linotype-sabon;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 46px;
  padding-left: 8vw;
}

.titleContainer p:nth-child(2){
  padding-left: 16vw;
}

.loremContainer{
  margin: 10vw 20vw;
}

.loremContainer p{
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
}

.title2Container{
  flex: 1;
}

.title2Container p{
  font-family: linotype-sabon;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 46px;
  padding-left: 28vw;
}

.title2Container p:nth-child(2){
  padding-left: 32vw;
}

.tableContainer{
  position:relative;
  margin-top: 5vw
}
.tableContainer a{
  text-decoration: none;
  text-transform: uppercase;
}
.table1{
  position: absolute;
  top:0;
  left:0;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table2{
  position: absolute;
  top:50vh;
  left:30vw;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table3{
  position: absolute;
  top:100vh;
  left:60vw;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table4{
  position: absolute;
  top:150vh;
  left:0;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table5{
  position: absolute;
  top:200vh;
  left:30vw;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table6{
  position: absolute;
  top:250vh;
  left:60vw;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table7{
  position: absolute;
  top:330vh;
  left:0;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table8{
  position: absolute;
  top:380vh;
  left:30vw;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table9{
  position: absolute;
  top:430vh;
  left:60vw;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table10{
  position: absolute;
  top:480vh;
  left:0;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table11{
  position: absolute;
  top:550vh;
  left:30vw;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table12{
  position: absolute;
  top:600vh;
  left:60vw;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table13{
  position: absolute;
  top:650vh;
  left:0;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table14{
  position: absolute;
  top:720vh;
  left:30vw;
  width:30%;
  display: flex;
  flex-direction: column;
}
.table15{
  position: absolute;
  top:770vh;
  left:60vw;
  width:30%;
  display: flex;
  flex-direction: column;
}

.tableTitle{
  flex:1;
  align-items: center;
  justify-content: center;
}

.tableTitle p{
  font-family: linotype-sabon;
  text-align: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 2vw;
}

.tableText{
  flex:1;
  margin-bottom: .2vw;
}

.tableText p{
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  word-wrap: break-word;
}

.tableAuthor{
  flex:1;
  margin-top: 0.3vw;
  margin-bottom: 1vw;
}

.tableAuthor p{
  color: rgb(90, 90, 90);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 200;
}

.titleLastContainer{
  flex: 1;
  margin-top: 2vw;
}

.titleLastContainer p{
  font-family: linotype-sabon;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  padding-left: 2px;
}
.titleLastContainer p:nth-child(2){
  padding-left: 10px;
}
a:visited{
  color:inherit;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .titleContainer p{
    font-family: linotype-sabon;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 72px;
    padding-left: 8vw;
  }
  .titleContainer p:nth-child(2){
    padding-left: 16vw;
  }
  .title2Container p{
    font-family: linotype-sabon;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 72px;
    padding-left: 48vw;
  }

  .title2Container p:nth-child(2){
    padding-left: 52vw;
  }
  .titleLastContainer p{
    font-family: linotype-sabon;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    padding-left: 2vw;
  }
  .table1{
    position: absolute;
    top:0;
    left:0;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table2{
    position: absolute;
    top:50vh;
    left:30vw;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table3{
    position: absolute;
    top:100vh;
    left:60vw;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table4{
    position: absolute;
    top:130vh;
    left:0;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table5{
    position: absolute;
    top:180vh;
    left:30vw;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table6{
    position: absolute;
    top:230vh;
    left:60vw;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table7{
    position: absolute;
    top:260vh;
    left:0;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table8{
    position: absolute;
    top:310vh;
    left:30vw;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table9{
    position: absolute;
    top:360vh;
    left:60vw;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table10{
    position: absolute;
    top:390vh;
    left:0;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table11{
    position: absolute;
    top:440vh;
    left:30vw;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table12{
    position: absolute;
    top:490vh;
    left:60vw;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table13{
    position: absolute;
    top:520vh;
    left:0;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table14{
    position: absolute;
    top:570vh;
    left:30vw;
    width:30%;
    display: flex;
    flex-direction: column;
  }
  .table15{
    position: absolute;
    top:640vh;
    left:70vw;
    width:30%;
    display: flex;
    flex-direction: column;
  }
}