.roof {
  margin-bottom: -5px;
  width: 0px;
  height: 0px;
  -webkit-transform:rotate(360deg);
  border-style: solid;
  border-width: 0 200px 75px 200px;
  border-color: transparent transparent #E7D6A3 transparent;
  text-align: center;
}

.box {
  float: left;
  width: 121px;
  height: 250px;
  margin-right: 20px;
  background: #E7D6A3;
  box-sizing: border-box;
  text-align: center;
}

.boxbanner {
  width: 60px;
  float: right;
  height: 100%;
  position: relative;
  top: -30px;
}

.slogan {
  position: relative;
  top:-30px;
  width: 400px;
  z-index: 10;
  text-align:center;
  font-weight:700;
  font-size:150%;
}


.boxslogan {
  /* width: 60px; */
  /* float: left; */
  position: relative;
  top: 111px;
  left: -30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  font-weight:700;
  font-size:120%;
}

.boxslogan a, .boxslogan a:hover, .boxslogan a:active, .boxfooterslogan a, .boxfooterslogan a:hover, .boxfooterslogan a:active {
 background: none;
 text-decoration: none;
 padding: 0;
}


.box:last-child {
     margin-right: 0;
}

.boxfooter {
  width: 404px;
  height: 75px;
  background: #E7D6A3;
  box-sizing: border-box;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight:700;
  font-size:150%;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0;
}