*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
html, body { height:100%; padding:0; margin:0; }
body { position:relative; font-family: 'Advent Pro', sans-serif; font-size:1.5rem; color:#fff; letter-spacing:.2px; line-height:normal; font-weight:500; background-color:#827049; overflow:hidden; }
.max-width { width:100%; max-width:1350px; margin:0 auto; padding-left:40px; padding-right:40px; }
#site { width:100%; height:100%; display:flex; flex-direction: column; }
#menu { width:100%; height:70px; background-color:#65554a; }
#menu > div { height:100%; padding-top:6px; padding-bottom:6px; display: flex; justify-content: space-between; align-items: center; }
#menu > div > div { height: 100%; display: flex; align-items: center; font-size: 0; letter-spacing: 0; }
#menu img { height:100%; width:auto; }
#menu a svg { width: auto; fill: #fff; transition: all 0.15s ease-out; }
#menu a:hover svg { fill:#ff6b00; }
a#icon-info svg { height:39px; }
a#icon-home svg { height:37px; }
#footer {  width:100%; height:70px; }
#content-wrap { display:flex; flex-direction: column; flex:1; padding-top:25px; padding-bottom:0; }
#content { position:relative; flex:1; }
#content > div { position:absolute; top:0; bottom:0; left:0; right:0; height:100%; }
#logo > div { width:100%; height:100%; background-image:url(../images/maps-intro.png); background-repeat: no-repeat; background-position: center; background-size: contain; }
#info { display:flex; flex-direction:column; justify-content: space-between; }
#info > div:first-child { padding-top:20px; flex: 1; overflow-y:auto; }
#copy { text-align:end; }
#buttons { height:80px; width:100%; display: flex; justify-content: center; align-items: center; }
#buttons a { font-size:1.5rem; color:#65554a; font-weight:600; letter-spacing: 1px; padding:11px 36px; background-color:#fff; text-decoration:none; border-radius: 10px; transition: all 0.15s ease-out; }
#buttons a:hover { background-color: #65554a; color: #fff; }
hr { border:0; border-top: 1px solid rgba(255,255,255,.4); }
@media all and (max-width:639px) {
	body { font-size:1.2rem;  }
	.max-width {padding-left:15px; padding-right:15px; }
	#buttons a { font-size:1rem; padding: 9px 18px; }
}