::-webkit-scrollbar {
  display: none;
}

:is(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
}

html,
body {
  height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background: hsl(230, 6%, 19%);
  color: hsl(40, 7%, 83%);
  word-wrap: break-word;
}

body {
  font-size: 1.2rem;
  line-height: 1.6;
  overflow-x: hidden;
}

:is(h1, h2, h3, h4, h5, h6) {
  color: hsl(38, 46%, 47%);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

main {
  margin-top: 1rem;
}

#__hero__container {
  text-align: center;
}
#__hero__container img {
  margin: auto;
  display: block;
}
#__hero__container h1.__hero__header {
  color: hsl(40, 7%, 83%);
  margin-top: 2rem;
  font-family: cursive;
  font-size: 3rem;
  font-weight: 400;
  text-align: inherit;
}
#__hero__container p {
  font-size: 1.5rem;
  font-weight: 300;
}

#__form {
  background: hsl(223, 8%, 16%);
  padding: 2rem 0;
  margin: 2rem 0;
}

#__form__container {
  background: hsl(230, 6%, 19%);
  padding: 1rem;
  padding-bottom: 3rem;
}

h4#__form__subheader {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.9rem;
}

h2#__form__header {
  font-weight: 300;
  color: hsl(40, 7%, 83%);
}

input,
#message {
  width: 100%;
  font-size: 1.1rem;
  background: hsl(223, 8%, 16%);
  color: hsl(40, 7%, 83%);
  padding: 0.8rem 0.7rem;
  margin-top: 1rem;
  border: 0;
}

:is(input, #message):focus {
  outline: 0;
}

input[type=submit] {
  background: hsl(38, 39%, 39%);
  color: hsl(40, 7%, 83%);
  cursor: pointer;
}

input[type=submit]:hover {
  background: hsl(38, 46%, 47%);
}

ul#__social__accts__container {
  list-style: none;
}

li.__social__accts__item {
  background: hsl(223, 8%, 16%);
  color: hsl(40, 7%, 83%);
  margin-top: 1rem;
}

p.__social__item__name {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 300;
  margin-right: auto;
  margin-left: 0.8rem;
}

li.__social__accts__item a {
  display: flex;
  align-items: center;
  padding: 0.8rem 0.7rem;
}

li.__social__accts__item a .__social__item__arrow {
  transition: all 700ms;
}

li.__social__accts__item a:hover {
  color: hsl(38, 46%, 47%);
}

li.__social__accts__item a:hover p.__social__item__name {
  font-weight: 400;
}

li.__social__accts__item a:hover .__social__item__arrow {
  transform: rotate(-40deg);
}/*# sourceMappingURL=styles.css.map */