@charset "UTF-8";
/* CSS by Ben Mathis Seibel 2022 */

@font-face {
  font-family: "Roboto Mono";
  src: url(font2/static/RobotoMono-Regular.ttf);
}

* {
  font-family: "Roboto Mono", monospace;
  margin: 0;
}

html {
  height: 100vh;
  margin: 0;
  padding: 0;

  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

body {
  height: 100vh;
  width: 100vw;
  padding: 0;
  margin: 0;
  border: none;

  font-size: 18px;

  background-color: #000;
  font-family: "Roboto Mono", monospace;
}

.canvas_container {
  display: flex;
  height: 0;
  width: 100vw;

  justify-content: center;
  align-items: center;
  flex-direction: row;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0.5;
  z-index: -1;

  height: 100vh;
  width: 100vh;
}

/*.......... header ..........*/

header {
  height: 100vh;
  width: 1500px;
  font-size: 30px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: white;
}

header a {
  font-size: 30px;

  text-decoration: none;
  color: white;

  cursor: pointer;
}

h1 {
  font-size: 100px;
  margin: 0;
  padding: 0;
  border: 0;

  color: white;
}

h1::before,
h1::after {
  width: 100%;
  height: 8px;
  display: block;
  content: " ";
  background-color: white;
}

h1::after {
  width: 100%;
  height: 8px;
  display: block;
  content: " ";
  background-color: white;
}

header p {
  font-size: 100px;

  color: white;
}

/*.......... section one ..........*/

.section_one {
  display: block;
  margin: 0 auto;
  width: 1270px;
  height: auto;
}

.gucci_two,
.gucci_one {
  display: block;
  width: 800px;
}

.gucci_vid {
  display: block;
  margin-top: 100px;
  margin-left: auto;
  margin-right: 0;
  width: 500px;
}

.gucci_two {
  margin-top: 100px;
}

/*.......... empty space ..........*/

.empty_space {
  display: flex;
  height: 100vh;

  justify-content: center;
  align-items: center;
}

h2 {
  font-size: 200px;
  color: white;
}

/*..........footer start..........*/

footer {
  background-color: #000000d2;
  padding: 50px 0 0 0;
}

.footertext {
  color: whitesmoke;
  text-align: center;
  font-size: 18px;
}

.fa {
  padding: 50px 50px;
  font-size: 35px;
  color: whitesmoke;
  text-decoration: none;
}

/*..........footer end..........*/

@media only screen and (max-width: 1800px) {
  /*.......... header ..........*/

  header {
    height: 100vh;
    width: auto;
    margin: 0;
    padding: 0;

    display: block;
    text-align: center;

    margin-top: 300px;
  }

  h1 {
    font-size: 220px;
  }

  h1::before,
  h1::after {
    display: none;
  }

  /*.......... section one ..........*/

  .section_one {
    width: auto;
    margin: 0 10vw;
  }
}

@media only screen and (max-width: 1500px) {
  /*.......... header ..........*/

  header {
    height: 120vh;
    width: 100vw;
  }

  h1 {
    font-size: 120px;
  }

  /*.......... section one ..........*/

  .section_one {
    margin: 0 10vw;
    width: 80vw;
  }

  .gucci_two,
  .gucci_one {
    width: 600px;
  }

  /*.......... empty space ..........*/

  .empty_space {
    display: block;
    height: 70vh;
    margin: 50vh 0 0 0;
    padding: 0;
    width: 100vw;

    text-align: center;
  }

  /*..........footer start..........*/

  footer {
    display: block;
    width: 100vw;
  }

  .footertext {
    display: block;
    width: 100vw;
    text-align: center;
    font-size: 18px;
  }

  .fa {
    padding: 50px 50px;
    font-size: 35px;
  }

  /*..........footer end..........*/
}

@media only screen and (max-width: 1070px) {
  /*.......... empty space ..........*/

  h2 {
    font-size: 140px;
  }
}

@media only screen and (max-width: 850px) {
  /*.......... header ..........*/
  h1 {
    font-size: 100px;
  }

  /*.......... section one ..........*/

  .gucci_vid {
    margin-top: 150px;
  }

  .gucci_two {
    margin-top: 150px;
  }

  /*.......... empty space ..........*/

  .empty_space {
    height: 60vh;
  }

  h2 {
    font-size: 120px;
  }
}

@media only screen and (max-width: 750px) {
  /*.......... section one ..........*/

  .section_one {
    display: flex;
    margin: 0;
    width: 100vw;
    height: auto;

    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .gucci_vid {
    display: block;
    margin: 100px 0 0 0;
    padding: 0;
    width: 500px;
  }

  .section_one span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 700px) {
  body {
    height: 100dvh;
  }

  .canvas_container {
    display: flex;
    height: 0;
    width: 100vw;

    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  canvas {
    display: block;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;

    height: 100dvh;
    width: 100vh;

    opacity: 0.4;
  }

  /*.......... header ..........*/

  header {
    display: flex;
    height: 100dvh;
    width: 100dvw;

    margin: 0;
    padding: 0;

    justify-content: center;
    align-items: center;
    flex-direction: column;

    font-size: 20px;
  }

  header a {
    font-size: 20px;
  }

  h1 {
    font-size: 50px;
  }

  h1::before,
  h1::after {
    display: block;
    height: 4px;
  }

  header p {
    margin-top: 60px;
    font-size: 50px;
  }

  /*.......... section one ..........*/

  .gucci_two,
  .gucci_one {
    width: 300px;
  }

  .gucci_vid {
    margin-top: 90px;
    width: 250px;
    border: none;
  }

  .gucci_two {
    margin-top: 90px;
  }

  /*.......... empty space ..........*/

  .empty_space {
    margin-top: 30vh;
    height: 35vh;
  }

  h2 {
    font-size: 60px;
  }

  /*..........footer start..........*/

  footer {
    background-color: #0000009d;
    padding: 30px 0 0 0;
  }

  .footertext {
    color: whitesmoke;
    text-align: center;
    font-size: 10px;
  }

  .fa {
    padding: 25px 25px;
    font-size: 20px;
    color: whitesmoke;
    text-decoration: none;
  }
}
