* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #444;
  /* Only works if there is nothing absolutely positioned in relation to body */
  overflow-x: hidden;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  background-color: #000;
}

html {
  /* font-size: 10px; */

  /* 10px / 16px = 0.625 = 62.5% */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;
  overflow-x: hidden;
}
.navbar {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #617a06;
  height: 80px;
  top: 0px;
  align-items: center;
}
.navbar li {
  list-style: none;
}
.navlink a:link,
.navlink a:visited {
  border-style: solid;
  border-width: thin medium medium medium;
  border-color: #9cd000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 400;
  color: #ffffff;
  border-radius: 30px;
  padding: 8px;
}
.navlink a:hover,
.navlink a:active {
  border-color: #d0c200;
  border-width: medium;
}
.container {
  margin: 0px auto 0px auto;
  width: 86%;
  top: 0px;
  height: auto;
  background-color: #000;
  position: relative;
  padding: 0;
}

.masthead {
  width: 100%;
  padding-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  height: 1050px;
  background-color: rgb(0, 0, 0, 0.2);
  background-image: url("../images/dandelion-lg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  gap: 10rem;
  padding-bottom: 2rem;
}
.logo {
  width: 33%;
  height: 350px;
  text-align: left;
  padding: 25px 0 10px 0;
  margin-left: -30%;
}

.logo a:link,
.logo a:visited {
  border: none;
  background: none;
  text-decoration: none;
  color: #fff;
}
.logo a:hover,
.logo a:active {
  color: #ff0000;
}
.logo h1 {
  padding: 10px 5px 10px 5px;
  background: rgb(0, 0, 0, 0.3);
  letter-spacing: -1px;
  text-align: center;
  text-transform: lowercase;
  font-size: 2em;
  color: #fff;
}
.logo h2 {
  padding: 10px 5px 10px 5px;
  background: rgb(0, 0, 0, 0.3);
  letter-spacing: -1px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  letter-spacing: 1px;
}
.logo p {
  padding: 5px;
  background: #e4b20d;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #000;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: bold;
}
.tagline-text {
  width: 25%;
  padding: 2rem;
  margin: 1.5rem;
  height: 300px;
  background-color: rgb(255, 255, 255, 0.5);
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-align: left;
  margin-right: -20%;
}
.tagline-text h1 {
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1rem;
  text-align: left;
}
.tagline-text p {
  font-size: 2rem;
  line-height: 31px;
  text-align: left;
  margin-bottom: 15px;
}
.decor {
  font-size: 3rem;
  margin-top: 2rem;
  text-align: left;
}
.article {
  height: auto;
  width: 56%;
  margin: 5rem auto;
  margin-top: -1000px;
  padding: 2rem;
  background-color: rgb(255, 255, 255, 0.6);
  font-weight: 500;
  color: #000;
  text-align: left;
}

.article h2 {
  font-size: 2rem;
  line-height: 30px;
  padding-left: 20px;
}
.article p {
  line-height: 29px;
  padding-left: 20px;
  font-size: 1rem;
  padding-right: 20px;
}
.article a:link,
.article a:visited {
  border: none;
  background: none;
  text-decoration: none;
  color: #ff0000;
}
.article a:hover,
.article a:active {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.blockquote-testimonial {
  display: block;
  width: 80%;
  font-weight: 700;
  margin: 3rem auto;
  font-size: 1.8rem;
}
.blockquote-testimonial a:link,
.blockquote-testimonial a:visited {
  border: none;
  background: none;
  text-decoration: none;
  color: #ff0000;
  font-weight: 700;
}
.blockquote-testimonial a:hover,
.blockquote-testimonial a:active {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.how a:link,
.how a:visited {
  border: none;
  background: none;
  text-decoration: none;
  color: #ff0000;
  font-weight: 700;
}
.how a:hover,
.how a:active {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.gallery_container {
  width: 100%;
  display: block;
  margin: 200px auto 100px auto;
  background-image: url("../images/purplelong.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover auto;
}
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-content: space-evenly;
  column-gap: 10%;
  row-gap: 10rem;
  height: auto;
  width: 100%;
  padding-top: 6rem;
}
.promo {
  width: 50%;
  height: 50%;
  margin: 0 auto;
  display: grid;
  height: auto;
  padding: 2rem;
}
.gallery_container h3 {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  color: #fff;
  font-size: 2rem;
}
.content {
  width: 100%;
  height: auto;
}
.content img {
  display: grid;
  width: 70%;
  height: 70%;
  margin: 0 auto;
}

.gallery_container a:link,
.gallery_container a:visited {
  color: #fff;
  text-decoration: none;
  list-style-type: none;
}
.gallery_container a:hover,
.gallery_container a:active {
  color: rgb(248, 17, 17);
}

.portfolio-container {
  width: 72%;
  margin: 0 auto;
  height: auto;
  display: flex;
  gap: 4rem;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../images/portfoliobkg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover auto;
}

.column {
  padding-top: 6rem;
  width: 50%;
  display: flex;
  height: auto;
}
.title {
  display: block;
  padding: 2rem 0.5rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.button {
  margin: 1rem;
  padding: 1rem;
  background: rgba(255, 48, 151, 0.5);
  letter-spacing: 0.1rem;
  line-height: 30px;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  width: 200px;
  text-align: left;
}
.footer {
  width: 100%;
  padding-top: 4rem;
  height: 80px;
  background-color: #617a06;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-content: center;
}
.footernav {
  display: flex;
  list-style: none;
  text-decoration: none;
}
.copyright {
  display: block;
  padding-top: 2rem;
  color: #fff;
  line-height: 30px;
  width: 100%;
  text-align: center;
  height: 100px;
  background-color: #617a06;
}
