body {
    font-family: "Archivo Narrow", sans-serif;
    font-optical-sizing: auto;
    font-weight:500;
    font-style: normal;
}

h1 {
    margin: 0;
    font-size: 80px;
    line-height: 1;
}

h2 {
    margin:0;
    margin-top: 17px;
    font-size: 30px;
    line-height: 1;
}

h3 {
    margin:0;
    text-align: center;
    font-size: 40px;
}

h3.intro-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 45px;
    color: white;
}

p {
    font-size: 18px;
    font-weight: 100;
    line-height: 25px;
    margin-bottom: 0;
    color: white;
}

header {
    text-align: center;
    background-color: rgba(255, 0, 0, 0.3);
    background-image: url("../images/RF-Kuang-Sketch.jpg");
    background-position: center;
    background-size: cover;
    padding-top: 166px;
    padding-bottom: 188px;
    color: white;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
}

section {
    padding-top: 40px;
}

section > div {
    /* background-color: rgba(0,0,0,0.15); */
    width: 960px;
    align-items: center;
    margin: auto;
    padding: 15px 0 15px 0; 
    height: auto; 
}


.content {
    width: 960px;
    padding-bottom: 0px;
    margin: auto;
    line-height: 24px;
}

section.intro {
    background-color: #0e0f0b;
    padding-bottom: 57px;
}

section.intro img {
    width: 400px;
    height: 300px;
}

#intro-img {
    object-fit: cover;
    object-position: 75%;
    width: 400px;
    height: 300px;
    float: right;
    margin-left: 45px;
    margin-bottom: 30px;
}

section.grid-section {
    padding-top: 0;
    padding-bottom: 64px;
    background-color: #f2e078;
}

h3.grid-title {
    margin-top:41px;
}

#grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 24px;
    list-style: none;
    padding: 0;
    margin: 46px 0 0 0;
    width: 90%;
}

#grid li {
    width: 430px;
}


.photo {
    width: 200px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    float: left;
    margin-right: 12px;
}

.photo-title {
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 8px;
    color:#0e0f0b;
}

p.caption {
    font-size: 18px;
    line-height: 25px;
    font-weight: 100;
    margin-top: 0px;
    color:#0e0f0b;
}

.outro {
    background-color: rgba(40, 40, 26, 1);
    color: #e4e9eb;
    margin-top: 0;
    padding-bottom: 102px;
}

h3.outro-title {
    margin-bottom: 47px;
}

#outro-paragraph {
    font-size: 26px;
    line-height: 36px;
    margin: 0 125px;
    text-align: center;
}

footer {
    padding-top:22px;
    padding-bottom: 40px;
    background-color: #423d2a;
}

p.copyright {
    font-weight: 400;
}
