* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
  max-width: 100vw;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0;
}

.container {
  width: 1350px;
  margin: 0 auto;
  height: 100%;

  overflow: hidden;
  position: relative;
}

.navbar {
  position: fixed;
  height: 100%;
  width: 100%;

  display: flex;
  justify-content: space-between;

  background: #ffffff;
  z-index: 2;

  height: auto;
  top: 0;

  padding: 20px 0 16px 0;
}

.navbar-clear {
  background: transparent;
}

header .container {
  display: flex;
  flex-direction: row;
}

.header-logo-alt {
  display: block;
}

.logo-color {
  width: 171px;
}

.navbar .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.push {
  margin-left: auto;
}

.header-right {
  display: flex;
  flex-direction: row;
}

.header-nav {
  display: block;
}

.links {
  display: flex;
  flex-direction: row;

  align-items: center;
  margin: 10px 0 16px 0;
  padding: 0;
}

.links li {
  color: #000000;
  margin-right: 40px;
  font-size: 19px;
  font-weight: 700;
}

.links li a {
  transition: all 300ms ease;
  display: block;
}

.links li:nth-last-child(1) {
  margin-right: 24px;
}

.links li a:hover {
  text-decoration: none;
  color: #fedb00;
}

.navbar-clear .container .header-nav .links li a {
  color: #ffffff;
}

.search-icon {
  color: #ffffff;
  margin: 12px 0 0 2px;
}

.header-socials {
  margin: 4px 0 0 28px;
}

.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
}

.social-links li {
  margin: 0 0 0 5px;
  text-decoration: none;
  text-align: center;
}

.social-links a {
  display: block;
  width: 30px;
  height: 30px;
  background: #fedb00;
  border-radius: 50%;
  transition: all 300ms ease;
}

.social-links a:hover {
  background: #ffffff;
  text-decoration: none;
}

.social-links i {
  display: block;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 400;
}

.hamburger {
  display: none;
}

/* Showcase */

#showcase-top {
  background: url("./img/orange-banner.jpg") no-repeat center center/cover;
  height: 100vh;
  width: 100%;
  position: relative;
}

#showcase-top .container {
  position: relative;
  height: 100vh;
}

#showcase-top .path-logo {
  position: absolute;

  height: 30vh;
  right: -50px;
  bottom: 5vh;
}

.showcase-heading {
  position: absolute;

  font-size: 185px;
  line-height: 1;
  letter-spacing: -5px;
  font-weight: 700;

  left: 50%;
  top: 50%;
  margin: 0;

  transform: translate(-50%, -50%);
  color: #ffffff;
}

.scroll {
  position: absolute;

  height: 42px;
  width: 42px;
  bottom: 2vh;
  left: 50%;

  transform: translate(-50%, -50%);
}

.scroll img {
  display: block;
  max-width: 100%;
  height: 100%;
}

/* Main */

#main {
  padding: 100px 0;
  min-height: 600px;

  background: #ffffff url("./img/history2-path.png") no-repeat -275px 225px;
}

#main .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.main-inner {
  text-align: left;
  color: #ec2c90;
}

.main-inner h2 {
  font-size: 72px;

  max-width: 1000px;
  margin: 0 auto 30px auto;
  line-height: 1;
}

.main-inner p {
  color: #000022;
  font-size: 21px;
  font-weight: 400;
  max-width: 1000px;
  padding: 0;
  margin: 30px auto;
  line-height: 1.5;
}
.main-inner h3 {
  font-size: 36px;
  max-width: 1000px;
  margin: 18px auto;
}

.main-inner .streetview-list {
  display: flex;
  flex-direction: row;
}

.main-inner .streetview-list ul {
  margin: 0;
  padding: 0;
  max-height: 90px;
  width: 300px;
}

.main-inner .streetview-list li {
  margin: 3.5px 0;
}

.main-inner .streetview-list a {
  font-size: 16px;
  font-weight: 700;
  color: #ec2c90;
}

/* Retailer Directory */

#retailer-directory {
  background: url("./img/retailer-directory-bg.jpg") no-repeat center
    center/cover;
  height: 100vh;
  width: 100%;
  position: relative;
  color: #ffffff;
}

#retailer-directory h2 {
  font-size: 44px;
  font-weight: 600;
  padding-top: 50px;
  margin: 0 auto;
}

#retailer-directory h3 {
  font-size: 93px;
  font-weight: 600;
  line-height: 1;

  position: absolute;
  margin: 0 auto;
  bottom: 7.9vh;
}

/* Directory Listings */

#retailer-directory-listing {
  padding: 80px 0 20px 0;
}

hr {
  max-width: 38px;
  border: #000000 2px solid;
  margin: 1rem 0;
  padding: 0;
}

#listing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
#listing h3 {
  color: #ec2c90;
  font-size: 20px;
}

#listing ul {
  padding: 0;
}

#listing .directory-column {
  margin: 0 0 1rem 0;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  width: 21%;
}

#listing .directory-column li {
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: row;
}

span {
  margin: 0;
  margin-left: auto;
}

#listing .directory-column li span {
  align-self: flex-end;
  color: #717171;
}

#listing a {
  display: inline-block;
  width: auto;
}

.west-wing {
  margin-top: 50px;
}

/* Map */

#map {
  padding: 50px 0 100px 0;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#map h2 {
  color: #ec2c90;
  font-size: 44px;
  margin-bottom: 25px;
}

.map-tablist {
  display: flex;
  flex-direction: row;
  align-items: center;

  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.map-tablist li {
  font-size: 24px;

  font-weight: 600;
  margin: 0 30px 20px 0;
}

.map-tablist li:nth-child(1) {
  text-decoration: underline;
}

.map-tablist li:nth-last-child(1) {
  margin-left: auto;
}

.map-tablist li:nth-last-child(1) a {
  color: #ec2c90;
}

#mapview {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#map .container {
  margin: 16px 22px;
}

#map img {
  width: 100%;
  height: auto;
  max-width: 1350px;
}

.map-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #ec2c90;
  margin: 20px auto 0 auto;
}

.map-footer a {
  font-size: 18px;
  margin: 16px;
  color: #ec2c90;
}

/* Newsletter */

#newsletter {
  background: #000022;
}

.newsletter-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: url("./img/newsletter-image.png") no-repeat right center;
  padding: 45px 0;
}

.newsletter-left h2 {
  color: #ec2c90;
  font-size: 48px;
  margin-bottom: 2px;
}

.newsletter-left p {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}

.newsletter-right {
  display: flex;
  flex-direction: row;
  justify-content: center;

  margin: 0 30px;
}

.newsletter-right input {
  padding: 0 15px;

  line-height: 50px;
  font-weight: 700;
  width: 600px;
  height: 60%;
  margin-right: 10px;
  font-size: 20px;
  align-self: center;
  border: none;
  border-radius: 2px;
}

.newsletter-right button {
  width: 200px;
  height: 60%;

  padding: 10px 30px;
  box-sizing: border-box;

  font-weight: 700;
  font-size: 20px;

  background: #fedb00;

  align-self: center;
  border: none;
  border-radius: 5px;

  transition: all 300ms ease;
}

.newsletter-right button:hover {
  background: #ec2c90;
}

/* Footer */

#footer {
  padding: 20px 0;
  margin-bottom: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#footer .links {
  margin: 0;
  padding: 0 0 40px 0;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#footer .links li {
  margin: 0 20px;
}

#footer .links li a {
  font-size: 20px;
  color: #a0a0a0;

  transition: all 300ms ease;
}

#footer .links li a:hover {
  color: #ec2c90;
}

#footer .footer-logo img {
  height: 126px;
  width: auto;
  margin-bottom: 15px;
}

#footer p {
  color: #a0a0a0;
}

#footer .address {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 20px;
}

#footer .copyright {
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 20px;
}

/* Media Queries */

@media screen and (min-width: 1400px) {
  #main {
    min-height: 800px;
  }

  #main .container {
    justify-content: flex-end;
  }

  #main .main-inner {
    width: 900px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 1399px) {
  .container {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .logo-color {
    min-width: 171px;
  }

  #main {
    padding: 60px 0;
    background: #ffffff;
  }
  .main-inner {
    margin-left: 0;
  }

  .map-footer {
    align-items: center;
    flex-direction: column;
  }

  .map-footer a {
    margin: 0 0 10px 0;
  }

  #listing .directory-column {
    width: 28.33%;
    margin: 30px 5% 0 0;
  }

  #newsletter .container {
    background-image: url(./img/newsletter-image-mobile.png);
    background-size: contain;
  }

  #newsletter .newsletter-content {
    flex-direction: column;
  }

  #newsletter .newsletter-left {
    width: 100%;
    text-align: center;
  }

  #newsletter .newsletter-right {
    width: 700px;
  }

  #newsletter form {
    align-self: center;
    margin-top: 20px;
  }

  #newsletter form button {
    width: 280px;
  }

  #newsletter form input,
  #newsletter form button {
    padding: 14px;
  }
}

@media only screen and (max-width: 1149px) {
  #listing .directory-column {
    width: 45%;
    margin: 30px 5% 0 0;
  }
}

@media only screen and (max-width: 999px) {
  .container {
    width: 100%;
    padding: 0 3%;
  }

  .navbar {
    padding: 12px 0 8px 0;
  }

  .navbar .container {
    width: 100%;
    padding: 0 3%;
  }

  .header-right {
    display: none;
  }

  .hamburger {
    display: block;
    height: 50px;
    width: 50px;
  }

  .showcase-heading {
    font-size: 90px;
    letter-spacing: -3px;
  }

  #main {
    padding: 40px 0;
    min-height: 0;
  }

  .main-inner h2 {
    font-size: 64px;
  }

  .main-inner h3 {
    font-size: 32px;
  }

  #retailer-directory h3 {
    font-size: 72px;
  }

  #listing .directory-column {
    width: 100%;

    margin: 30px 0 0 0;
  }

  #map .container {
    margin: 10px 0;
  }

  #newsletter .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  #newsletter .container form {
    flex-direction: column;
  }

  #footer .links {
    display: none;
  }
}

/* @media only screen and (max-width: 992px) {
  .container {
    width: 970px;
  }
} */

@media only screen and (max-width: 768px) {
  .container,
  .navbar .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar {
    padding: 12px 0 8px 0;
  }

  .logo-color {
    width: 140px;
    min-width: 140px;
    margin-top: 5px;
  }

  .showcase-heading {
    font-size: 80px;
    letter-spacing: -3px;
  }

  #showcase-top .path-logo {
    bottom: 15vh;
    height: 25vh;
  }

  .main-inner h2 {
    font-size: 42px;
  }
  .main-inner h2 br {
    display: none;
  }

  .main-inner p {
    font-size: 18px;
  }

  .main-inner h3 {
    font-size: 28px;
  }

  #retailer-directory h3 {
    font-size: 64px;
  }

  #map h2 {
    font-size: 36px;
  }

  .map-tablist {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 180px;
  }

  .map-tablist li {
    font-size: 18px;
    margin: 12px 0 0 0;
    padding: 0;
  }

  .map-tablist li:nth-last-child(1) {
    margin-left: 0;
    height: 100px;
    align-self: flex-end;
  }

  #newsletter .container {
    padding-bottom: 20px;
  }

  .newsletter-left h2 {
    font-size: 36px;
  }

  .newsletter-left p {
    font-size: 18px;
    line-height: 1.3;
    padding-top: 10px;
  }

  #newsletter form input {
    max-width: 400px;
  }

  #newsletter form button {
    width: 200px;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 679px) {
  .main-inner .streetview-list {
    flex-direction: column;
  }

  .main-inner .streetview-list li:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 479px) {
  .showcase-heading {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .main-inner h2 {
    font-size: 32px;
  }

  #map h2 {
    margin-bottom: 12px;
  }

  .map-tablist {
    max-height: 400px;
  }

  .map-tablist li {
    margin-top: 10px;
  }

  .map-tablist li:nth-last-child(1) {
    align-self: flex-start;
    order: -1;
    height: auto;
    padding-bottom: 25px;
    margin-top: 0;
  }

  .map-footer a {
    font-size: 14px;
    margin: 6px auto;
  }

  .newsletter-left h2 {
    font-size: 28px;
  }

  .newsletter-right input {
    width: auto;
    max-width: 90vw;
  }

  #mapview .container {
    margin-bottom: 50px;
  }
}
