
.resume-row {
  top: 4em;
  /* width: 96%; */
  /* max-width: 1020px; */
  /* margin: 0 auto; */
  position: relative;
  height: 100%;
  min-height: 500px;
  background: #161415 url(../../images/banner_1.jpg) no-repeat top center;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  text-align: center;
  overflow: hidden;
}

/* fixed width for IE8 */
.ie .resume-row { width: 1000px ; }

.narrow .resume-row { max-width: 980px; }

.resume-row .resume-row { width: auto; max-width: none; margin: 0 -20px; }

/* row clearing */
.resume-row:before,
.resume-row:after {
    content: " ";
    display: table;
}
.resume-row:after {
    clear: both;
}

.resume-banner{
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.resume-banner-text{
  width: 100%;
}

.resume-banner-text h1 {
   font: 90px/1.1em 'opensans-bold', sans-serif;
   color: #fff;
   letter-spacing: -2px;
   margin: 0 auto 18px auto;
   text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
}
