body {
  background-color: #eaeaea;
 background-image: linear-gradient(to bottom, #ffffff, #eaeaea);
  color: #666666;
  font-family: Georgia, "Times New Roman", serif;
}

#wrapper {
  margin: auto;
  width 70%;
  min-width: 600px;
  max-width: 2000px;
}
header {
  background-color: #d8bfd8;
  color: #ffffff;
  background-image: url(logo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  line-height: 400%;
}

h1{
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
}

nav {
  background-color: #fo8080;
  font-weight: bold;
  text-align: center;
  padding: 1em;
}

nav a {
  text-decoration: none;
}

main {
  padding: 1px 20px 20px 20px;
  display: block;
  background-color: #ffffff;
}

main ul{
  text-align: left;
}

p {
  line-height: normal;
}

h2 {
  color: #1976d2;
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

dt {
  color: #ffffff;
}

footer{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 75%;
  font-style: italic;
  text-align: center;
}

#contact {
  font-size: 90%;
  text-align: center;
}

#Squad {
  height: 300px;
  background-image: url(squad.jpg);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: right;
  line-height: 400%;
}

#clothes {
  height: 300px;
  background-image: url(.jpg);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: right;
  line-height: 400%;
}

#decal {
  height: 300px;
  background-image: url(.jpg);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: right;
  line-height: 400%;
}

#fun {
  height: 300px;
  background-image: url(.jpg);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: right;
  line-height: 400%;
}

#blankets {
  height: 300px;
  background-image: url(.jpg);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: right;
  line-height: 400%;
}

#cups {
  height: 300px;
  background-image: url(.jpg);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: right;
  line-height: 400%;
}

#sublimation {
  height: 300px;
  background-image: url(.jpg);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: right;
  line-height: 400%;
}

.personal {
  color: #dc143c;
}

.boom {
  color: #ff1493;
}

.angel {
  color: #00bfff;
}

img {
  border: 5px solid #555;
  background-position: center;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%;
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%;
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%;
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0 16px;
}

.container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btn {
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.btn:hover {
  background-color: #45a049;
}

span.price {
  float: right;
  color: grey;
}

.column {
  float: left;
  width: 30%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}




/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
}
