/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	background: #fdfdfd;
	font-size: 16px;
line-height: 1.4;}

h1,h2,h3,h4,h5,h6 {line-height: 1.4}

.py-5 {padding-top: 48px;
padding-bottom: 48px;}

.partners table {
  text-align: center;
  width: 600px;
  height: 100px;
  margin: 20px auto;
}

.partners table td {
  padding: 16px;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    background:url("../img/header-bg3.webp") center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.partners table tr:first-of-type td {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
	background: #f4f4f4;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
  text-shadow: 0 0 10px #000;
  color: #fff;
  text-align: center;
	margin-top: 150px;
}

.col-sm-6 img {max-width: 100%;}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}


@media (max-width: 991px) {
	
	h1 {
  font-size: 20px;
}
	
	.col-sm-6 h3 {
  margin-bottom: 30px;
}
	
	.py-5 {padding-top: 16px;
padding-bottom: 16px;}
	
}

@media (max-width: 767px){
	
	.partners table {
  width: 300px;
}
	
}