*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  width: 100%;
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #333;
  background-repeat: no-repeat;
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: 'slnt' 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    350deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(68, 68, 68, 1) 100%
  );
  background: -webkit-linear-gradient(
    350deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(68, 68, 68, 1) 100%
  );
  background: linear-gradient(
    350deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(68, 68, 68, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#444444", GradientType=1);
  cursor: default;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.text-center {
  text-align: center;
}

.content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
}

h1 {
  color: #fff2cc;
  font-size: 5em;
  font-family: 'Teachers', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

h3 {
  color: #e4f1ff;
  color: #fff2cc;
  text-transform: uppercase;
  letter-spacing: 0.75em;
}

h5 {
  font-weight: 400;
  font-size: medium;
  line-height: 2.2;
  margin-left: 28px;
}

#jumbo {
  margin-top: 100px;
  margin-bottom: 200px;
}

#footer {
  background-color: #fff9e6;
  padding-bottom: 120px;
}

.position-up {
  position: relative;
  top: -40px;
}

.logo {
  max-width: 50%;
  margin-bottom: 20px;
}

.footer-header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  text-transform: uppercase;
  color: #fff2cc;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.footer-content h5 {
  cursor: pointer;
}

.footer-icons {
  font-size: 1.5em;
  margin-left: 18px;
}

.footer-icons i {
  cursor: pointer;
  margin-left: 10px;
}

.footer-icons i:hover,
h5:hover {
  color: #cc9900;
}

.flex {
  display: flex;
  align-items: center;
}

.mr-5 {
  margin-right: 5px;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.appleLinks a {
  text-decoration: none !important;
}

@media (max-width: 430px) {
  h1 {
    font-size: 3.2em;
  }
  h3 {
    font-size: 1.2em;
  }
  .footer-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .footer-icons i {
    margin-left: 0px;
  }
  .footer-icons {
    margin-left: 0;
  }
}
