.fonts h1:nth-child(1) {
    font-family: 'Amatic SC', cursive;
    font-size:  250%;
}
.fonts h1:nth-child(2), .fonts p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 200%;
}

h1, h2, h3 {
    color:CornflowerBlue;
}
.colors {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
}
.color-swatch {
    border: 1px solid;
    border-radius: 10px;
    flex: 0 1 25%;
}
.color-swatch-color {
    width: 100%;
    height: 80px;
    border-radius: 10px 10px 0 0;
}
.color1 {
    background-color: #804615;
}
.color2 {
    background-color: #D49B6A;
}
.color3 {
    background-color: #FFD1AA;
}
/*.color4 {
    background-color: #552700;
}*/
.color-swatch__description {
    padding: .5em;
}
