html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	font-family: 'Open Sans', sans-serif;
	padding: 0px 40px;
	margin: 0px;
	font-weight: 300;
	background-color: #ebebeb;
}

@media all and (max-width: 1280px) {
	body {
		padding: 20px;
	}
}

a {
}

h1 {
	font-weight: 600;
	font-size: 4.2rem;
	color: #333333;
}

@media all and (max-width: 1280px) {
	h1 {
		font-size: 2.5rem;
	}
}

p {
	margin-top: 0px;
}


ul, li {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
	list-style-type: none;
}

.home-tab {
	background-color: #FFF;
	padding: 40px 80px 20px 80px;
	text-align: center;
	border-radius: 20px;
	width: 1200px;
	margin: 80px auto;
}

@media all and (max-width: 1280px) {
	.home-tab {
		width: 100%;
		padding: 40px 20px 20px 20px;
		margin: 0px auto;
	}
}

.fa-anchor {
	font-size: 2.4rem;
	color: #333333;
}

.espa-text {
	margin-bottom: 0px;
	font-size: 0.8rem;
}

.espa-image {
	padding-bottom: 20px;
	max-width: 100%;
}

.images-section {
	padding: 20px 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.image-section {
	flex: 0 0 49%;
	font-weight: 400;
}

.image-section img {
	width: 100%;
	border-radius: 10px;
}

.image-section--first {
	text-align: left;
	top: 0px;
	left: 0px;
}

.image-section--second {
	text-align: right;
}

@media all and (max-width: 980px) {
	.images-section {
		display: block;
	}

	.image-section img {
		max-width: 600px;
	}
}

.contact-details {
	font-size: 1.5rem;
}

.contact-details span {
	font-weight: 400;
}

@media all and (max-width: 1280px) {
	.contact-details {
		font-size: 1rem;
	}
}

.footer {
	display: flex;
	text-align: left;
	padding-top: 40px;
	font-size: 0.8rem;
}

.footer-left, .footer-right {
	flex: 0 0 50%;
}

.footer-right {
	text-align: right;
}

.accessibility-icon {
	margin-right: 20px;
}