@font-face {
	font-family: "CentraleSans-Book";
	src: url("assets/fonts/CentraleSans-Book/CentraleSans-Book.ttf");
}

@font-face {
	font-family: "CentraleSans-Bold";
	src: url("assets/fonts/CentraleSans-Bold/CentraleSans-Bold.ttf");
}

@font-face {
	font-family: "CentraleSans-XBold";
	src: url("assets/fonts/CentraleSans-XBold/CentraleSans-XBold.ttf");
}

body {
	font-family: "CentraleSans-Book";
	color: #3c3c3c;
	margin: 0;
	padding: 0;
	line-height: 26px;
}

b {
	font-family: "CentraleSans-Bold";
}

.fa {
	-webkit-text-stroke: 2px white;
}

.subheader {
	color: #0066a1;
	font-family: "CentraleSans-Bold";
	font-size: 26px;
}

header.banner {
	background-image: url('assets/images/banner.webp');
	background-size: cover;
	min-height: 500px;
	display: flex;
	direction: column;
	justify-content: space-around;
}

.banner-title {
	font-weight: 700;
	font-size: 34px;
	width: 480px;
	line-height: 40px;
}

.banner-subtitle {
	width: 380px;
}

nav {
	background-color: #1865A1;
	height: 55px;
	display: flex;
	justify-content: space-around;
}

.nav-content {
	width: 930px;
	display: flex;
	justify-content: space-between;
}

.nav-content a {
	flex: 1;
	color: #FFF;
	line-height: 55px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	font-family: "CentraleSans-XBold";

}

nav a.active {
	background-color: #FFF;
	color: #1865A1;

}

section {
	padding: 20px 0;
}

section p {
	font-size: 16px;

}

.section-content, .banner-content {
	width: 930px;
	margin: auto;
}

.side-picture {
	display: flex;
}

.band-picture {
	padding-left: 10px;
}

section.features {
	padding-top: 50px;
	background-color: #D3DEED;
}

.feature-block {
	display: flex;
	margin: 10px;
}

.feature-image {
	margin-left: 10%;
	margin-right: 10%;
}

.feature>h4 {
	color: #3980B2;
	padding: 0;
	margin: 0;
}

.toggle-show {
	border-radius: 5px;
	margin: 2px;
}

.toggle-show.active {
	border: solid 1px #0C3478;
}

.toggle-show .fa-chevron-up {
	display: none;
}

.toggle-show.active .fa-chevron-down {
	display: none;
}

.toggle-show.active .fa-chevron-up {
	display: inline;
}

.toggle-show>.toggle-bar {
	background-color: #1865A1;
}
.toggle-show.active>.toggle-bar {
	background-color: #0C3478;
}

.toggle-bar {
	padding: 20px;
	color: #FFF;
	display: flex;
	justify-content: space-between;
}
.toggle-show>.toggle-content {
	max-height: 0px;
	overflow-y: hidden;
}

.toggle-show.active>.toggle-content {
	max-height: 2000px;
	padding: 10px 10px 10px 30px;
}

.benefits {
	padding-top: 50px;
}

.soft-products {
	background-color: #F8F8FF;
}

.product-header{
	font-size: 19px;
	color: #0066a1;
	font-family: "CentraleSans-Bold";
	margin-bottom: 10px;
}

footer {
	font-size: 12px;
}

