/*
selector {
  property: value; 
  might use rgba(255, 0, 246, 0.11)
  }
*/

@import url('https://fonts.googleapis.com/css2?family=Lexend+Tera:wght@100..900&family=Limelight&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html {
    background-image: url(images/polkadots.svg);
}

body {
    background-color: #FFE2E2;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 7%;
    padding-bottom: 10px;
}

h1 {
    color: #B5828C;
    font-size: 69px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* Nav Bar Modifications */

.navigation {
    border: 1px solid #FFCFCF;
    background-color: #FFCFCF;
    border-width: 1px 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navigation li {
    display: inline;
}

.navigation a {
    display: inline-block;
    padding: 10px;
    color: #FFFDEC;
    text-decoration: none;
    font-size: 20px;
    font-family: "Lexend Tera", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

/*Face of Emma Tenayuca*/
.facepic {
    display: block;
    margin: auto;
    padding-bottom: 20px;
    width: 50%;
}

/*Info Content*/
h3 {
    color: #B5828C;
    font-size: 36px;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
p {
    color: #D17D98;
    font-size: 18px;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

/*Image and Text Divisions -----------------*/

/*Great Depression & Rise of Communism*/
.unempluzz {
   display: block;
    margin: auto;
    width: 50%;
}
.cap {
    font-size: 12px;
}

/*Pecan Strikers Part 1*/
.striker-context {
    display: flex;
    justify-content: center;
}

.sheller-image {
    margin-left: 15%;
}
.pecans {
    width: 500px;
}

.san-ant {
    margin-left: 3%;
}

/*Pecan Strikers Part 2*/
.striker-action {
    display: flex;
    justify-content: center;
}

.text-block {
    display: block;
    margin-left: 10%;
}

.strike {
    width: 500px;
}

.striker-image {
    margin-right: 10%;
}

.cap2 {
    font-size: 12px;
}

.cap3 {
    font-size: 12px;
}