* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

/* add spacing before all h2 headings */
h2 {
     margin-top: 2rem;
}

.five0 {
}

html,
body {
    height: 100%;
    font-family: "Libre Baskerville", serif;
    font-size: 8px;
    background-color: purple;
    overflow-x: hidden;
}

p {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: right;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: line-through;
    text-decoration-thickness: 2.5px;
}

.active {
    font-weight: bold;
}

.first {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto 1fr;
    column-gap: 5vh;
    row-gap: 10vh;  
    padding-top: 5vh;
    padding-left: 15vw;
    padding-right: 15vw;
    height: 100vh;
    background-image: url('images/jesters.jpg');
    background-size: cover;
    background-position: center;
}

.imagen1 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

.first img {
    width: 100%;
    height: auto;
    display: block;
}

header {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    color: white;
}

nav {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    transform: translateY(-10vh);
    font-size: 2rem;
    gap: 2rem;
}

nav a {
    font-size: 1.5rem;
    font-variant: small-caps;
    color: white;
}

nav a.active {
    font-weight: bold;
}

.spacer {
    height: 20vh;
    background-color: white;
}

.second {
    height: 100vh;
    display: grid;
    grid-template-columns: 50% 50%;
    padding-left: 5vw;
    padding-right: 5vw;
    grid-gap: 5vw;
    align-items: center;
    background-color: black;
}

.second p {
    text-align: left;
    color: white;
}

.pillar {
    background-color: black;
    height: 100vh;
}

.pillar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.third {
    height: auto;
    padding: 10vh 10vw;
    background-color: black;
}

.third p {
    text-align: center;
    color: white;
}

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



.fourth {
    display: grid;
    grid-template-columns: 33% 34% 33%;
    grid-template-rows: auto auto auto;
    gap: 2rem;
    width: 100%;
    max-width: 100vw;
    margin-top: 10vh;
    padding-top: 10vh;
    box-sizing: border-box;
    background-color: white;
}

.four1 {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
}

.four1 img {
    width: 100%;
    height: auto;
    display: block;
}

.four2 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.four2 img {
    width: 100%;
    height: auto;
    display: block;
}

.four3 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.four3 img {
    width: 100%;
    height: auto;
    display: block;
}

.four4 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
}

.aztec {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.four4 img {
    width: 100%;
    height: auto;
    display: block;
}

.fifth {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 5vw;
    align-items: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
    background-color: white;
}

h1 {
    font-size: 2.5rem;
}

.five0 {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
}

.five0 {
    display: grid;
    place-items: center;
    text-align: center;
}

.five1 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    display: grid;
    place-items: center;
}

.five1 img {
    width: 100%;
    height: auto;
    display: block;
}

.five2 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.five2 img {
    width: 100%;
    height: auto;
    display: block;
}

.five3 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.five3 img {
    width: 100%;
    height: auto;
    display: block;
}
