body {
  background: #D5D5D5;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

a:hover {
	text-decoration: none;
}

a {
  transition: all 0.2s ease;
}

.outer-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background: #e9eaeb url(../images/vincotte-com-splash-v1.png) no-repeat top left;
  min-height: 750px;
  height: 100%;
  padding-top: 20px;
}

.container {
  position: inherit;
}

img.logo {
	width: 100px;
	border: 3px solid #FFF;
	background: #FFF;
	margin-bottom: 20px;
}

h1 {
	color: #002B77;
	font-size: 38px;
	font-weight: 600;
	display: none;
}

h2 {
	color: #005BC3;
	font-size: 26px;
	font-weight: 600;
	display: none;
}

.solutions-list-container {
	margin-top: 2px;
}

.solutions-list-top {
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	background-color: rgba(0,43,119,0.8);
	text-align: center;
	padding: 20px 0;
}

.solutions-list-body {
    background: #005BC3;
    padding: 20px 40px;
}

.card {
	background: none;
	border: 0;
	border-radius: 0;
}

.card-header {
	background: none;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	border-bottom: none;
}

.card-header a {
	color: #FFF;
	padding: 10px 0;
	width: 100%;
	display: inline-block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #1e7be4;
	font-weight: 300;
}

.card-header a:hover {
	color: #A6B9DA;
}

.card-header a:hover i.fa {
	color: #FFF !important;
}

.card-header.last a {
	border-bottom: 0;
}

.kiwa-logo {
	width: 85px;
}

/* -- Medium devices (tablets, 768px and up) -- */
@media (min-width: 768px) {


}

/* -- Large devices (desktops, 992px and up) -- */
@media (min-width: 992px) {
	h1, h2 {
		display: block;
	}
	
	img.logo {
		width: 150px;
		border: 4px solid #FFF;
	}
	
	.vincotte-com .container {
		padding-top: 350px;
		padding-bottom: 50px;
	}
	
	.outer-container {
		padding-top: 0;
	}
	
	.outer-container {
  		background: #e9eaeb url(../images/vincotte-com-splash-v1.png) no-repeat top right;
	}
	
	.solutions-list-container {
		margin-top: 32px;
	}

	.kiwa-logo {
		margin-top: 95px;
		margin-left: 20px;
	}
}

