/*--------------------------
Header */

.header {
  display: flex;
  align-items: flex-end;
}

.companyname {
  font-size: 3em;
  font-family: century-gothic, sans-serif;
}

.slogan {
  font-size: 1.5em;
  font-family: century-gothic, sans-serif;
  margin-top: 0;
}

/*--------------------------
Algemene Body */

body {
  width: 100%;
  position: relative;
  margin: 0;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgb(133, 133, 133) 100%) no-repeat;
  font-family: century-gothic, sans-serif;
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 1em;

}

#wrapper{
  width: 81%;
  margin: 0 auto ;
}

/*--------------------------
Navigatie Balk */

.navbar {
  background-color: #A10000;
  overflow: hidden;
  width: 100%;
  display: flex;
}

.navbar a {
  color: #FFFFFF;
  padding-top: 10px;
  width: 20%;
  padding-bottom: 10px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #6C0000;
}

/*--------------------------
Banner voor de site */

.banner_example {
  width: 80%;
  height: 600px;
  margin: 10%;
  margin-bottom: 5%;
}

/*--------------------------
Voor Recommended Products */

.stockpreview {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.hp_stock {
  width: 92%;
  margin: 4%;
}

.product {
  width: 22%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/*--------------------------
Commission Form */

.titlebar {
  background-color: #A10000;
  margin-bottom: 5%;
  margin-top: 10%;
  align-content: center;
  border-radius: 5px;
  text-align: center;
}

.commissionform {
  background-color: #AEAEAE;
  height: 640px;
  width: 81%;
  margin: 8.4%;
  margin-top: 0px;
  padding: 20px;
  padding-bottom: 10px;

}

.commissionform input {
  width: 717.2px;
  height: 71px;
  font-size: 30px;
  border-width: 1px;
  border-radius: 5px;
}

.commissionform textarea {
  width: 100%;
  height: 410px;
  margin-top: 20px;
  font-size: 30px;
  border-width: 1px;
  border-radius: 5px;
}

.commissionform button {
  background-color: #A10000;
  height: 90px;
  width: 20%;
  align-content: center;
  margin-left: 40%;
  margin-right: 40%;
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 40px;
  border-width: 1px;
}

/*--------------------------
Footer */

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 245px;
  background-color: #A10000;
  color: white;
}

h3 {
  font-size: 1.3em;
  margin-bottom: 40px;
  margin-top: 10px;
}

h2 {
  font-size: 1.1em;
    margin-bottom: 15px;
    margin-top: 0;
}

.footercontent {
  align-content: center;
  margin-left: 100px;
  float: inline-start;
  margin-top: 20px;
}

.footlogo {
  float: right;
  margin: 20px;
}

/*----------------------------
About Us Page */

.aboutinfo {
  width: 81%;
  background-color: #AEAEAE;
  margin: 8.4%;
  margin-top: 4%;
  padding: 20px;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.8em;
  color: black;
}

.aboutlogo {
  margin-left: 20px;
}

.productinfo {
  width: 81%;
  background-color: #AEAEAE;
  margin: 8.4%;
  padding: 20px;
  display: flex;
  font-size: 1.8em;
  color: black;
}

.producttemp {
  width: 30%;
  margin-right: 20px;
}

/*----------------------------
Contact Us */

.contactinfo {
  width: 81%;
  background-color: #AEAEAE;
  margin: 8.4%;
  margin-top: 4%;
  padding: 20px;
  font-size: 1.9em;
  color: black;
  text-align: center;
}

h4 {
  font-size: 1.4em;
}