/* font RenaultLife Bold */
@font-face {
  font-family: 'Mini-Bold';
  src: url('//f.hubspotusercontent10.net/hubfs/6147716/webfonts/BMWTypeNextLatin-Bold.woff') format('woff');
}
/* font RenaultLife Regular */
@font-face {
 font-family: 'Mini-Regular';
  src: url('//f.hubspotusercontent10.net/hubfs/6147716/webfonts/mini_sans_serif-regular-web.woff') format('woff');
}


.banner-image {
 background-size: cover;
 background-position: right top;
/* background-position: 50% 50%;*/
 background-repeat: no-repeat;
 min-height: 600px;
}

.banner-text-area {
margin: 50px 0px 30px 20px;	
padding: 20px 120px 20px 20px;
background: rgba(0,0,0,0.8);
display: inline-block;
}

.banner-text-area hr {
  height: 5px;
  background-color: #FFCA00;
  font-size:1.0em;
}

.banner-text-area h1 {
font-family: 'Mini-Bold';
 /*text-transform: uppercase; /*makes it always uppercase */
 color: white;
 text-align: left;
 font-size:3.0em;
 margin-top: 0px;
}

.banner-text-area h2 {
 font-family: 'Mini-Regular';
 color: white;
 text-align: left;
 font-size:1em;
}

@media(max-width: 767px) {
 .banner-image{
 min-height: 300px;
 }
.banner-text-area {
margin: 50px 0px 30px 20px;	
padding: 20px 50px 20px 20px;
background: rgba(0,0,0,0.8);
display: inline-block;
}
  
 .banner-text-area h1 {
 font-size: 1em;
 }
 .banner-text-area h2 {
 font-size: 0.5em;
 }
}