@import url('https://fonts.googleapis.com/css?family=Ubuntu:700');

body {
  background: #ECEFF1;
  font-family: 'Ubuntu', sans-serif;
  color: #2a2a2a;
}

.boxes {
  padding-bottom: 50px;
}

.text-container {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 60px;
  box-shadow: 0 0 90px 10px rgba(95, 124, 179, 0.15);
}
  
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

#leftbox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:left;
  border: 2px solid #ECEFF1;
  border-radius: 3px;
  width:33%;
  height:auto;
  text-align: center;
}

#middlebox{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:left;
  border: 2px solid #ECEFF1;
  border-radius: 3px;
  width:34%;
  text-align: center;
  height:auto;
}

#rightbox{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:right;
  border: 2px solid #ECEFF1;
  border-radius: 3px;
  width:33%;
  text-align: center;
  height:auto;
}

.empty {
  height: 100px;
}

.image-left {
  float: left;
  padding-right: 20px;
}

.image-right {
  float: right;
  padding-left: 20px;
}


.unused-1 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:right;
  border: 2px solid #ECEFF1;
  border-radius: 3px;
  width:25%;
  text-align: center;
  height:auto;
}

.unused-2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:right;
  border: 2px solid #ECEFF1;
  border-radius: 3px;
  width:25%;
  text-align: center;
  height:auto;
}

.unused-3 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:right;
  border: 2px solid #ECEFF1;
  border-radius: 3px;
  width:25%;
  text-align: center;
  height:auto;
}

.unused-4 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:right;
  border: 2px solid #ECEFF1;
  border-radius: 3px;
  width:25%;
  text-align: center;
  height:auto;
}

.unused-5 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:right;
  border: 2px solid #ECEFF1;
  border-radius: 3px;
  width:25%;
  text-align: center;
  height:auto;
}

