.page{
  background-color: #77bf88;
  display: block;
  overflow-x: hidden;
  margin: 0;
  width: 100%;
}

.wrapper{
  overflow-x: hidden !important;
}
.content{
  contain: content;
  width: 100%;
  background-image: url(../images/holz.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #b09b7e;

}

.footer{
  width: 100%;
}

.contact{
  padding: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 3.5vh;
  font-family: 'Calibri';
  position: absolute;
}

.heading{
  font-size: 11vh;
  padding:5%;
  padding-bottom: 1%;
  display: table;

}

.subheading{
  font-size: 4.5vh;
  padding:5%;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: 'Calibri';
}

.text{
  margin: 0;
  visibility: hidden;
}

.contact_info,
.keywords{
  margin: 0;
}

.t_applied{
  background-image: url("../images/applied.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.t_design,
.t_thinking,
.t_under,
.t_construction{
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: min-content;
  height: min-content;
}

.t_design{
  background-image: url("../images/design.png");
}

.t_thinking{
  background-image: url("../images/thinking.png");

}

.t_under{
  background-image: url("../images/under.png");
}

.t_construction{
  background-image: url("../images/construction.png");
}

.linkedin{
  position: absolute;
  right: 1%;
  margin-top: 1%;
}
