body {
  background-image: url("../images/bg800bulbs.jpg");
  background-repeat: no-repeat;
  background-color: #564f49;
  background-size: 100%;
}

.section {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: white;
  margin-top: 3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
nav {
  border-radius: 10px;
}

.nav-list {
  list-style-type: none;
  text-decoration: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;

  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-item {
  list-style-type: none;
  margin-right: 2rem;
  font-size: 0.8rem;
}

.nav-item a {
  text-decoration: none;
}

.nav-item:first-child {
  margin-right: auto;
  margin-left: 1rem;
}

a:visited {
  color: black;
}

.divider {
  height: 2rem;
}

img {
  width: 100%;
  height: auto;
}

h3 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

h4 {
  padding-left: 2rem;
  font-weight: 700;
  font-size: 1rem;
}

article {
  line-height: 1.5;
  padding: 1rem 2rem 1rem 2rem;
}
.rounded {
  border-radius: 5%;
}

.containerimages {
  float: right;
  width: 30%;
  height: auto;
  padding: 0.5rem;
}

.button {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-size: 0.8rem;
  text-align: center;

  outline: none;
  color: #fff;
  background-color: #c9cac9;
  border: 0.05rem;
  border-style: solid;
  border-color: #979797;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button a {
  text-decoration: none;
}

.card {
  padding: 1.5rem;
  margin: 2rem;
  background-color: #f8fffe;
  border-style: solid;
  border-color: #b1d2cb;
  border-top-width: 0.2rem;
  border-left-width: 0.8rem;
  overflow: auto;
  height: auto;
  font-size: 1rem;
  font-weight: 500;
}

.cardimages {
  float: left;
  height: auto;
  width: 25%;
  margin-right: 2rem;
}

.contact-us {
  padding: 1rem;
}

form {
  background-color: #b1d2cb;
  border-radius: 5px;
  margin: 2rem;
  padding: 1rem;
}

input {
  width: 100%;
  padding: 0.5rem;
  font-size: 1.1rem;
}

textarea {
  width: 100%;
  font-size: 1.1rem;
  padding: 0.5rem;
}

.checkbox {
  display: flex;
  justify-content: space-evenly;
}

.form-buttons {
  text-align: center;
}

.form-buttons li {
  list-style-type: none;
  padding: 1rem;
  display: inline-block;
}

footer {
  height: 3.5rem;
  background-color: #d46726;
  color: white;
  padding-top: 5%;
  padding-left: 5%;
  padding-bottom: 8%;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0;
}

/* Repsonsive Styles */

@media screen and (max-width: 1200px) {
  .button {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 1rem;
    font-size: 0.4rem;
    text-align: center;

    outline: none;
    color: #fff;
    background-color: #c9cac9;
    border: 0.05rem;
    border-style: solid;
    border-color: #979797;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button a {
    text-decoration: none;
  }

  .containerimages {
    float: right;
    width: 50%;
    height: auto;
    padding: 0.5rem;
  }

  .cardimages {
    float: left;
    height: auto;
    width: 50%;
    margin-bottom: 1rem;
  }
  .nav-item {
    margin-right: 0.5rem;
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 768px) {
  .containerimages {
    float: right;
    width: 100%;
    height: auto;
    padding: 0.5rem;
  }

  .cardimages {
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
  }

  .button {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    text-align: center;

    outline: none;
    color: #fff;
    background-color: #c9cac9;
    border: 0.05rem;
    border-style: solid;
    border-color: #979797;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-item {
    margin-right: 0.5rem;
    font-size: 0.6rem;
  }

  h2 {
    font-size: 1rem;
  }
}
