
.main {
  padding: 20px;
}


.collapsible {
  background-color: #ccdbcf;
  color: black;
  cursor: pointer;
  padding: 12px;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-transform: none;
}


.active, .collapsible:hover {
  background-color: #bac8bd;
}

.collapsible::before {
  content: "+";
  color: black;
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  font-size: larger;
}


.active::before { 
content: "-";
}


.content {
  padding: 0 18px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f8f6f4;
  margin-top: -10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 5px;
  text-align: left;
  width: 90%;
}

.active + .content {
  border: 1px solid gray;
}


.bold {
  font-weight: bold;
}


/* wood type page */


.largerbold {
font-weight: bold;
font-size: larger;
}



.box {
border: 1px solid gray;
margin: 20px;
padding: 15px;
}



.coll1 {
  padding: 10px;
  float: left;
  width: 25%;
}

.coll1 img {
width: 100%;
}



.screen {
  width: 300px;
  height: 300px;
  object-fit: cover;
}




.coll2 {
  padding: 10px;
  float: left;
  width: 75%;
  text-align: left;
  vertical-align: top;
}



@media only screen and (max-width: 650px) {
  .coll1, .coll2 {
    width: 100%;
  }

  .coll1 {
    padding-bottom: 0px;
  }

  .coll2 {
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: -12px;
  }
}


  .clearfix:after {
  content: "";
  display: table;
  clear: both;
}




.wood {
  position: relative;
  display: inline;
}

.wood img {
  width: 20%;
  padding: 5px;
}

.text {
  position: absolute;
  bottom: 13px;
  left: 13px;
  font-weight: 400;
}

.break {
  display: none;
}

@media only screen and (max-width: 670px) {
  .wood img {
    width: 45%;
  }

.break {
  display: initial;
}

  }




.note {
padding: 7px;
border: 1px solid #999;
background-color: #e3e3e3;
width: auto;
}

@media only screen and (max-width: 670px) {

.note {
  width: 100%;
}

  }
  
  
  
  

  