body {
    margin: 0;
    background: #222a25;
    font-family: sans-serif;
}

#container {
    width: 80%;
    min-width: 780px;
    max-width: 1280px;
    margin: 0 auto;
}

nav {
    background-color: #000;
    color: white;
    padding: 10px;
    position: sticky;
    top: 0;
    z-index: 5;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1em;
    margin: 0 10em;
    list-style-type: none;
    height: 70px;
}

nav li {
    margin: 0 0.5em;
    
}

nav li:last-child { 
    margin-right: auto; 
    order: -1;
}

nav a {
    text-decoration: none;
    color: #bcb6a6;
     font-family: "Cinzel Decorative", serif;
    font-weight: 600;
}

nav a:hover { color: #fff;}
nav a:active { color: darkseagreen; }

section {
    background: #222a25;
    padding: 50px;
}

header {
    text-align: center;
}

header h1{
    margin: 0;
    font-size: 4em;
    font-family: "Cinzel Decorative", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #e1c99b;
    text-shadow: 2px 2px 3px gray;
}

header p{
    font-size: 18px;
    font-family: "Cinzel Decorative", serif;
    margin: 0;
    color: white;
}

#intro p {
    font-family: Lato, sans-serif;
    font-size: 1.1em;
    color: 	#9f9f9f;
    font-weight: 100;
    letter-spacing: 0.8px;

}

h3 {
    color: #bcb6a6;
     font-family: "Cinzel Decorative", serif;
}

#intro {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0 0 0;
    padding-top: 60px;
}

#intro p {
    margin: 0 0 10px 0;
}

#intro h3 {
    margin-top: 0;
}

#intro .homeimg {
    width: 350px;
}

section .mainPage {
    border-bottom: none;
    padding-right: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

.images div{
    flex-direction: row;
    display: flex;
}


footer {
    background: black;
    color: #bcb6a6;
    padding: 25px;
    text-align: center;
    font-size: 12px;
    clear:both;
    font-family: "Cinzel Decorative", serif;
}

.clear { clear: both; }

/* ////////////////////// COLOR //////////////////////// */

.colors { clear: both; }

.typography h3 {
    text-align: center;
    font-size: 1.8em;
    margin-top: 0;
}

.colorContainer {
    display: grid;
    align-items: center;
    justify-content: center;
}

.colorContainer h3 {
    text-align: center;
    font-size: 1.8em;
    margin-top: 0;
}

h4, .colorContainer div {
    color: #bcb6a6;
     font-family: "Cinzel Decorative", serif;
}

.colorContainer div {
    color: black;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}

.colorContainer div:last-of-type {
    color: white;
}

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8 {
    width: 100px;
    height: 100px;
    border: solid 1px black;
    text-align: center;
    float: left;
    margin-bottom: 12px;
}

.c1 { background: #f5ec88; }
.c2 { background: #b39fc2; }
.c3 { background: #69761c; }
.c4 { background: #4c565f; }
.c5 { background: #fff; }
.c6 { background: #fac577; }
.c7 { background: #5a5548; }
.c8 { background: #2c211a; }


/* ////////////////////// TYPE //////////////////////// */

.type h4{
    font-family: "Cinzel Decorative", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    margin-bottom: 0;
    color: #e1c99b;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px gray;
}

.type p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #9f9f9f;
}

.type h3 {
    text-align: left;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 50px;
}

.type p:last-of-type {
    margin-top: 0;
}

/* ////////////////////// IMAGES //////////////////////// */
.topImage {
   display: flex; 
    justify-content: space-around; /* align horizontal */
    align-items: center; 
    padding-bottom: 20px;
}

.images h3{
    text-align: center;
    font-size: 1.8em;
    margin-top: 0;
}

.images .row {
    display: flex;
}

.images .column {
    flex: 33%;
    padding: 5px;
}

.row img {
    margin: 0 auto;
}