.hero {
  position: relative;
  margin-bottom: 3em;
}

.hero .background-image {
  border-bottom: 2px solid #be2d2b;
  position: relative;
  display: flex;
  /*min-height: 210px;*/
}

.hero .background-image img {
 /* max-width: 100%;*/
  width:100%;
}

.hero .background-image .mobile {
  display: none;
}

.hero .content-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.hero .content-holder .content {
  padding: 2em 3em 4em 3em;
  background-color: rgba(1, 1, 1, 0.4);
  border-radius: 4px;
  max-width: 100%;
  width: 720px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero .content-holder .content p{
    margin-top: 12px;
 
    }

.hero.blue .content-holder .content {
  /* background-color: rgba(19, 157, 216, 0.75); */
  /*background-color:rgba(0, 167, 157, 0.75);*/
	background-color:rgba(45, 140, 60, 0.75);
}

.hero.blue .content {
	position: relative;
}

.hero.blue .content .logo-holder {
	position: absolute;
    left: 0px;
    top: 0px;
    padding: inherit;
    width: 100%;
    height: 100%;
}

.hero.blue .content .logo-holder > img {
	max-width: 90px; 
    position: absolute; 
    right: 0px; 
    bottom: 15px; 
    margin-right: 15px;
}

.hero.blue .content .logo-holder .logo1{
   margin-right: 135px;
}

.hero .content-holder .content .header h1 {
  font-size: 2.8em;
}


.hero .content-holder .content .header h2 {
	font-size: 1.6em;
  	font-weight: bold;
    letter-spacing: 3px;
    
}

.hero .content-holder .content a {
  margin-top: 3em;
  width: 250px;
}

.hero .content-holder .content a .buttonRed{
        background: transparent linear-gradient(
180deg
, #d84e38 0%, #d84e38 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 0px #232b26;
    width: 100%;
    padding: 0.7rem;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    
    &:hover {
		background: #ffffff;
		color: #d84e38;
    }
}




@media (min-width: 1366px) {
  .hero .content-holder .content {
    height: auto;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .hero .content-holder .content .header h1 {
    font-size: 1.875em;
  }

 .hero .content-holder .content .header h2 {
    font-size: 1.375em;
  }
    
  .hero .content-holder .content {
    min-height: auto;
    width: auto;
  }
  
 
}

@media (max-width: 767px) {
	.hero .content-holder .container{
    	max-width:99%;
    }
	
  .hero .content-holder .content {
    padding: 1em 2em 2em 1.5em;
   
  }
  
  .hero .content-holder .content a {
  	font-size: 0.8em;
    margin-top: 1em;
  }
  
  .hero.blue .content .logo-holder > img{
  	max-width:70px;
       bottom:5px;

   /* bottom:0; */
  }
  
  .hero.blue .content .logo-holder .logo1{
   margin-right: 105px;
}

 
    .hero.blue .content-holder .content br{
    	display:none;
    }


}

@media (max-width: 650px) {
  .hero {
    margin-bottom: 0;
  }
  .hero .content-holder .content .header h1 {
    font-size: 1.25em;
    margin-bottom: 0.2em;
  }
  
   .hero .content-holder .content .header h2 {
    font-size: 1.175em;
  }

  .hero .content-holder .content a {
    width: 200px;
     margin-top: 0.8em;
  }
  
  .hero.blue .content .logo-holder > img {
  	max-width: 45px;
  }
  
    .hero.blue .content .logo-holder .logo1{
   		margin-right: 75px;
	}
  
	.hero.blue .content-holder .content{
    	margin:0 auto;
    }
   
   .hero.blue .content-holder .content p{
    	margin-top:0;
    }
}

@media (max-width: 490px) {
  .hero .content-holder .content {
    padding: 1em 1em 1em 1.5em;
  }

  .hero .content-holder .content .button {
    padding: 0.4em;
  }
  
   .hero .content-holder .content a {
    width: 150px;
  }
}

@media (max-width: 414px) {
  .hero .background-image .mobile {
    display: inherit;
    /*height: 100%;*/
    max-height: 100%;
  }
  

  .hero .background-image .desktop {
    display: none;
  }

  .hero .content-holder .content .header h1 {
    font-size: 1.1em;
  }
  
   .hero .content-holder .content .header h2 {
    font-size: 0.775em;
  }
}

@media (max-width: 410px) {
	.hero.blue .content .logo-holder > img {
		max-width: 50px;
	}
}

						   
@media (max-width: 390px) {
	.hero.blue .content .logo-holder > img {
		max-width: 40px;
	}
}										 
				  
  
 

@media (max-width: 360px) {
	.hero.blue .content .logo-holder > img {
      max-width: 35px;
      position: absolute;
      right: -8px;
      bottom: 4px;
      margin-right: 15px;
  }
}
