*,
*:before,
*:after {
  box-sizing: border-box;

}
 /** fonts **/
.jockey-one-regular {
    font-family: "Jockey One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .baskervville-regular {
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .baskervville-regular-italic {
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .italianno-regular {
    font-family: "Italianno", cursive;
    font-weight: 600;
    font-style: normal;
  }
  
.frontpage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  row-gap: 0px;
  grid-column-gap: 16px;
  border: 4px solid black;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
 overflow: hidden;
 box-shadow: 0px 0px 10px rgba(19, 19, 19, 0.972); 
padding: 0px; 
}

.frontpage:before, 
.frontpage:after {
  position: absolute;
  top: 0;
  height: 100%;
  content: '';
  width: calc(100%);
}

.frontpage:before {
  left: 0;
  border-right: 1px solid #DADCE0;
}

.frontpage:after {
  right: 0;
  border-left: 1px solid #DADCE0;

}


.firstletter{
    font-size: 40px;
  
}


.fp-cell--border-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  border-top: 3px solid #121212;
}

.fp-cell--border-side:before {
    
    position: absolute;
    top: 0px;
    left: 0px;
    right: -8px;
    border-right: 3px black;
  }
  

.fp-item {
  background-color: #efefef;
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-height: 200px;
  height:fit-content;
  text-align: justify;
  padding: 10px;
  
}
.fp-cell {
    position: relative;
    z-index: 2;
    padding: 3px 0px;
    background-color: #fff;
    
    
  }
  .header{
    position: relative;
    padding: 10px;
    background-color: rgb(128, 129, 129);
    grid-column: 1 / span 5;
    text-align: center;
    font-size: 100px;
    display: block;

}
  .heading{
    font-size: 40px;
    font-weight:bolder;
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    padding: 10px;
   
    
  }
/** HEADINGS ON THE PAGE**/
.headingsonpage{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
   
}

.black-heading{
  display: flex;
  color:antiquewhite;
  background-color: rgb(37, 33, 33);
 margin-top: 10px;
 margin-bottom: 0px;
}

  
  
  .fp-cell--2 {
    grid-column: 1 / span 1;
   
   
  }

  .fp-cell--3 {
    grid-column: 2 / span 1;
    grid-row: 4;
  }

  .fp-cell--4 {
    grid-column: 3 / span 1;
    grid-row: 4;
  }

  .fp-cell--5 {
    grid-column: 4 / span 1;
    grid-row: 4;
    
  }
  .fp-cell--6 {
    grid-column: 0/ span 0;
    
  }
  .fp-cell--7{
    grid-column: 1 / span 1;
    grid-row: 2;

  }
  .fp-cell--8{
    grid-column: 2 / span 1;
    grid-row: 2;
  
   
  }

  .black-cell{
    background-color: rgb(37, 33, 33);
   color: #efefef;
  }

  .fp-cell--9 {
    grid-column: 3 / span 1;
    grid-row: 2;
  }
  .fp-cell--10 {
    grid-column: 4 / span 1;
    grid-row: 2;
  }
 
  .fp-cell--11 {
    grid-column: 0/ span 1;
    grid-row: 2;
  }
  .fp-cell--12 {
    grid-column: 4/ span 1;
    grid-row: 3;
  }
  .fp-cell--13 {
    grid-column: 2 / span 1;
    grid-row: 3;
  }
  .fp-cell--14 {
    grid-column: 3 / span 1;
    grid-row: 3;
  }
  .fp-cell--15 {
    grid-column: 4 / span 1;
    grid-row: 3;
  }

 
 
  .linking-poet-page{
    color: black;
  }

   /* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  
}

@media only screen and (min-width: 390px) {

  .col-1 {width: 100%}
  .col-2 {width: 100%}
  .col-3 {width: 100%}
  .col-4 {width: 100%}
}


