@charset "utf-8";
/* CSS Document */

html, body {
	background: #4a5360;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	color: #fff;
}

.section-wrap {
	min-height: 100vh;
}

h1 {
	margin-top: 10px;
}

a, a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover, a:active, a:focus {
	color: #C4EA09 !important;
	text-decoration: none;
}

a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}

.strap-line {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}

.strap-line span {
	color: #2CD1DD;
}

img {
	max-width: 95%;
	width: 150px;
}

.contact-details {
	font-size: 20px;
}

.fas {
	color: #C4EA09;
}

