@charset "UTF-8";

@font-face {
	font-family: 'mainFont';
	font-style: normal;
	src: url('./fonts/AvenirNextLTPro-Regular.woff') format('woff'),
		url('./fonts/AvenirNextLTPro-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'mainBoldFont';
	font-style: normal;
	src: url('./fonts/AvenirNextLTPro-Demi.woff') format('woff'),
		url('../fonts/AvenirNextLTPro-Demi.otf') format('opentype');
}
html *,
body * {
	font-family: 'mainFont';
}

body {
	padding: 0;
	margin: 0;
	top: 0;
	line-height: 1.2;
	letter-spacing: 1.5;
}

p {
	line-height: 1.5;
}

.header {
	background-color: #013b7a;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 4em;
	padding: 0.5em 1em;
	display: inline-block;
}

.banner {
	width: 100%;
	height: auto;
	float: left;
}

.header-text {
	float: right;
	color: #fff;
	padding-right: 1rem;
	font-family: 'mainFont';
}

h2 {
	font-family: 'mainBoldFont';
}

h3 {
	font-family: 'mainBoldFont';
	font-size: 18px;
}

.text-box {
	width: 80%;
	margin: 3em auto;
	overflow: auto;
}

.content {
	font-family: 'mainFont';
	font-size: 14px;
	color: #0a1623;
	font-weight: 300;
}

.social-media-wrapper {
}

.icon {
	float: left;
	padding-right: 10px;
}
.copyRight {
	background: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright-text {
	padding: 3em 2em;
	display: inline-block;
	font-size: 14px;
	color: #a4a4a4;
}
