/* Master Styles */
* {
  box-sizing: border-box;
}
body {
  margin: 0px;
  background-color: white;
  font-family: sans-serif;
}

.container {
  display: grid;
  grid-template-columns: 1fr;
  background-color: white;
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 38px;
  background-color: white;
}

.brand {
  text-transform: uppercase;
}

.left-side {
  display: flex;
}

.nav-wrapper > .left-side > div {
  margin-right: 20px;
  font-size: 1.1em;
  text-transform: uppercase;
}

.nav-wrapper > .right-side > div {
  margin-right: 20px;
  font-size: 1.6em;
  color: pink;
  text-transform: uppercase;
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.nav-link-wrapper {
  height: 22px;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.5s;
}

.nav-link-wrapper a {
  color: rgba(57, 57, 58, 0.667);
  text-decoration: none;
  transition: color 0.5s;
}

.nav-link-wrapper:hover {
  border-bottom: 2px solid pink;
}

.nav-link-wrapper a:hover {
  color: pink;
}

.portfolio-items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.portfolio-item-wrapper {
  background-color: pink;
  position: relative;
}

.portfolio-img-background {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-text-wrapper {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.logo-wrapper div {
  font-size: 4em;
  color: #ffffff;
  font-family: sans-serif;
  font-weight: bold;
}

.logo-wrapper .micro {
  font-size: 3em;
}

.img-text-wrapper .subtitle {
  transition: 1s;
  font-weight: 600;
  color: transparent;
}

.img-text-wrapper:hover .subtitle {
  font-size: 1em;
  color: rgb(255, 255, 255);
}

.img-darken {
  transition: 1s;
  filter: opacity(20%);
}

.section_title {
  padding-top: 0px;
  font-size: 1.9em;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.testimonials-subsection {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  margin-left: 15%;
  margin-right: 25%;
  margin-top: 20px;
  color: #a1a1a1;
}

.testimonials-sutitle {
  color: black;
  font-family: sans-serif;
  font-size: 1.9em;
}

.testimonial {
  font-size: 1.3em;
}

.two-column-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  justify-content: center;
  justify-items: center;
}

.three-column-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}

.profile-image-wrapper img {
  width: 100%;
}

.profile-text-wrapper p {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 23px;
  margin-right: 20%;
}

.profile-text-wrapper h1 {
  padding-left: 30px;
  color: pink;
}

.testimonial-name {
  color: rgb(97, 97, 97);
  margin-top: 10px;
  margin-bottom: 20px;
  justify-content: right;
  font-weight: bold;
  margin-left: 40px;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

blockquote:before {
  display: inline-block;
  vertical-align: bottom;
  color: pink;
  font-size: 2.5em;
  top: 0.4em;
  position: relative;
}

.bottom-line {
  border-bottom: 1px solid;
  color: rgb(175, 175, 175);
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0px;
}

.bottom-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  background-color: white;
}

.contact-wrapper {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
}

.map {
  width: 90%;
  margin-right: 10px;
  padding-top: 50px;
}

#contact-us .left h3 {
  margin: 0 0 10px 0;
}

.section_title {
  margin: 0 0 10px 0;
  text-align: center;
}

.section_subtitle {
  margin: 0 auto 10px auto !important;
  max-width: 560px;
  text-align: center;
  line-height: 170%;
}

.form-section {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.form-container {
  height: fit-content;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 0px 20px rgb(209, 209, 209);
  border-radius: 8px;
}

.form-group {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  border: 1px solid pink;
  margin-top: 5px;
}
textarea {
  resize: none;
}

.contact-titles-wrapper {
  margin-bottom: 60px;
}

.contact-left {
  margin-top: 5%;
  font-size: large;
  display: block;
  margin-left: 25%;
}
.contact-link-wrapper {
  color: black;
  text-decoration: none;
  transition: color 0.5s;
}
.contact-link-wrapper:hover {
  color: rgb(255, 91, 118);
}

.contact-header {
  font-size: large;
  margin-bottom: 3px;
}

.hours-wrapper {
  margin-top: 10px;
  letter-spacing: 2px;
}

.testimonials-content-wrapper {
  padding-top: 150px;
  padding-bottom: 110px;
}

.contact-content-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
}

.about-content-wrapper {
  padding-top: 110px;
}

.disclaimer {
  margin-top: 50px;
}

button[type="submit"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 20px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s ease background-color;
  border-radius: 8px;
}
button[type="submit"]:hover {
  background-color: pink;
}
