/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#banner {
  height: 48rem;
  background: url(../img/Banner\ BG.jpg);
}
#banner nav .logo {
  display: inline-block;
  padding-top: 2rem;
}
#banner nav .store,
#banner nav .menu {
  float: right;
  padding: 2rem;
}
#banner h1 {
  font-size: 4rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  padding-top: 14rem;
  padding-left: 4rem;
  cursor: pointer;
}
#banner p {
  font-size: 1.5rem;
  padding-left: 4rem;
  padding-top: 1rem;
  cursor: pointer;
}
#banner a {
  padding-left: 4rem;
  cursor: pointer;
}
#banner a button {
  margin-top: 2rem;
  padding: 1rem 3rem;
  background-color: #000;
  color: #fff;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 1.2rem;
  cursor: pointer;
}
#banner a :hover {
  background-color: #fff;
  color: #000;
  transition: 500ms;
}
#banner span {
  font-weight: bold;
  display: block;
  padding-left: 4rem;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.5rem;
  padding-top: 10rem;
}

#arrivals {
  margin: 0 2rem;
  padding-top: 5rem;
}
#arrivals h1 {
  font-size: 3rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px #000;
  text-align: center;
}
#arrivals .catalogue {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
#arrivals .catalogue .shoe img {
  width: 20rem;
}
#arrivals .catalogue .shoe p {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.4rem;
  padding-bottom: 0.3rem;
  cursor: pointer;
}
#arrivals .catalogue .shoe p span {
  font-family: "Courier New", Courier, monospace;
  cursor: pointer;
}
#arrivals button {
  padding: 1rem 3rem;
  border: none;
  background-color: #000;
  color: #fff;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 1.2rem;
  cursor: pointer;
}
#arrivals a :hover {
  background-color: #fff;
  color: #000;
  transition: 500ms;
}
#arrivals .buttons {
  text-align: center;
  padding-top: 3rem;
}
#arrivals .buttons p {
  display: inline;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.5rem;
}

#sellers {
  margin: 0 6rem;
  padding-top: 5rem;
}
#sellers h1 {
  text-align: center;
  font-size: 3rem;
  border-bottom: solid 2px #000;
  padding-bottom: 1rem;
}
#sellers #best {
  display: flex;
  justify-content: space-between;
}
#sellers .lv {
  padding-top: 2rem;
}
#sellers .lv img {
  cursor: pointer;
}
#sellers .lv p {
  padding-top: 1rem;
  font-size: 3rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
#sellers .lv p span {
  font-size: 2rem;
  padding-left: 12rem;
}
#sellers .puma {
  padding-top: 2rem;
}
#sellers .puma img {
  cursor: pointer;
}
#sellers .puma p {
  padding-top: 1rem;
  font-size: 3rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
#sellers .puma p span {
  font-size: 2rem;
  padding-left: 13rem;
}

#offer {
  padding: 8rem 0 0 2rem;
  display: inline-block;
  cursor: pointer;
}
#offer .img {
  position: relative;
}
#offer .img .off1 {
  color: white;
  font-size: 1.6rem;
  position: absolute;
  top: 15rem;
  left: 3rem;
}
#offer .img .off2 {
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 3rem;
  position: absolute;
  top: 18rem;
  left: 3rem;
}
#offer .img .off3 {
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 3rem;
  position: absolute;
  top: 22rem;
  left: 3rem;
}
#offer .img .instruction {
  text-align: center;
  color: whitesmoke;
  font-size: 1.7rem;
  font-family: "Courier New", Courier, monospace;
  font-weight: lighter;
  line-height: 2rem;
  position: absolute;
  bottom: 1rem;
  right: 0.8rem;
}

#umbro {
  padding: 8rem 4rem 0 4rem;
}
#umbro h1 {
  text-align: center;
  font-size: 3rem;
  border-bottom: 2px solid #000;
}
#umbro h1 span {
  font-size: 5rem;
  font-family: fantasy;
}
#umbro .cata {
  display: flex;
  justify-content: space-between;
}
#umbro .cata .la-r {
  padding-top: 2rem;
  cursor: pointer;
}
#umbro .cata .la-r p {
  padding-top: 1rem;
  font-size: 1.6rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: lighter;
}
#umbro .cata .la-r p span {
  font-size: 2rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: normal;
  float: right;
}
#umbro .cata .la-r span {
  font-size: 1.3rem;
  font-weight: lighter;
  line-height: 2rem;
}
#umbro .btn {
  text-align: center;
  padding-top: 2rem;
}
#umbro .btn button {
  padding: 0.8rem 2.8rem;
  color: #fff;
  background: #000;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: lighter;
  font-size: 1.5rem;
}
#umbro .btn :hover {
  color: #000;
  background: #fff;
  transition: 500ms;
}

#watch {
  padding-top: 3rem;
  text-align: center;
}
#watch h1 {
  font-size: 3.5rem;
  padding: 1rem;
}
#watch p {
  line-height: 1.3rem;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
#watch button {
  padding: 0.8rem 3rem;
  font-size: 1.3rem;
  color: #fff;
  background: #000;
  cursor: pointer;
}
#watch :hover {
  color: #000;
  background: #fff;
  transition: 500ms;
}

#suits {
  margin: 0 2rem;
  padding-top: 5rem;
}
#suits h1 {
  font-size: 3rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px #000;
  text-align: center;
}
#suits .catalogue {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
#suits .catalogue .shoe img {
  width: 20rem;
}
#suits .catalogue .shoe p {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.4rem;
  padding-bottom: 0.3rem;
  cursor: pointer;
}
#suits .catalogue .shoe p span {
  font-family: "Courier New", Courier, monospace;
  cursor: pointer;
}
#suits button {
  padding: 1rem 3rem;
  background-color: #000;
  color: #fff;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 1.2rem;
  cursor: pointer;
}
#suits :hover {
  background-color: #fff;
  color: #000;
  transition: 500ms;
}
#suits .buttons {
  text-align: center;
  padding-top: 3rem;
}
#suits .buttons p {
  display: inline;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.5rem;
}

#tommy {
  padding-top: 3rem;
  text-align: center;
}
#tommy h1 {
  font-size: 3.5rem;
  padding: 1rem;
}
#tommy p {
  line-height: 1.3rem;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
#tommy button {
  padding: 0.8rem 3rem;
  font-size: 1.3rem;
  color: #fff;
  background: #000;
  cursor: pointer;
}
#tommy :hover {
  color: #000;
  background: #fff;
  transition: 500ms;
}

#subscr {
  padding-top: 10rem;
}
#subscr .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
#subscr .text h2 {
  font-size: 3.5rem;
  line-height: 4rem;
}
#subscr .text p {
  font-size: 1.3rem;
  line-height: 1.5rem;
  word-spacing: 0.8rem;
}
#subscr form {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 8rem;
}
#subscr form input {
  margin-top: 3rem;
  padding: 1rem 40rem 1rem 1rem;
  font-size: 1.2rem;
  border: none;
  background-color: #d3d3d3;
}
#subscr form a {
  text-decoration: none;
  color: #fff;
  background: #000;
  padding: 1rem 4rem;
  font-size: 1.2rem;
}
#subscr form a:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  transition: 500ms;
}

footer {
  background-color: #000;
  color: #fff;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
footer .line-1 {
  background-color: #d3d3d3;
  width: 30rem;
  height: 5px;
}
footer .line-1::before {
  content: "";
  background-color: #ff0000;
  width: 30rem;
  height: 5px;
}
footer .content {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
footer .content .help h3 {
  font-size: 2.8rem;
  padding-bottom: 1rem;
}
footer .content .help p {
  font-size: 1.4rem;
  font-weight: lighter;
  line-height: 1.5rem;
}
footer .content .store h3 {
  font-size: 2.8rem;
  padding-bottom: 1rem;
}
footer .content .store p {
  font-size: 1.4rem;
  font-weight: lighter;
  line-height: 1.8rem;
}
footer .content .shoptacle h3 {
  font-size: 2.8rem;
  padding-bottom: 1rem;
}
footer .content .shoptacle p {
  font-size: 1.4rem;
  font-weight: lighter;
  line-height: 1.5rem;
}
footer .line-2 {
  border: solid 2px;
  color: #fff;
  margin: 5rem 8rem 0 8rem;
}
footer .copy {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.5rem;
  font-weight: lighter;
}/*# sourceMappingURL=style.css.map */