@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap');

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-family: "Source Sans Pro";
}

header {
  height: 50px;
  background-color: #3A4249;
  text-align: center;
  color: #fff;
}

header .logo {
  width: 83px;
  height: 83px;
  position: relative;
  top: 6px;
  margin: 0 auto;
  display: block;
}

main {
  background-color: #fff;
  margin: 64px 12px 0;
  position: relative;
  top: -153px;
  font-size: 14px;
  line-height: 16px;
  color: #1C252A;
}

footer {
  background-color: #3A4249;
  color: #fff;
  position: relative;
  padding: 0 24px 36px;
}

footer .logo {
  width: 83px;
  height: 83px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -45px;
}

footer h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
}

footer hr {
  margin: 24px -24px;
  border-color: #59626A;
}

footer a {
  color: #fff;
}

footer .contact img {
  width: 12px;
  position: absolute;
  margin-top: 4px;
}

footer .contact > span {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 12px;
  display: inline-block;
}

footer .contact:last-child {
  margin-bottom: 24px;
}

.noMobile {
  display: none;
}

.background-image {
  background-image: url('./img/store-background.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 153px;
}

.store-front {
  width: 100%;
}

.content {
  padding: 16px;
}

.max-conetent-width {
  max-width: 856px;
}

.rectangle {
  box-sizing: border-box;
  border: 1px solid #E6ECF0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}

.title {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
}

.explore-our {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.16px;
  line-height: 18px;
  text-transform: uppercase;
}

.section-title {
  margin-top: 36px;
}

.center {
  text-align: center;
}

.btn {
  color: #FFFFFF;
  height: 32px;
  border-radius: 3px;
  background-color: #246BB1;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  border: none;
  padding: 5px 12px;
  cursor: pointer;
}

.full-width {
  width: 100%;
}

hr {
  height: 0;
  border: solid #E6ECF0;
  border-width: 0 0 1px;
  margin: 16px 0;
}

a {
  color: #246BB1;
}

.fatHr {
  width: 45px;
  text-align: center;
  margin: -10px auto 35px;
  border-bottom: solid 6px #59626A;
}

.disclaimer img {
  width: 24px;
  position: absolute;
}

.disclaimer span {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  margin-left: 30px;
  display: inline-block;
}

.store-info-card {
  display: flex;
  margin-bottom: 24px;
}

.store-info-card img {
  width: 100px;
}

.store-info-card .right {
  padding-left: 20px;
  font-size: 12px;
  flex-grow: 1;
}

.store-info-card .card-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.store-info-card .btn {
  max-width: 200px;
  vertical-align: top;
  box-sizing: border-box;
  cursor: pointer;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  background-color: rgb(255, 255, 255);
  color: rgb(28, 37, 42);
  border-radius: 3px;
  text-decoration: none;
  padding: 4px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(180, 186, 193);
  border-image: initial;
  font-weight: bold;
}

.store-info-card .btn:hover {
  color: rgb(28, 37, 42);
  background-color: rgb(244, 247, 249);
}

.store-info-card:last-child {
  margin-bottom: 0;
}

.category-card-container {
  display: flex;
}

.category-card {
  font-size: 16px;
  line-height: 20px;
  flex: 1;
}

.category-card img {
  width: 84px;
  margin-bottom: 10px;
}

.footer-container > div {
  margin-bottom: 30px;
}

@media (min-width: 768px){
  .noMobile {
    display: block;
  }

  .noDesktop {
    display: none;
  }

  .max-conetent-width {
    margin: 0 auto;
    position: relative;
  }

  .full-width {
    width: auto;
  }

  header {
    height: 62px;
    position: relative;
    z-index: 1;
  }

  header a {
    color: #fff;
  }

  header .max-conetent-width {
    padding: 0 24px;
  }

  header .logo {
    width: 100px;
    height: 100px;
    margin-top: 0;
    top: 12px;
  }

  header .header-info {
    position: absolute;
    top: 20px;
    font-size: 12px;
    text-align: left;
    display: flex;
  }

  header .header-info.address {
    right: 24px;
    top: 15px;
  }

  header .header-info img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }

  .background-image {
    height: 400px;
    position: absolute;
    top: 60px;
    width: 100%;
  }

  main {
    top: 0;
    padding: 0 24px;
    background-color: transparent;
    margin-top: 125px !important;
  }

  .rectangle {
    margin-bottom: 40px;
  }

  .btn {
    min-width: 150px;
  }

  .store-front {
    width: 282px;
    height: 188px;
    float: left;
    margin-right: 24px;
  }

  hr {
    margin: 32px 0 16px;
  }

  .disclaimer span {
    font-size: 16px;
    margin-left: 40px;
  }

  .store-info-container {
    flex-direction: row;
    display: flex;
    text-align: center;
  }

  .store-info-card {
    flex: 1;
    flex-direction: column;
  }

  .store-info-card img {
    width: 90px;
  }

  .store-info-card .right {
    padding: 18px 0 0;
  }

  .store-info-card .btn {
    margin-top: 2px;
  }

  .category-container {
    margin-bottom: 96px;
  }

  .category-card img {
    width: 185px;
    height: 185px;
  }

  footer {
    padding: 36px 0;
  }

  .footer-container {
    display: flex;
  }

  .footer-container > div {
    margin: 0 2% 30px;
    width: 38%;
  }

  .footer-container .follow-us {
    width: 18%;
  }

  footer .logo {
    margin: unset;
    display: block;
    width: 100px;
    height: 100px;
    top: unset;
  }

  footer .contact:last-child {
    margin-bottom: 0;
  }

  footer hr {
    margin-left: unset;
    margin-right: unset;
  }
}
