h1 h2 h3 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  text-align: center;
}

caption {
  font-family: Didiot, Cochin, Georgia, Times, "Times New Roman", serif;
}
text {
  font-family: perpetua, Cochin, Georgia, Times, "Times New Roman", serif;
}

a:link {
  text-decoration: none;
}

a:link .email {
  color: #9dc209;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: white;
}

a:active {
  text-decoration: none;
}

.grid-container {
  display: grid;
  grid-template-columns: auto * 12;
  padding: 10px;
}

.header-container {
  display: grid;
  grid-template-columns: auto * 12;

  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 5;
  padding: 10px;
  color: #9dc209;
  background-color: #003300;
  text-align: center;
}

.quote {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 2;
  font-family: garamond, Arial, Helvetica, sans-serif;
  font-size: 1.4vw;
  color: black;
  background-color: #9dc209;
}

.header-banner-ad {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 2;
  grid-row-end: 3;
}

.logo {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  height: 100px;
}

.logo img {
  height: 100px;
}

.email {
  display: grid;
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 4;
  margin: auto;
}
.email a:link {
  color: #9dc209;
}
.email a:visited {
  color: #9dc209;
}

.email a:hover {
  color: white;
}
.email a:active {
  color: white;
}

.menu {
  display: grid;
  grid-column-start: 7;
  grid-column-end: 8;
  grid-row-start: 3;
  grid-row-end: 4;
  margin: auto;
  height: 40px;
}

.menu img {
  height: 40px;
  display: none;
}

.soc-med {
  display: grid;
  grid-column-start: 8;
  grid-column-end: 12;
  grid-row-start: 3;
  grid-row-end: 4;
  margin: auto;
  height: 40px;
}

.soc-med img {
  height: 40px;
  padding-right: 5px;
  padding-left: 5px;
}

.header-nav {
  display: grid;
  grid-template-columns: auto * 12;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 4;
  grid-row-end: 5;
  color: #000;
  background-color: #9dc209;
  font-family: Cambria, Cochin, Georgia, "Times New Roman", sans-serif;
  font-size: 1.6vw;
}

.header-nav li {
  display: inline;
  padding-left: 4%;
  padding-right: 4%;
}

.header-nav a:link {
  color: black;
}
.header-nav a:visited {
  color: black;
}

.header-nav a:hover {
  color: white;
}
.header-nav a:active {
  color: white;
}

.landing-nav {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 5;
  grid-row-end: 6;
  background-color: #9dc209;
  font-family: Cambria, Cochin, Georgia, "Times New Roman", sans-serif;
  font-size: 1.4vw;
  display: none;
}

.sub-nav {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 6;
  grid-row-end: 7;
  background-color: #9dc209;
  font-family: Cambria, Cochin, Georgia, "Times New Roman", sans-serif;
  font-size: 1.3vw;
  display: none;
}


.main {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 5;

  background-color: #003300;
  text-align: center;
}
body {
  font-family: Arial;
  margin: 0;
}
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides * {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Five columns side by side */
.column {
  float: left;
  width: 20%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.rsb {
  display: grid;
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 5;
  color: #000;
  background-color: #9dc209;
  text-align: center;
}

.a-rsb-shadescapes
  .b-rsb-renovation
  .a-lsb-fb
  .b-lsb-tw
  .c-rsb-restoration
  .d-rsb-roofngutter
  .e-rsb-construction
  .c-lsb-yt
  .d-lsb-y {
  display: grid;
}
.footer {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 12;
  grid-row-end: 15;
  color: white;
  background-color: #003300;
}
