@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

body {
  background-color: #9bb0cf;
  background-image: url("images/background_top.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto, 100%;
  margin: 0;
  font-family: Forum, serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  background-image: url("images/background_bottom.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto, 100%;
}

.logo { 
  grid-area: 1 / 1 / 2 / 2;
  padding: 20px;
}

.blurb {
  grid-area: 1 / 3 / 2 / 4;
  text-align: right;
}

.content { 
  grid-area: 2 / 1 / 3 / 4;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 20px;
  font-size: 2.1vw;
}

.links { 
  grid-area: 3 / 1 / 4 / 2;
  text-align: right;
}

.links img {
  width: 10%;
  height: auto;
  padding: 4%;
}

.logo2 {
  grid-area: 3 / 2 / 4 / 3;
  text-align: center;
}

.contact {
  grid-area: 3 / 3 / 4 / 4;
  text-align: left;
}

.links, .logo2, .contact {
  color: white;
  background-color: black;
  padding: 20px;
}

.logo2 {
}

.content p {
  padding: 4vw;
  text-align: justify;
  line-height: 1.8;
}

.content img {
  width: 100%;
  height: auto;
}

.content > div {
  margin-bottom: 4vw;
  background-color: #c8c4b7;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.self {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}

.self1 { grid-area: 1 / 1 / 2 / 2; }
.self2 { grid-area: 1 / 2 / 2 / 3; }
.self3 { grid-area: 2 / 1 / 3 / 2; }
.self4 { grid-area: 2 / 2 / 3 / 3; } 

.self2 p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
}

.self3 p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70%;
}

.childschair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}

.childschair1 { grid-area: 1 / 1 / 2 / 2; background-color: #fbf7ea; }
.childschair2 { grid-area: 1 / 2 / 2 / 3; background-color: black; }
.childschair3 { grid-area: 2 / 1 / 3 / 3; }

.childschair1 img {
  padding-top: 10%;
}

.plantstand {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
}

.plantstand1 { grid-area: 1 / 1 / 2 / 2; }
.plantstand2 { grid-area: 1 / 2 / 2 / 3; }
.plantstand4 { grid-area: 2 / 1 / 3 / 3; }

.plantstand1, .plantstand2, .boxone1, .boxone2, .boxone3, .boxtwo1, .boxtwo2, .boxtwo3, .boxtwo4, .bookshelf2 {
  background-color: #fbf7ea;
  text-align: center;
  padding-top: 3%;
}

.plantstand1 img, .plantstand2 img {
  width: 50%;
}

.boxone {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
}

.boxone1 { grid-area: 1 / 1 / 2 / 2; }
.boxone2 { grid-area: 2 / 1 / 3 / 2; }
.boxone3 { grid-area: 1 / 2 / 2 / 3; }
.boxone4 { grid-area: 2 / 2 / 3 / 3; }

.boxtwo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
}

.boxtwo1 { grid-area: 1 / 1 / 2 / 2; }
.boxtwo2 { grid-area: 2 / 1 / 3 / 2; }
.boxtwo3 { grid-area: 1 / 2 / 2 / 3; }
.boxtwo4 { grid-area: 2 / 2 / 3 / 3; }
.boxtwo5 { grid-area: 3 / 1 / 4 / 4; }

.bookshelf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.bookshelf img {
  width: 50%;
  height: auto;
}

.bookshelf1 { grid-area: 1 / 1 / 2 / 2; }
.bookshelf2 { grid-area: 1 / 2 / 2 / 3; }

.bookshelf p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
}

.namedshelf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
}

.namedshelf1 { grid-area: 1 / 1 / 2 / 2; }
.namedshelf2 { grid-area: 1 / 2 / 2 / 3; }
.namedshelf3 { grid-area: 2 / 1 / 3 / 3; }
.namedshelf4 { grid-area: 3 / 1 / 4 / 2; }
.namedshelf5 { grid-area: 3 / 2 / 4 / 3; }

.wardrobe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}

.wardrobe1 { grid-area: 1 / 1 / 2 / 2; }
.wardrobe2 { grid-area: 1 / 2 / 2 / 3; }
.wardrobe3 { grid-area: 1 / 3 / 2 / 4; }
.wardrobe4 { grid-area: 2 / 1 / 3 / 4; }
