@charset "UTF-8";

html {
  min-height: 100%;
  font-family:"neue-haas-grotesk-display",sans-serif; /* Light 400, Roman 500 */
  font-weight: 400;
}

body {
  background-color: #cfcbdd;
  height: 100%;
  margin: 0;
  padding: 0 0 40px;
  text-align: center;
}

a {
  text-decoration: none;
  color: #76827E;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.4s ease;
}

a:hover {
  border-bottom: 1px solid #76827E;
}

/* ———————————————————————————— */

.center {
  margin: 170px 0 90px; /* top 169 */
  background-image: url(../img/architecture.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position:  center center;
  height: 262px;
}

@media (min-width: 700px) {
  .center {
    margin: 140px 0 80px; /* top 169 */
    height: 524px;
  }
}

/* ———————————————————————————— */

.center .title h1 {
  color: #ff9;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin: 0;
  padding-top: 121px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 700px) {
  .center .title h1 {
    font-size: 76px;
    letter-spacing: 3.3px;
    padding-top: 239px;
  }
}

/* ———————————————————————————— */

.center .title .loc {
  margin: 0;
  color: #ff9;
  padding-top: 25px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (min-width: 700px) {
  .center .title .loc {
    font-size: 28px;
    padding-top: 51px;
    letter-spacing: 10px;
  }
}

/* ———————————————————————————— */

.notice {
  color: #76827E;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .notice {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}

/* ———————————————————————————— */

.address p,
.address h2 {
  font-size: 7px;
  margin: 0;
  padding: 0;
  color: #76827E;
  letter-spacing: 0;
  line-height: 1.1;
}

@media (min-width: 700px) {
  .address p,
  .address h2 {
    font-size: 15px;
    letter-spacing: 1.1px;
    line-height: 1.15;
  }
}

/* ———————————————————————————— */

.address span {
  font-size: 6.25px;
}

@media (min-width: 700px) {
  .address span {
    font-size: 14px;
  }
}

/* ———————————————————————————— */

.address p,
.address {
  font-weight: 400;
}

/* ———————————————————————————— */

.address h2 {
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 70px;
}

/* ———————————————————————————— */