* {
  box-sizing: border-box;
}

html, body, div, span, , object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, code, em, img, strong, sub, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, footer, header, 
menu, nav, output, section, summary, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  padding-inline-start: 0;
}

a, a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit; }

a:hover {
  color: #ee331e; }

body {
  height: 100%;
  background-color: #F0FFFF; }

ul.socialLinks {
  display: flex; }

ul#homeSections {
  font-family: 'Dosis', sans-serif;
  font-size: 1.25rem;
  color: #000;
  padding: 0.25rem 0; }
  ul#homeSections li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: pointer; }

.hs {
  padding: 0 0.5rem;
  font-family: 'Dosis-Light', sans-serif;
  font-weight: 300;
  font-size: 1.25rem; }

header#nameLogo {
  font-family: "Dosis", system-ui, -apple-system, "Roboto", Helvetica, "Helvetica Neue", sans-serif;
  position: relative;
  color: #000;
  font-weight: 200;
  font-size: 1.5rem; }

main#homeContainer {
  position: fixed;
  top: 25%;
  left: 10%; }

@media (min-width: 360px) {
  main#homeContainer {
    position: fixed;
    top: 33%;
    right: 23%;
    width: 62%; }
  header#nameLogo {
    font-size: 2.25rem; } }

@media (min-width: 660px) {
  header#nameLogo {
    font-size: 3rem;
    letter-spacing: 0.025rem; }
  main#homeContainer {
    position: fixed;
    top: 40%;
    left: 20%;
    right: unset; } }

