/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  background-color: #f9f9f9;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ---------- MAIN STYLES ----------- */

:root {
  --step--3: 0.354em;
  --step--2: 0.5em;
  --step--1: 0.707em;
  --step-0: 1em;
  --step-1: 2em;
  --step-2: 2.83em;
  --step-3: 4em;
  --step-4: 5.65em;
  --step-5: 7em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Roboto;
}

h1 {
  font-weight: bold;
  font-size: var(--step-4);
}

h2 {
  font-size: var(--step-3);
}

h3 {
  font-weight: 500;
  font-size: 32px;
}

h6 {
  font-size: 3vw;
}

p {
  font-size: var(--step-0);
}

ul {
  font-size: 3vw;
}

hr {
  border-top: 8px solid #ffb039;
  width: 60vw;
  top: 261px;
  left: 12vw;
}

.circleDivs {
  width: 50px;
  height: 50px;
}

/* ----- HEADER STYLING ------ */

.header {
  position: relative;
  width: 100%;
  height: 10vh;
  z-index: 1;
  background-color: #f9f9f9;
}

.mobileHeroLogo {
  position: absolute;
  width: 8vw;
  left: 25px;
  top: 20px;
  z-index: 0;
}

.menuText {
  position: absolute;
  color: #ffb039;
  top: 2vh;
  right: 14vw;
}

.menuIcon {
  position: absolute;
  right: 1vw;
  top: 14px;
  width: 10vw;
}

.sideSocials {
  display: none;
}

#hoverCraftLogo {
  display: block;
  position: relative;
  width: 40%;
  height: 100%;
  margin: auto;
}

@media only screen and (min-width: 600px) {
  .menuText {
    position: absolute;
    color: #ffb039;
    top: 3vh;
    right: 12vw;
  }
}

@media only screen and (min-width: 1000px) {
  .header {
    position: relative;
    top: 0;
    width: 100vw;
    height: 10vh;
    z-index: 0;
    background-color: #f9f9f9;
  }

  .mobileHeroLogo {
    position: absolute;
    width: 4vw;
    left: 25px;
    top: 20px;
    z-index: 0;
  }

  .menuIcon {
    position: absolute;
    right: 6px;
    top: 14px;
    width: 4vw;
  }

  .menuText {
    top: 3vh;
    right: 5vw;
  }

  .sideSocials {
    display: block;
    position: fixed;
    fill: #ffb039;
    width: 3vw;
    bottom: 8vh;
    z-index: 2;
    left: 2vw;
  }
}

@media only screen and (min-width: 1500px) {
  .menuText {
    font-size: var(--step-2);
  }
}
