@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  font-family: 'Source Sans Pro', regular;
  padding: 1px;
  background: #000000;
}

h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: black;
  font-size: 6vmin;
  text-align: center;
  //text-transform: uppercase;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: rgba(255,255,255,.7);
  border: 20px solid transparent;
  border-radius: 15px;
}

.btext {
  font-family: 'Source Sans Pro', regular;
  font-size: 6vmin;
}

.mtext {
  font-family: 'Source Sans Pro', light;
  color: #444444;
  font-size: 4vmin;
}
.ltext {
  font-family: 'Source Sans Pro', light;
  color: #444444;
  font-size: 3vmin;
}

.wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("/finask01.jpg") no-repeat center center;
  background-size: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
