
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "Open Sans";
	font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header {

	position: fixed;
	top: 0;
	background-color: #5A5757;
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 7px solid #DA1515;
}

.image-container {

	width: 95%;
	margin: auto;
	display: flex;
	align-items: center;
}

.logo-container {

	display: flex;
	align-items: center;
	width: 50%;
}

.icon-container {

	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50%;

}

.icon {

	text-align: right;
}

.email-icon {

	margin-right: 30px;
}

.banner-image {

	width: 100%;
	margin-top: 80px;
}

.text-container {

	width: 90%;
	margin: 30px auto;

}

h3 {

	color: #088AC9;
	line-height: 21px;
	font-weight: 600;
	margin: 30px 0;
	font-size: calc(17px + (21 - 17) * ((100vw - 300px) / (1600 - 300)));

}

p {

	line-height: 15px;
	margin: 5px 0;
	font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
}


.contact-details {

	font-weight: 600;
	margin-top: 30px;
}


a {

	text-decoration: none;
	color: #000;
}


footer {

	background-color: #5A5757;
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	border-top: 7px solid #DA1515;

}

.copyright {

	width: 90%;
	margin: auto;
	color: #fff;
}

@media only screen and (max-width: 400px){


	.email-icon {

		margin-right: 15px;
	}
}


@media only screen and (max-width: 355px){


	.logo {

		width: 100%;
	}

	.email-icon, .phone-icon {

		width: 70%;
		margin: 0;
	}

}