* *::after *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html,
body {
  font-size: 62.5%;
  font-family: 'Lato', 'Arial', sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background-color: #fff6f1;
}

:target {
  scroll-margin-top: 90px;
}
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  font-size: 2rem;
  color: #403636;
}

.heading-primary {
  font-family: Lato;
  font-size: 4.5rem;
  color: #D8DBE2;
  font-weight: 300;
  letter-spacing: 0.8rem;
  text-transform: uppercase;
}

.header__main-nav a {
  color: #D8DBE2;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .1rem;
  cursor: pointer;
  z-index: 10000000;
}

h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 3.7rem;
  font-weight: 300;
  letter-spacing: .4rem;
}

h2:after {
  display: block;
  height: 2px;
  background-color: #faa294;
  content: " ";
  width: 20%;
  margin: 0 auto;
  margin-top: 30px;
}

h3 {
  text-transform: uppercase;
  font-size: 2.1rem;
  font-weight: 300;
  margin: 0;
  padding-top: 1rem;
}

p {
  margin: 0;
}

section {
  padding: 8rem 0;
}

.row {
  max-width: 1140px;
  margin: 0 auto;
}

.icon-big {
  font-size: 8rem;
  display: block;
  color: #A9BCD0;
}

.photo-showcase {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.photo-showcase li {
  display: block;
  float: left;
  width: 25%;
  height: 25vw;
}

.harp-photo {
  vertical-align: middle;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: rgba(63, 44, 36, 0.615);
  height: 100%;
}

.harp-photo img {
  object-fit: cover;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 0.3s ease;
}

.harp-photo img:hover {
  transform: scale(1.03);
  opacity: 1;
}

.about-me-photo {
  display: block;
  width: 100%;
  max-width: 35rem;
  height: auto;
  aspect-ratio: 7 / 9;
  object-fit: cover;
  object-position: right;
  padding: .8rem;
  border: 2.5px solid #FFD5CF;
  border-radius: 5px;
  box-sizing: border-box;
}

.header {
  background-image: linear-gradient(to bottom, rgba(63, 44, 36, 0.615), rgba(63, 44, 36, 0.99)), url(../img/header-img-min.JPG);
  height: 100vh;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  position: relative;
}

.header__main-nav {
  float: right;
  list-style: none;
  margin-top: 3rem;
  margin-right: 3rem;
}

.header__main-nav ul li {
  display: inline-block;
  padding-right: 3rem;
}

.header__main-nav ul li a {
  color: #fff6f1;
  text-decoration: none;
  transition: color 0.3s, text-shadow 0.3s;
}

.header__main-nav ul li a:hover {
  color: #fff6f1;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
}

.header__text-box {
  position: absolute;
  position: absolute;
  top: 75%;
  left: 4rem;
  margin-left: 3rem;
}

.header__text-box img {
  max-width: 40rem;
}

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  color: #403636;
  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */
.row {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    /*margin: 1% 0 1% 0%;*/
    margin: 0;
  }
}

/*  GRID OF TWO   ============================================================================= */
.span-2-of-2 {
  width: 100%;
}

.span-1-of-2 {
  width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-2-of-2 {
    width: 100%;
  }

  .span-1-of-2 {
    width: 100%;
  }
}

/*  GRID OF THREE   ============================================================================= */
.span-3-of-3 {
  width: 100%;
}

.span-2-of-3 {
  width: 66.13%;
}

.span-1-of-3 {
  width: 32.26%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-3-of-3 {
    width: 100%;
  }

  .span-2-of-3 {
    width: 100%;
  }

  .span-1-of-3 {
    width: 100%;
  }
}

/*  GRID OF FOUR   ============================================================================= */
.span-4-of-4 {
  width: 100%;
}

.span-3-of-4 {
  width: 74.6%;
}

.span-2-of-4 {
  width: 49.2%;
}

.span-1-of-4 {
  width: 23.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-4-of-4 {
    width: 100%;
  }

  .span-3-of-4 {
    width: 100%;
  }

  .span-2-of-4 {
    width: 100%;
  }

  .span-1-of-4 {
    width: 100%;
  }
}

/*  GRID OF FIVE   ============================================================================= */
.span-5-of-5 {
  width: 100%;
}

.span-4-of-5 {
  width: 79.68%;
}

.span-3-of-5 {
  width: 59.36%;
}

.span-2-of-5 {
  width: 39.04%;
}

.span-1-of-5 {
  width: 18.72%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-5-of-5 {
    width: 100%;
  }

  .span-4-of-5 {
    width: 100%;
  }

  .span-3-of-5 {
    width: 100%;
  }

  .span-2-of-5 {
    width: 100%;
  }

  .span-1-of-5 {
    width: 100%;
  }
}

/*  GRID OF SIX   ============================================================================= */
.span-6-of-6 {
  width: 100%;
}

.span-5-of-6 {
  width: 83.06%;
}

.span-4-of-6 {
  width: 66.13%;
}

.span-3-of-6 {
  width: 49.2%;
}

.span-2-of-6 {
  width: 32.26%;
}

.span-1-of-6 {
  width: 15.33%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-6-of-6 {
    width: 100%;
  }

  .span-5-of-6 {
    width: 100%;
  }

  .span-4-of-6 {
    width: 100%;
  }

  .span-3-of-6 {
    width: 100%;
  }

  .span-2-of-6 {
    width: 100%;
  }

  .span-1-of-6 {
    width: 100%;
  }
}

/*  GRID OF SEVEN   ============================================================================= */
.span-7-of-7 {
  width: 100%;
}

.span-6-of-7 {
  width: 85.48%;
}

.span-5-of-7 {
  width: 70.97%;
}

.span-4-of-7 {
  width: 56.45%;
}

.span-3-of-7 {
  width: 41.94%;
}

.span-2-of-7 {
  width: 27.42%;
}

.span-1-of-7 {
  width: 12.91%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-7-of-7 {
    width: 100%;
  }

  .span-6-of-7 {
    width: 100%;
  }

  .span-5-of-7 {
    width: 100%;
  }

  .span-4-of-7 {
    width: 100%;
  }

  .span-3-of-7 {
    width: 100%;
  }

  .span-2-of-7 {
    width: 100%;
  }

  .span-1-of-7 {
    width: 100%;
  }
}

/*  GRID OF EIGHT   ============================================================================= */
.span-8-of-8 {
  width: 100%;
}

.span-7-of-8 {
  width: 87.3%;
}

.span-6-of-8 {
  width: 74.6%;
}

.span-5-of-8 {
  width: 61.9%;
}

.span-4-of-8 {
  width: 49.2%;
}

.span-3-of-8 {
  width: 36.5%;
}

.span-2-of-8 {
  width: 23.8%;
}

.span-1-of-8 {
  width: 11.1%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-8-of-8 {
    width: 100%;
  }

  .span-7-of-8 {
    width: 100%;
  }

  .span-6-of-8 {
    width: 100%;
  }

  .span-5-of-8 {
    width: 100%;
  }

  .span-4-of-8 {
    width: 100%;
  }

  .span-3-of-8 {
    width: 100%;
  }

  .span-2-of-8 {
    width: 100%;
  }

  .span-1-of-8 {
    width: 100%;
  }
}

/*  GRID OF NINE   ============================================================================= */
.span-9-of-9 {
  width: 100%;
}

.span-8-of-9 {
  width: 88.71%;
}

.span-7-of-9 {
  width: 77.42%;
}

.span-6-of-9 {
  width: 66.13%;
}

.span-5-of-9 {
  width: 54.84%;
}

.span-4-of-9 {
  width: 43.55%;
}

.span-3-of-9 {
  width: 32.26%;
}

.span-2-of-9 {
  width: 20.97%;
}

.span-1-of-9 {
  width: 9.68%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-9-of-9 {
    width: 100%;
  }

  .span-8-of-9 {
    width: 100%;
  }

  .span-7-of-9 {
    width: 100%;
  }

  .span-6-of-9 {
    width: 100%;
  }

  .span-5-of-9 {
    width: 100%;
  }

  .span-4-of-9 {
    width: 100%;
  }

  .span-3-of-9 {
    width: 100%;
  }

  .span-2-of-9 {
    width: 100%;
  }

  .span-1-of-9 {
    width: 100%;
  }
}

/*  GRID OF TEN   ============================================================================= */
.span-10-of-10 {
  width: 100%;
}

.span-9-of-10 {
  width: 89.84%;
}

.span-8-of-10 {
  width: 79.68%;
}

.span-7-of-10 {
  width: 69.52%;
}

.span-6-of-10 {
  width: 59.36%;
}

.span-5-of-10 {
  width: 49.2%;
}

.span-4-of-10 {
  width: 39.04%;
}

.span-3-of-10 {
  width: 28.88%;
}

.span-2-of-10 {
  width: 18.72%;
}

.span-1-of-10 {
  width: 8.56%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-10-of-10 {
    width: 100%;
  }

  .span-9-of-10 {
    width: 100%;
  }

  .span-8-of-10 {
    width: 100%;
  }

  .span-7-of-10 {
    width: 100%;
  }

  .span-6-of-10 {
    width: 100%;
  }

  .span-5-of-10 {
    width: 100%;
  }

  .span-4-of-10 {
    width: 100%;
  }

  .span-3-of-10 {
    width: 100%;
  }

  .span-2-of-10 {
    width: 100%;
  }

  .span-1-of-10 {
    width: 100%;
  }
}

/*  GRID OF ELEVEN   ============================================================================= */
.span-11-of-11 {
  width: 100%;
}

.span-10-of-11 {
  width: 90.76%;
}

.span-9-of-11 {
  width: 81.52%;
}

.span-8-of-11 {
  width: 72.29%;
}

.span-7-of-11 {
  width: 63.05%;
}

.span-6-of-11 {
  width: 53.81%;
}

.span-5-of-11 {
  width: 44.58%;
}

.span-4-of-11 {
  width: 35.34%;
}

.span-3-of-11 {
  width: 26.1%;
}

.span-2-of-11 {
  width: 16.87%;
}

.span-1-of-11 {
  width: 7.63%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-11-of-11 {
    width: 100%;
  }

  .span-10-of-11 {
    width: 100%;
  }

  .span-9-of-11 {
    width: 100%;
  }

  .span-8-of-11 {
    width: 100%;
  }

  .span-7-of-11 {
    width: 100%;
  }

  .span-6-of-11 {
    width: 100%;
  }

  .span-5-of-11 {
    width: 100%;
  }

  .span-4-of-11 {
    width: 100%;
  }

  .span-3-of-11 {
    width: 100%;
  }

  .span-2-of-11 {
    width: 100%;
  }

  .span-1-of-11 {
    width: 100%;
  }
}

/*  GRID OF TWELVE   ============================================================================= */
.span-12-of-12 {
  width: 100%;
}

.span-11-of-12 {
  width: 91.53%;
}

.span-10-of-12 {
  width: 83.06%;
}

.span-9-of-12 {
  width: 74.6%;
}

.span-8-of-12 {
  width: 66.13%;
}

.span-7-of-12 {
  width: 57.66%;
}

.span-6-of-12 {
  width: 49.2%;
}

.span-5-of-12 {
  width: 40.73%;
}

.span-4-of-12 {
  width: 32.26%;
}

.span-3-of-12 {
  width: 23.8%;
}

.span-2-of-12 {
  width: 15.33%;
}

.span-1-of-12 {
  width: 6.86%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span-12-of-12 {
    width: 100%;
  }

  .span-11-of-12 {
    width: 100%;
  }

  .span-10-of-12 {
    width: 100%;
  }

  .span-9-of-12 {
    width: 100%;
  }

  .span-8-of-12 {
    width: 100%;
  }

  .span-7-of-12 {
    width: 100%;
  }

  .span-6-of-12 {
    width: 100%;
  }

  .span-5-of-12 {
    width: 100%;
  }

  .span-4-of-12 {
    width: 100%;
  }

  .span-3-of-12 {
    width: 100%;
  }

  .span-2-of-12 {
    width: 100%;
  }

  .span-1-of-12 {
    width: 100%;
  }
}

.section-info__text {
  margin: 3rem auto;
  width: 70%;
  text-align: center;
}

.section-info__box {
  box-sizing: border-box;
  padding-left: 1rem;
}

.section-info__box p {
  margin-top: 2rem;
  font-size: 90%;
}

.section-photos {
  padding: 0;
}

.section-videos {
  background-color: #f7f7f9;
  text-align: center;
}

.section-videos iframe {
  border: none;
  width: 80%;
  height: -webkit-fill-available;
}

.section-about .about-me {
  width: 100%;
  overflow: hidden;
  margin-top: 3rem;
  font-size: 90%;
}

.section-about .about-me div {
  float: left;
}

.section-about .about-me div:last-child {
  margin-top: 3rem;
}

.section-about .contact {
  margin-top: 8rem;
  margin-bottom: 2rem;
  text-align: justify;
}

.section-about .contact-me {
  width: 100%;
  margin-top: 3rem;
  margin-left: 3rem;
}

.section-about .contact-me input[type=submit] {
  width: 15%;
  float: right;
  margin: 0;
  background-color: white;
  color: #403636;
  border: 2px solid #403636;
  padding: .5rem 1rem;
}

.section-about .contact-me input[type=submit]:hover {
  background-color: #403636;
  border-color: #403636;
  color: white;
}

.section-about .contact-me input,
.section-about .contact-me textarea {
  box-sizing: border-box;
  margin: 2rem 0;
  width: 100%;
  display: block;
  padding: 1.8rem 1rem;
  border-radius: 5px;
  border: 2px solid #D8DBE2;
  background-color: white;
  resize: none;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  letter-spacing: .1rem;
}

.section-about .contact-me input::placeholder,
.section-about .contact-me textarea::placeholder {
  font-family: "Lato", sans-serif;
  letter-spacing: .1rem;
  padding-bottom: .7rem;
}

.section-about .contact-me input:focus,
.section-about .contact-me textarea:focus {
  outline: none;
}

.section-about .contact-me input:focus::placeholder,
.section-about .contact-me textarea:focus::placeholder {
  border-bottom: 1px solid #403636;
}
footer .reviews-widget .row:before { 
  background-color:inherit;
}

footer .reviews-widget .row{
  display: grid;
}

footer .row:before{
  display: block;
  height: 2px;
  background-color: #Faa294;
  content: " ";
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

footer .row ul {
  list-style: none;
}

footer .row ul li {
  display: inline-block;
  margin-right: 2rem;
}

footer .row ul li a {
  color: #D8DBE2;
  font-size: 150%;
}

footer .row ul .facebook:hover {
  color: #4267B2;
}

footer .row ul .instagram:hover {
  color: #d6249f;
}

.header__main-nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  list-style: none;
}

@media (max-width: 600px) {
  .about-me-photo {
    max-width: 90%;
    margin: 0 auto;
    padding: .5rem;
  }
}

@media (max-width: 768px) {
  .header__text-box {
    top: 85%;
    left: 30%;
    transform: translateX(-50%);
    margin-left: 0;
    text-align: center;
  }

  .header__text-box img {
    max-width: 80%;
  }

  .section-about {
    margin-top: 3rem;
  }

  .about-text {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-info,
  .section-photos {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .header__main-nav {
    float: none;
    margin: 0rem auto;
    text-align: center;
  }

  .header__main-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 0;
  }
}

.photo-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.photo-showcase li {
  float: none;
  width: auto;
  height: auto;
}

@media (max-width: 1024px) {
  .photo-showcase {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .photo-showcase {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .photo-showcase {
    grid-template-columns: 1fr;
  }
}

.section-videos iframe {
  width: 100%;
  height: 315px;
}

@media (max-width: 480px) {
  .section-videos iframe {
    height: 200px;
  }
}

.section-about .about-me div {
  float: none;
  width: 100%;
}

.section-about .contact {
  display: flex;
  gap: 2rem;
}

.section-about .col {
  flex: 1;
}

@media (max-width: 768px) {
  .section-about .contact {
    flex-direction: column;
  }
}


.repertoire-section {
  display: flex;
  gap: 0.5rem;
}

.repertoire-section:after {
  display: block;
  height: 2px;
  background-color: #Faa294;
  content: " ";
  width: 20%;
  margin: 0 auto;
  margin-top: 30px;
}

.custom-dots ul {
  padding-left: .5rem;
  list-style-position: inside;
}

.custom-dots ul li::marker {
  font-size: 0.6em;
  color: #ed6251;
}

.music-artist {
  font-size: 1.5rem;
  opacity: 0.6;
}

.contact-details ion-icon {
  font-size: 5rem;
  stroke: currentColor !important;
  fill: currentColor !important;
  --ionicon-stroke-color: currentColor;
}


.contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-details .icon-big {
  font-size: 4.5rem;
  margin-bottom: 0.5rem;
  color: #403636;
}

.contact-link {
  text-decoration: none;
  color: inherit;
  display: contents;
}

.contact-link:hover .instagram-logo {
  color: #d6249f;
}

.contact-link:hover .email-logo {
  color: #5E81AC;
}

.contact-link:hover .phone-logo {
  color: #D9A871;
}


.contact-details h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  opacity: 0.6;
}

.logo {
  opacity: 0.8;
}

.quote {
  font-style: italic;
  font-size: 1.8rem;
  color: #2C3E50;
  margin: 1.5rem 0;
}

.repertoire,
.contact {
  margin-top: 8rem;
}

.instagram-link {
  text-decoration: none;
  color: #403636;
}

.footer-content {
  margin: 1rem;
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  justify-content: space-between;

  p {
    margin-left: 2rem;
  }
}

@supports (-webkit-touch-callout: none) {
  .header {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {

  .section-info,
  .section-about,
  .section-repertuar,
  .section-contact {
    padding: 0 1.5rem;
  }

  .section-about .contact,
  .repertoire {
    margin-top: 1rem;
  }

  .photo-showcase li {
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .photo-showcase img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
