@import "~Breakpoints";
@import "~Colors";

.wrapper {
  //background-image: url('Images/blueprint2.jpg');
  background-size:     100% auto;
  background-color:    white;

  background-position: center top;
  background-repeat:   no-repeat;

  padding-top:         9rem;
  padding-bottom:      9rem;

  position:            relative;
  z-index:             1;

}