html, body { 
	height: 100%;
	margin: 0;
	font-size: 1 em;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,San Francisco,Helvetica Neue,Helvetica,Ubuntu,Roboto,Noto,Segoe UI,Arial,sans-serif;
	display: block;
	background-color: white;
	color: #777;
}

h1 {
    font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	color: #afdde9;
	padding-top: 0.5em;
	padding-bottom: 1em;
	-webkit-font-smoothing: antialiased;
}

h2 {
	font-size: 1.5em;
	color: #afdde9;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
}

h3 {
	font-weight: bold;
	padding-top: 1em;
	-webkit-font-smoothing: antialiased;
}

.logo {
    width: 100px;
    height: 35px;
	padding: 1em;
}

.phone {
	padding: 1em;
	margin-right: 1em;
}

.phone a {
	font-family: Helvetica-Bold,Arial;
	font-weight: bold;
	font-size: 18px;
	color: #afdde9;
	text-decoration: none !important;
	-webkit-font-smoothing: antialiased;
}

.site {
	display: block;
	width: 100%;
	margin: auto;
	max-width: 1100px;
	padding-top: 10px;
	text-align: center;
}

.menu {
	background-color: rgb(206, 206, 206);
	padding: 1em;
	font-size: 18px;
}

.menu-item {
	font-family: Helvetica-Bold,Arial;
	font-weight: bold;
	font-size: 14px;
	color: #777777;
	padding: 2.5em;
	text-transform: uppercase;
	display: block;
}

.menu-item a {
	text-decoration: none !important;
	color: #777777;
	display: block;
	height: 100%;
	width: 100%;
}

.site-main {
	background-color: white;
	display: block;
	margin: auto;
	text-align: center;
	padding: 2em;
}

.site-main p {
	line-height: 2em;
	padding-bottom: 1em;
}

.hero-image {
	background-image: url("../images/london-bridge.jpg");
	height: 600px;
	width: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: auto;
}

.hero-filter {
	background-color: rgba(34, 129, 141, 0.3);
	height: 100%;
	width: 100%;
}

.hero-text {
    font-family: 'Open Sans', sans-serif;
	opacity: 1;
	text-align: center;
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	-webkit-font-smoothing: antialiased;
}

.hero-text p {
	line-height: 1em;
	padding-bottom: 1em;
}

.hero-text-main {
    font-size: 54px;
    font-style: normal;
    font-weight: 100;
}

.hero-text-sub {
	font-size: 15px;
	font-weight: bold;
}

img {
	height: auto;
	max-width: 100%;
}

div.bullets {
	width: 80%; 
	margin: auto;
}

div.bullets ul {
	display: inline-block;
	text-align: left;
}

ul.bullets {
	list-style-type: square; 
	line-height: 2em;
	padding-bottom: 1em;
}

up.bullets li {
	display: block;
}

.image-link-list li {
	padding: 1em;
}

.image-link {
	height: 207px;
	width: 273px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: auto;
}

.image-link-text {
	opacity: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 8px #333;
	-webkit-font-smoothing: antialiased;
}

.footer-links {
	background-color: #4A4A4A;
}

.footer-links h2 {
	font-size: 1em;
	font-weight: bold;
	color: white;
	-webkit-font-smoothing: antialiased;
	padding-top: 1.5em;
	padding-bottom: 1em;
}

.footer-links li {
	color: white;
	font-size: 0.75em;
	padding-bottom: 1em;
	-webkit-font-smoothing: antialiased;
}

.footer-links a {
	text-decoration: none !important;
	color: white;
}

.social {
	padding: 2em;
}

.footer-copyright {
	background-color: black;
	height: 4em;
	line-height: 4em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.footer-copyright span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin-right: 1em;
}

@media (min-width: 601px) {
    .site-header {
		text-align: right;
    }
    
    .image-link-list ul {
		list-style-type: none;
	}

	.image-link-list li {
		display: inline-block;
		
	}

	.image-link {
		margin: 0;
	}

	.site-header {
		text-align: left;
	}

	.hero-image{
		position: relative;
		top: 3em;
	}

	.menu {
		background-color: white;
		position: relative;
		top: -33em;
		text-align: center;
		padding: 0;
	}

	.menu ul {
		list-style-type: none;
	}

	.menu li {
		display: inline-block;
	}

	.menu-item {
		padding: 1em;
	}

	.header {
		display: inline-block;
		height: 100px;
		width: 100%;
	}

	.logo {
		float: left;
		display: block;
		height: 40px;
    }
    
    .phone {
		display: block;
		float: right;
		padding-top: 2.5em;
		margin-right: 0em;
	}

	.phone a {
		font-size: 15px;
	}
}

@media (min-width: 1010px) {
    .hero-image {
		top: 0.5em;
	}

	.hero-text-main {
		font-size: 50px;
	}

	.hero-text-sub {
		font-size: 25px;
		font-weight: normal;
	}

	.hero-text {
		width: 70%;
		top: 45%;
	}

	.phone {
		padding-top: 0.5em;
	}

	.menu {
		top: -37.5em;
		text-align: right;
		padding-right: 1em;
		display: inline-block;
		float: right;
	}

	.menu-item {
		font-size: 12px;
	}

	.menu li:last-child {
		padding-right: 0;
	}

	.site-main {
		display: block;
		width: 60%;
		margin: auto;
		text-align: center;
		position: relative;
		top: -9em;
	}
}