html {
  height: 100%;
}
body {
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
  width: auto;
  margin: 0;
  font-size: 1.1rem;
  background-attachment: fixed;
}

.container {
  width: 1024px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
header {
  padding-top: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid gray;
  margin-left: 45px;
}
.icon {
  display: flex;
  border: solid rgb(31, 173, 255) 3px;
  border-radius: 15px;
  box-shadow: 2px 2px 3px;
}
nav {
  display: flex;
  width: 891px;
  justify-content: flex-end;
}

/* .topButtons {
  display: flex;
  list-style-type: none;
} */
/* li {
                        font-family: Outfit;
                        text-align: center;
                        flex:1;
                        padding-right: 20px;
                        color: white;
                    } */
/* .mybutton {
                        background-color: white;
                        color: rgb(0, 153, 255);
                        font-family: Outfit;
                        border-radius: 2px;
                        text-align: center;
                        padding: 7px 15px 7px 15px;
                        display: inline-block;
                        border: 2px solid rgb(0, 89, 148);
                        box-shadow: 3px 4px 3px rgba(0, 42, 105, 0.712);
                        text-decoration: none;
                    } */

.navbutton {
  color: rgb(0, 153, 255);
  font-family: Outfit, sans-serif;
  border: 2px solid rgb(0, 89, 148);
  padding: 10px 25px 10px 25px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: white;
}

nav a.navbutton {
  margin-left: 7px;
}

main {
  min-height: 220px;
  display: flex;
  align-items: center;
  margin-left: 45px;
}
.herobox1 {
  flex: 2;
  padding-right: 20px;
}
.herobox1 h1,
p {
  font-family: Outfit;
  color: white;
  line-height: 2rem;
}
.herobox1 a {
  color: rgb(0, 150, 219);
  text-decoration: none;
}

.mybutton {
  background-color: white;
  color: rgb(0, 153, 255);
  font-family: Outfit;
  border-radius: 2px;
  text-align: center;
  padding: 7px 15px 7px 15px;
  display: inline-block;
  border: 2px solid rgb(0, 89, 148);
  box-shadow: 3px 4px 3px rgba(0, 42, 105, 0.712);
}

.mybutton:hover {
  background-color: rgb(199, 0, 0);
  color: black;
  border-color: red;
  font-weight: 800;
  -webkit-box-shadow: -1px 1px 8px 12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 8px 12px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 1px 8px 12px rgba(0, 0, 0, 0.75);
  transition-duration: 1s;
}

.herobox2 {
  padding-left: 50px;
  margin-right: -40px;
  flex: 1;
  justify-content: flex-end;
}
.bikeImage {
  height: 200px;
  width: auto;
  border: solid white 3px;
  border-radius: 10px;
}
.cards {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  margin-left: 45px;
}
.card1 {
  background-image: url("media/bikejoustdrk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -70px;
  min-height: 300px;
  width: 30%;
  box-shadow: 3px 5px 2px;
}
.slashIcon {
  margin-top: 40px;
  text-align: center;
  font-size: 50px;
  color: white;
}
.card2 {
  background-image: url("media/bikeAttackdrk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  width: 30%;
  box-shadow: 3px 5px 2px;
}
.fistIcon {
  margin-top: 40px;
  text-align: center;
  font-size: 50px;
  color: white;
}
.card3 {
  background-image: url("media/gumTapedrk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -55px;
  min-height: 300px;
  width: 30%;
  box-shadow: 3px 5px 2px;
}
.toolsIcon {
  margin-top: 40px;
  text-align: center;
  font-size: 50px;
  color: white;
}
h2 {
  font-size: 2.5rem;
  color: white;
  font-family: Outfit;
  text-align: center;
}
.cards a {
  color: white;
  text-decoration: none;
}
.cards p {
  font-size: 1.3rem;
  color: white;
  font-family: Outfit;
  text-align: center;
  margin-top: -20px;
  padding-left: 5px;
  padding-right: 5px;
}
.card1,
.card2,
.card3 {
  border-radius: 25px;
  box-sizing: border-box;
}
.testimonials {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-left: 45px;
}
.tbox {
  width: 47%;
  padding: 50px;
  border: 1px solid white;
  box-sizing: border-box;
  margin-top: 50px;
  color: white;
  font-family: Outfit, sans-serif;
}

footer {
  height: auto;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
.bottomTextContainer {
  padding-top: 20px;
  height: 150px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  text-align: center;
}
.bottomText1 {
  font-family: Outfit;
  color: white;
  font-size: 3rem;
  width: 30%;
}
.bottomText2 {
  font-family: Outfit;
  color: white;
  font-size: 3rem;
  width: 30%;
}
.bottomText3 {
  font-family: Outfit;
  color: white;
  font-size: 3rem;
  width: 30%;
}
.bottomTextContainer a {
  color: white;
  text-decoration: none;
}
