@import "home-grid.min.css";
body {
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  line-height: 22px;
  height: 100%;
  color: #111;
  font-weight: 500;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:link,
a:visited,
input {
  outline: 0;
}
.row {
  margin: 0;
}
h1 {
  text-align: center;
  font-size: 28px;
  line-height: 33px;
  max-width: 800px;
  margin: auto;
  padding-bottom: 10px;
  color: #63005a;
  font-family: Mulish, sans-serif;
  font-weight: 900;
}
h1 span {
  font-size: 15px;
  line-height: 15px;
}
h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  max-width: 800px;
  margin: auto;
  padding-bottom: 20px;
  font-family: Mulish, sans-serif;
  font-weight: 900;
}
h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  max-width: 800px;
  margin: auto;
  padding-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  color: #5a005a;
}
h4 {
  margin-bottom: 50px;
}
h6 {
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
}
.newfont {
  font-family: Mulish, sans-serif;
  font-weight: 900;
}
a img {
  border: none;
}
.text-gradient {
  color: #d8bf74;
  background: -webkit-linear-gradient(0deg, #b18229, #ecde9b, #aa771c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home-new h2 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 253, 244, 0.97);
}
