@charset "UTF-8";
/*
┬  ┬┌─┐┬─┐┬┌─┐┌┐ ┬  ┌─┐┌─┐
└┐┌┘├─┤├┬┘│├─┤├┴┐│  ├┤ └─┐
 └┘ ┴ ┴┴└─┴┴ ┴└─┘┴─┘└─┘└─┘
 */
/*
┬  ┌─┐┬ ┬┌─┐┬ ┬┌┬┐
│  ├─┤└┬┘│ ││ │ │ 
┴─┘┴ ┴ ┴ └─┘└─┘ ┴
*/
/*
┌─┐┬─┐┬┌┬┐┌─┐┬─┐┬ ┬  ┌─┐┌┬┐┬ ┬┬  ┌─┐
├─┘├┬┘││││├─┤├┬┘└┬┘  └─┐ │ └┬┘│  ├┤ 
┴  ┴└─┴┴ ┴┴ ┴┴└─ ┴   └─┘ ┴  ┴ ┴─┘└─┘
*/
html * {
  -webkit-font-smoothing: antiliased;
  -moz-osx-font-smoothing: grayscale; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 100% "Quicksand", sans-serif;
  color: #444; }

/*
┌┬┐┌─┐┬┌┐┌  ┌─┐┌─┐┌┬┐┌─┐┌─┐┌┐┌┌─┐┌┬┐┌─┐
│││├─┤││││  │  │ ││││├─┘│ ││││├┤  │ └─┐
┴ ┴┴ ┴┴┘└┘  └─┘└─┘┴ ┴┴  └─┘┘└┘└─┘ ┴ └─┘
*/
header {
  height: 240px;
  max-width: 940px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center; }
  header h1 {
    font-size: 66px;
    font-size: 4.125rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 78px;
    padding-top: 40px; }
    @media only screen and (max-width: 768px) {
      header h1 {
        font-size: 24px; } }
  header h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 4px; }
    @media only screen and (max-width: 768px) {
      header h2 {
        font-size: 16px; } }
  header a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 48px;
    text-transform: lowercase;
    margin: 8px; }

#maps_header h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 70px;
  font-weight: bold;
  background-color: #18ffff;
  height: 70px;
  text-align: center;
  padding: 0 5px;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    #maps_header h3 {
      font-size: 14px; } }

#maps {
  position: relative;
  width: 100%;
  height: 860px;
  display: block; }

footer {
  background-color: #fafafa;
  height: 120px;
  line-height: 24px;
  padding: 20px 0 20px 0;
  border-top: 1px solid #9e9e9e; }
  footer .footer-wrapper {
    color: #444;
    margin: 20px auto;
    max-width: 940px;
    text-align: center; }
