@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.header {
	position: relative;
	display:block;
}
.logoImage {
	position: absolute;
	top: 5px; 
	left: 5px;
	height: 60px; 
	width: 60px;
	display: inline-block;
}
body {
	background-image: url('../images/eiffel.jpg');
	background-size: cover;
	font-size: 22px;
	line-height: 1.3em;
	font-family: 'PT Sans', 'Montserrat', Arial;
}
main {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.8);
	margin-top: 20px;
	margin-bottom: 300px;
	padding: 40px;
}
h1.heading {
	position: relative;
	margin-left: 65px;
	margin-right: 65px;
	text-align: center;
	vertical-align: middle;
	min-height: 65px;
	font-size: 36px;
	font-weight: 600;
}
h2 {
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
}
h3 {
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}
ol li {
	margin-bottom: 12px;
}
ol li a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}
.locationHeading {
	margin-top: 20px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3em;
}
.locationDetails {
	margin-top: 6px;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3em;
}
.subheading {
	font-weight: 700;
}
.footer {
    display: block;
    background-color: #CDD7E0;
    font-size: 16px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}
