/* Element Selector */
body {
    /*background-image: url(../images/IMG_6050_1.JPG);*/
    background-image: linear-gradient(to bottom, rgba(128,0,255,1), rgba(128,0,255,0));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

input[type=number] {
  width: 50px;
  height: auto;
  font-size: 20px;
}

/* Element id Selector (#) */
#topNav {
    width: 100%;
    height: 80px;
    position: relative;
    top: 0;
}

#cartButton {
    font-family: 'Lucida Handwriting', Arial, Verdana, Tahoma, sans-serif;
    font-size: 250%;
    position: relative;
    float: right;
    margin: 1%;
    border-radius: 50%;
}

#pageContent {
    margin-top: 1%;
}

#topText, #blurb {
    font-family: 'Lucida Handwriting', Arial, Verdana, Tahoma, sans-serif;
    font-size: 250%;
    max-width: 1000px;
    position: relative;
    top: 0;
    color:darkorange;
    margin: 2%;
  }

#mlink {
    font-family: 'Lucida Handwriting', Arial, Verdana, Tahoma, sans-serif;
    font-size: 350%;
    max-width: 1000px;
    position: relative;
    display: inline-block;
    margin: 5%;
    color: darkorange;
}

#lefty {
    display: inline;
    width: 25px;
    margin-right: 5px;
}

#righty {
    display: inline;
    width: 25px;
}

#exitButton {
    display: inline;
    margin-right: 5px;
}

/* Element class Selector (.) */
.gridDiv {
  position: relative;
  display: inline-block;
  max-width: 400px;
  max-height: 440px;
  background-color: #673AB7;
  margin: 1%;
  border-radius: 5% 5% 5% 5%;
}

.gridDiv > img, input, label, p {
  margin: 1%;
}

.gridDiv > p, label {
  max-width: 75%;
  font-family: 'Lucida Handwriting', Arial, Verdana, Tahoma, sans-serif;
}

.gridDiv > img {
  height: 100px;
  width: auto;
}

.gridDiv > img:hover {
  box-shadow: 25px 25px 25px 0px rgba(255, 0, 0, 1);
}

.biggie {
    display: inline-block;
    align-items: center;
}

.biggie > img {
    max-width: 80%;
}