* {
  font-family: "nunito-sans";
}

button:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden !important;
}

.top-menu .container .row {
  display: block;
}

.container,
.container-fluid {
  padding: 0;
}

.h2,
h2 {
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #202648;
  font-family: "bodoni-urw";
}

.p,
p {
  line-height: 2.75rem;
  font-size: 1.25rem;
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  padding-left: 5px;
  list-style: none;
  margin-top: 1.5rem;
}

ul li {
  font-size: 1.25rem;
}

.intro {
  height: 100vh;
  padding: 2rem;
  background-color: #202648;
  color: white;
  background: url("../images/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.intro h1 {
  font-family: "bodoni-urw";
}

.intro h1 span {
  color: #e6cf89;
  font-family: "bodoni-urw";
}

.intro h1 i {
  font-family: "bodoni-urw";
}

.line {
  height: 8rem;
  width: 0.1rem;
  background: #e6cf89;
  margin: auto;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
}

.top-css {
  position: relative;
  top: 8rem;
}

.reseller-link {
  text-transform: uppercase;
  border-bottom: 1px solid white;
  color: white;
  transition: all 0.3s;
}

.reseller-link:hover {
  color: #e6cf89;
}

.intro h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25rem;
}

.intro p {
  margin: 2rem 0rem 3rem 0rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.learn-link {
  text-transform: uppercase;
  font-weight: 600;
  border: 3px solid #e6cf89;
  font-size: 1.25rem;
  padding: 0.75rem 4rem;
  color: #e6cf89;
  letter-spacing: 0.1rem;
  font-family: "bodoni-urw";
  transition: all 0.3s;
}

.learn-link:hover {
  background-color: #e6cf89;
  color: black;
}

a:hover {
  text-decoration: none;
}

.sub-intro {
  background: #e6cf89;
  padding: 4rem 2rem;
}

.sub-intro p {
  text-transform: uppercase;
  font-size: 1.85rem;
  line-height: 2.75rem;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
  font-family: "bodoni-urw";
}

.section-1 {
  margin: 8rem 0rem 4rem 0rem;
}

.section-1 p {
  margin-bottom: 2.5rem;
}

.section-1 img {
  width: 100%;
}

.section-1 img.tv {
  padding: 0rem 2rem;
}

.list li {
  border-bottom: 0.1rem solid #e6cf89;
  width: 85%;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}

.section-2 {
  margin: 8rem 0rem 8rem 0rem;
}

.section-3 {
  padding: 4rem 0rem 4rem 0rem;
  background-color: #202648;
  color: white;
  background: url("../images/blue-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.section-3 h2 {
  font-size: 3rem;
  color: #e6cf89;
}

.section-3 p {
  line-height: 2rem;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.arrows {
  width: 30rem;
  position: absolute;
  left: 0;
}

.starter-kit {
  width: 100%;
  padding: 0rem 2rem;
  position: relative;
  margin-top: -6rem;
}

.footer {
  margin: 6rem 0rem;
}

.footer p {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
}

.footer a {
  text-transform: uppercase;
  font-size: 0.95rem;
  color: black;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
}

.footer a:hover {
  color: #e6cf89;
}

.footer img {
  padding-bottom: 2rem;
}

.valign {
  height: 100%;
  margin: auto;
}
