.boxbtn, .boxbtn:link, .boxbtn:visited {
  font-family: "RecoletaAltRegular",serif;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem 0.5rem;
  position: relative;
  color: #231f20;
  background-color: #c5b988;
  border-radius: 5px;
  -webkit-transition: color 0.25s ease,background-color 0.25s ease;
  -moz-transition: color 0.25s ease,background-color 0.25s ease;
  -ms-transition: color 0.25s ease,background-color 0.25s ease;
  -o-transition: color 0.25s ease,background-color 0.25s ease;
  transition: color 0.25s ease,background-color 0.25s ease; }

.boxbtn.active, .boxbtn:link.active, .boxbtn:visited.active {
  color: #d6cdaa;
  background-color: #353c36; }

.lighting-pic {
  position: absolute;
  left: 25px;
  width: calc(900px / 2 - 12.5px);
  border-radius: 20px; }

#lighting-pic-top {
  bottom: calc(290px + 50px);
  width: 900px;
  height: 525px; }

#lighting-pic-left {
  bottom: 25px;
  height: 290px; }

#lighting-pic-right {
  bottom: 25px;
  left: 487px;
  height: 290px; }

#lighting-toggles {
  position: absolute;
  width: 945px;
  height: 845px;
  right: 25px;
  top: 115px; }

#lighting-toggles .toggle-row {
  margin-bottom: 31px; }

#lighting-toggles .toggle-row .toggle-row-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  color: #4d8b8b;
  border-bottom: 1px solid #c5b988;
  margin-bottom: 15px;
  padding-bottom: 10px; }

#lighting-toggles .toggle-row .toggle-row-buttons {
  display: flex; }

#lighting-toggles .toggle-row .toggle-row-buttons .togglebtn, #lighting-toggles .toggle-row .toggle-row-buttons .notogglebtn {
  height: 35px;
  margin: 2.5px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

#lighting-toggles .toggle-row .toggle-row-buttons.with-columns {
  display: flex; }

#lighting-toggles .toggle-row .toggle-row-buttons.with-columns .toggle-row-column .toggle-column-title {
  font-family: "Roboto",sans-serif;
  font-size: 1em;
  margin-bottom: 10px;
  text-transform: uppercase; }

#lighting-toggles .toggle-row .toggle-row-buttons.with-columns .toggle-row-column .toggle-row-column-buttons {
  display: flex;
  margin: 0 20px;
  flex-wrap: wrap;
  justify-content: center; }

#lighting-toggles .toggle-row .toggle-row-buttons.with-columns .toggle-row-column .toggle-row-column-buttons.align-left {
  justify-content: flex-start; }

#lighting-toggles .toggle-row .toggle-row-buttons.with-columns .toggle-row-column .toggle-row-column-buttons .togglebtn, #lighting-toggles .toggle-row .toggle-row-buttons.with-columns .toggle-row-column .toggle-row-column-buttons .notogglebtn {
  height: 40px;
  max-width: 40px; }

#lighting-toggles .toggle-row#toggle-row-1 .toggle-row-buttons .togglebtn {
  padding-left: 0.7rem;
  padding-right: 0.7rem; }

#lighting-toggles .toggle-row#toggle-row-2 .toggle-row-buttons .toggle-row-column.column-1 {
  width: 30%; }

#lighting-toggles .toggle-row#toggle-row-2 .toggle-row-buttons .toggle-row-column.column-2 {
  width: 44%; }

#lighting-toggles .toggle-row#toggle-row-2 .toggle-row-buttons .toggle-row-column.column-3 {
  width: 26%; }

#lighting-toggles .toggle-row#toggle-row-4 .notogglebtn, #lighting-toggles .toggle-row#toggle-row-5 .notogglebtn {
  flex: 70px; }
