
body, html {
  height: 100%;
  margin: 0;
}
 /* 
.bg {
  
  background-image: url("img/headset-person.jpg");
  height: 70%; 

  /* center/scale 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* text 


}*/


.strang-s {
	width: 140px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero-text-img-size{
	width: 100%;
}

a.nav-link { 
	color: #fff;
 }


h1,h2,h3,h4,h5,h6{
	font-family: "Open Sans", Arial, sans-serif; 
}

h1 {
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}

h2{
	text-align: center;
	font-size: 1.4em;
	color: #ea7816;
	font-weight: bold;
}

h3{
	color: #fff;
	font-size: 1.4em;
}

@media screen and (max-width: 680px) {
  h3{
	color: #fff;
	font-size: 1.2em;
	}
}


h4{
	color: #fff;
	background-color: #ea7816;
	padding: 20px;
	font-weight: bold;
	font-size: 3em;
	text-align: left;
}

h5 {
	font-weight: bold;
	color: #fff;
}

h6 {
	font-size: 3em;
	color: white;
	text-align: center;
	font-weight: bold;
	margin: 0;
	line-height: 1em;
}

hr.orange {
	border-top: 3px solid #ea7816;
	max-width: 40%; margin: auto;
	padding-bottom: 40px;
}

hr.white {
	border-top: 3px solid #fff;
	max-width: 40%; margin: auto;
	padding-bottom: 40px;
}

.testimonial-spacing{
	padding-left: 20px;
	padding-right: 20px;
}

.testimonials-container {
	padding-left: 8%;
	padding-right: 8%;
}


.logo {
	width: 160px;
	margin-left: 6%;
	margin-top: 10px;
}

.strang-margin-bottom{
	margin-bottom: 30px;
}

.contact-icons {
	width: 20px;
}

.in-icon{
	width: 20px;
	margin-top: 26px;
	margin-right: 50px;
	margin-left: 10px;
}

.strang-bg-orange { 
	background-color: #ea7816;
 }

 .strang-bg-grey { 
	background-color: #4d5d68;
 }


 .strang-text-orange { 
	color: #ea7816;
 }

 .strang-text-grey { 
	color: #4d5d68;
 }

  .strang-text-white { 
	color: #fff;
 }

 .service-icon{
 	width: 50px;
 	display: block;
  	margin-left: auto;
  	margin-right: auto;
 }

 .service-text{
 	text-align: center;
 }

.contact-icon {
	width: 30px;
	margin-right: 10px;
}