
/* .kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-medium {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
} */

body {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
    background-image: url(images/Texturelabs_Wood.jpg);
    margin: 0;
    background-color: rgba(94, 63, 7, 0.8);
    background-blend-mode: soft-light;
    padding: 80px;
}

.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 3600px;
    
}

.parent > div {
    /* border: solid black 1px; */
    margin: 15px;
}
.div1 { 
    grid-area: 1 / 1 / 3 / 3; 
    background-image: url(images/spring/a-bird.jpg);
    background-size: cover;
    background-position: center;
}

.div2 { 
    grid-area: 1 / 3 / 2 / 4; 
    background-color: #C94D69;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
}

.div3 { 
    grid-area: 1 / 4 / 2 / 5; 
    background-image: url(images/spring/pink-flower.jpg);
    background-size: cover;
    background-position: center;
}

.div4 { 
    grid-area: 2 / 3 / 3 / 5; 
    background-image: url(images/spring/family-bird.jpg);
    background-size: cover;
    background-position: center;
}

.div5 { 
    grid-area: 3 / 3 / 4 / 5; 
    background-image: url(images/summer/sea-birds.jpg);
    background-size: cover;
    background-position: center ;
}

.div6 { 
    grid-area: 4 / 3 / 5 / 4; 
    background-color: #68AF3F;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.div6 img{
    height: 200px;
    width: 230px;
    align-items: center;
    justify-content: center;
}

.div7 { 
    grid-area: 4 / 4 / 5 / 5; 
    background-color: #8FDA67;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
}

.div8 { 
    grid-area: 3 / 1 / 6 / 3; 
    background-image: url(images/summer/wood-bird.jpg);
    background-size: cover;
    background-position: center;
}

.div9 { 
    grid-area: 5 / 3 / 8 / 5; 
    background-image: url(images/fall/DSCF3286.jpg);
    background-size: cover;
    background-position: center;
}

.div10 { 
    grid-area: 6 / 1 / 7 / 2; 
    background-color: #FFD88A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div10 img{
    height: 200px;
    width: 180px;
}


.div11 { 
    grid-area: 6 / 2 / 7 / 3; 
    background-color: #F3C102;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
}


.div12 { 
    grid-area: 7 / 1 / 8 / 3; 
    background-image: url(images/fall/squirrel.jpg);
    background-size: cover;
    background-position: center;

}

.div13 { 
    grid-area: 8 / 1 / 10 / 3; 
    background-image: url(images/winter/duck.jpg);
    background-size: cover;
    background-position: center;
}

.div14 { grid-area: 8 / 3 / 9 / 4; 
        background-color: #97C3ED;
        color:white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 60px;
}


.div15 { 
    grid-area: 9 / 3 / 10 / 4; 
    background-image: url(images/winter/balls.jpg);
    background-size: cover;
    background-position: center;
}

.div16 { 
    grid-area: 8 / 4 / 10 / 5; 
    background-image: url(images/winter/robin.jpg);
    background-size: cover;
    background-position: center;
}

.div17 { 
    grid-area: 5 / 2 / 6 / 4; 
    background-color: rgba(131, 102, 50, 0.7);
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    letter-spacing: 5px;
} 

