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;
}

body {
  background-color: rgb(189, 189, 189);
}

main {
    display: grid;
    grid-template-areas: 
    "he1 he1 he1 he1 he1"
    "fig1 fig2 fig3 fig4 fig5"
    "fig6 fig7 fig8 fig9 fig10"
    "he2 he2 he2 he2 he2"
    "fig11 fig12 fig13 fig14 fig15"
    "he3 he3 he3 he3 he3"
    "fig16 fig17 fig18 fig19 fig20";
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto 1fr 1fr auto 1fr auto 1fr;
    column-gap: 50px;
    row-gap: 35px;

}

nav {
  margin-left: 4px;
  margin-top: 3px;
  display: flex;
  flex-flow: row;
  border: 2px solid #333;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: white;
}

#Wrench {
  height: 3%;
  width: 3%;
  margin-top: 5px;
}

input[type=text] {
  width: 50%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url('Images/Search.png');
  background-size: 25px;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  margin-left: 5px;
  margin-top: 5px;
}

#shop {
  margin-left: 10px;
}

a {
  font-size: 45px;
  margin-left: 10px;
  color: black;
  text-decoration: none;
}

#he1 {
  grid-area: he1;
  font-size: 35px;
  margin-left: 10px;
  margin-top: 30px;
  padding: 2px;
  border: 2px solid #333;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: white;
}

#he2 {
  grid-area: he2;
  font-size: 35px;
  margin-left: 10px;
  margin-top: 30px;
  padding: 2px;
  border: 2px solid #333;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: white;
}

#he3 {
  grid-area: he3;
  font-size: 35px;
  margin-left: 10px;
  margin-top: 30px;
  padding: 2px;
  border: 2px solid #333;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: white;
}

figure {
  border: 2px solid #333;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: white;
}

.figimg {
  width: 100%;
}

figcaption {
  text-align: center;
}

#fig1 {
  grid-area: fig1;
  margin-left: 10px;
  width: 85%;
  height: 100%;
}

#fig2 {
  grid-area: fig2;
  width: 85%;
  height: 100%;
}

#fig3 {
  grid-area: fig3;
  width: 85%;
  height: 100%;
}

#fig4 {
  grid-area: fig4;
  width: 85%;
  height: 100%;
}

#fig5 {
  grid-area: fig5;
  width: 85%;
  height: 100%;
}

#fig6 {
  grid-area: fig6;
  margin-left: 10px;
  width: 85%;
  height: 100%;
}

#fig7 {
  grid-area: fig7;
  width: 85%;
  height: 100%;
}

#fig8 {
  grid-area: fig8;
  width: 85%;
  height: 100%;
}

#fig9 {
  grid-area: fig9;
  width: 85%;
  height: 100%;
}

#fig10 {
  grid-area: fig10;
  width: 85%;
  height: 100%;
}

#fig11 {
  grid-area: fig11;
  margin-left: 10px;
  width: 85%;
  height: 100%;
}

#fig12 {
  grid-area: fig12;
  width: 85%;
  height: 100%;
}

#fig13 {
  grid-area: fig13;
  width: 85%;
  height: 100%;
}

#fig14 {
  grid-area: fig14;
  width: 85%;
  height: 100%;
}

#fig15 {
  grid-area: fig15;
  width: 85%;
  height: 100%;
}

#fig16 {
  grid-area: fig16;
  margin-left: 10px;
  width: 85%;
  height: 100%;
}

#fig17 {
  grid-area: fig17;
  width: 85%;
  height: 100%;
}

#fig18 {
  grid-area: fig18;
  width: 85%;
  height: 100%;
}

#fig19 {
  grid-area: fig19;
  width: 85%;
  height: 100%;
}

#fig20 {
  grid-area: fig20;
  width: 85%;
  height: 100%;
}

footer {
    display: block;
    text-align: center;
    margin: 10px;
    border: 2px solid black;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}