/* CSS by Ben Mathis Seibel */

@font-face {
  font-family: "Roboto Mono";
  src: url(font2/static/RobotoMono-Regular.ttf);
}

* {
  font-family: "Roboto Mono", monospace;
}

html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: whitesmoke;
}

/*..........header start..........*/

header {
  height: 17vh;
  background-image: url(img/shoes/shoe21.png);
  background-size: 5vw;
  background-attachment: fixed;
  background-color: whitesmoke;
  margin: 0;
  color: #000;
}

.layer {
  background-color: rgba(255, 255, 255, 0.534);
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 17vh;
}

a {
  color: whitesmoke;
  text-decoration: none;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-content: center;
}

.title {
  display: inline-block;
  line-height: 90%;
  font-size: 100px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
}

.home {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: 0;
  width: 0px;

  color: transparent;
}

a {
  text-decoration: none;
  color: #b30000;
  margin: 0;
  padding: 0;
}

.subtitle {
  display: none;
}

/*..........header end..........*/

/*..........gallery start..........*/

.middle {
  margin: 0 10vw;
}

.axel7 {
  display: inline-flex;
  margin-top: -0.5vw;
}

.axel7cr {
  margin-left: 0;
  height: 34vw;
}

.axel7textblock {
  margin-left: 60vw;
  margin-top: 10vw;
  width: 18.5vw;
  height: 0.5vw;
  background-color: #000;
}

.axel7text {
  padding: 10vw;
  font-size: 1vw;
  line-height: 200%;
}

.video {
  display: flex;
  justify-content: center;
  margin-top: -20vw;
  margin-left: -0.5vw;
  padding: 0;
}

video {
  height: 40vw;
}

.axelvidblock1 {
  margin-left: 10vw;
  height: 20vw;
  width: 0.5vw;
  background-color: #000;
}

.axelvidtext {
  display: block;
  text-align: center;
  margin: 10vw;
  font-size: 1vw;
}

.axel6 {
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.axel6cr {
  height: 34vw;
  margin-left: 0;
}

.axel6textblock {
  float: right;
  margin-right: 10vw;
  height: 0.5vw;
  width: 15vw;
  background-color: #000;
}

.axel6text {
  padding: 10vw;
  font-size: 1vw;
  line-height: 200%;
}

.axel5 {
  display: inline-flex;
  float: right;
  margin: 10vw;
  margin-top: 0;
  margin-right: 0;
}

.axel5cr {
  float: right;
  height: 34vw;
}

.axel5text {
  padding-top: 10vw;
  padding-right: 15vw;
  font-size: 1vw;
  line-height: 200%;
  text-align: right;
}

.axel5text2 {
  display: none;
}

.axel5textblock {
  margin-left: 12vw;
  margin-top: 10vw;
  width: 22vw;
  height: 0.5vw;
  background-color: transparent;
}

.axel1block {
  margin: 44vw auto 0 auto;
  width: 80vw;
  height: 0.5vw;
  background-color: #000;
}

.axel1 {
  display: flex;
  justify-content: center;
  margin: 10vw;
}

.axel1cr {
  height: 40vw;
}

.axel1text {
  margin: 10vw;
  margin-top: 0;
  font-size: 1vw;
  text-align: center;
  line-height: 200%;
}

/*..........gallery end..........*/

/*..........footer start..........*/

footer {
  background-color: #000;
  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..........*/

/*.......... anything under 1500px ..........*/

@media only screen and (max-width: 1500px) {
    /*..........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..........*/
}

/*----------anything under 1400px----------*/

@media only screen and (max-width: 1400px) {
  /*..........header start..........*/

  header {
    background-size: 20vw;
    height: 100vh;
  }

  .layer {
    height: 100vh;
  }

  .title {
    font-size: 200px;
  }

  .subtitle {
    display: block;
    text-align: center;
    margin-top: 25vw;
    line-height: 200%;
    font-size: 30px;
  }

  .subtitle a {
    color: #000;
  }

  /*..........header end..........*/

  /*..........gallery start..........*/

  .middle {
    margin: 0;
  }

  .axel7text {
    font-size: 1.5vw;
  }

  .axelvidtext {
    font-size: 1.5vw;
  }

  .axel6text {
    font-size: 1.5vw;
  }

  .axel5text {
    font-size: 1.5vw;
  }

  .axel5textblock {
    background-color: #000;
  }

  .axel1text {
    font-size: 1.5vw;
  }

  /*..........gallery end..........*/
}

/*----------anything under 1024px----------*/

@media only screen and (max-width: 1024px) {
  /*...........header start...........*/

  header {
    background-size: 20vw;
    line-height: 565%;
  }

  .title {
    font-size: 30vw;
  }

  .subtitle {
    margin-top: 30vw;
    font-size: 4vw;
  }

  /*..........header end..........*/

  /*..........gallery start..........*/

  .axel7 {
    display: block;
    margin: 10vw;
    margin-left: 0;
    margin-bottom: 0;
  }

  .axel7cr {
    height: 60vw;
    margin: 0;
    padding: 0;
  }

  .axel7textblock {
    display: none;
  }

  .axel7text {
    padding: 10vw;
    font-size: 2vw;
    text-align: center;
  }

  .video {
    margin: 0;
    padding: 0;
    margin-bottom: 10vw;
  }

  video {
    width: 100%;
    height: auto;
  }

  .axelvidblock1 {
    display: none;
  }

  .axelvidtext {
    font-size: 2vw;
  }

  .axel6 {
    display: block;
  }

  .axel6cr {
    height: 60vw;
  }

  .axel6text {
    text-align: center;
    font-size: 2vw;
  }

  .axel5 {
    display: block;
    margin-top: 0;
  }

  .axel5cr {
    height: 60vw;
  }

  .axel5text {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }

  .axel5text2 {
    display: flex;
    padding: 10vw;
    padding-bottom: 0;
    text-align: center;
    font-size: 2vw;
    line-height: 200%;
    justify-content: center;
  }

  .axel5textblock {
    display: none;
  }

  .axel1 {
    display: block;
    margin: 10vw 0 10vw 0;
  }

  .axel1block {
    display: none;
  }

  .axel1cr {
    width: 100vw;
    height: auto;
  }

  .axel1text {
    font-size: 2vw;
  }

  /*..........gallery end..........*/
}

/*..........anything under 700px ..........*/

@media only screen and (max-width: 700px) {
    /*..........footer start..........*/

    footer {
      background-color: #000;
      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;
    }
}
