/*
Theme Name: Forever Rings 2026
Author: Les Sturgeon
Version: 2.0 
*/
.navDesktop {
  display: none;
}
.navMobile {
  width: 100%;
  height: 40px;
  position: fixed;
  background-color: #01578c;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 1000;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navMobile p {
  font-size: 4rem;
  text-align: center;
  color: black;
}
.navMobile .menu {
  font-size: clamp(2rem, 5.1vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-canvas {
  box-shadow: none;
  text-shadow: none;
  outline: none;
  color: white;
  border: 0;
  font-size: 25px;
  padding: 0 5px;
  margin: 0;
  position: fixed;
  top: 5px;
  right: 3px;
  background-color: #01578c;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  z-index: 1000;
}
.toggle-canvas:hover,
.toggle-canvas:focus {
  color: #AA80BD;
  text-align: right;
}
.offset-canvas {
  top: 0;
  left: 0px;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #01578c;
  z-index: 999;
  transform: translate3d(-1300px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.offset-canvas .scroller {
  height: 100%;
  overflow-y: scroll;
}
.offset-canvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offset-canvas ul i {
  color: #AA80BD;
}
.offset-canvas ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 2px dashed black;
  color: white;
  text-decoration: none;
  font-size: 2rem;
}
.offset-canvas ul li a:hover {
  background-color: #AA80BD;
  text-decoration: underline;
}
.offset-canvas.show-canvas {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (min-width: 950px) {
  .navMobile {
    display: none;
  }
  .navDesktop {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #01578c;
    width: 100%;
    height: 50px;
    display: flex;
    font-size: clamp(1rem, 2.1vw, 2rem);
    z-index: 9999;
  }
  .navDesktop i {
    color: #AA80BD;
  }
  .navDesktop div {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navDesktop .active {
    background-color: #AA80BD;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navDesktop div:hover {
    background-color: #AA80BD;
  }
  .navDesktop div:hover a {
    color: white;
    text-decoration: underline;
  }
}
.logo {
  text-align: center;
}
.logo .textShadow {
  text-shadow: 4px 3px 0 #000;
}
.logo .textShadowGrey {
  text-shadow: 4px 3px 0 grey;
}
.logo .title {
  font-size: clamp(3rem, 8.1vw, 8rem);
  color: white;
  font-family: "Mogra", system-ui;
}
.logo .est {
  font-size: clamp(3rem, 6.1vw, 6rem);
  color: wheat;
  font-family: "Mogra", system-ui;
}
.logo .alignLeft {
  text-align: left;
}
.logo .alignRight {
  text-align: right;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center !important;
}
html {
  background: url(images/frontPageRing.jpg) no-repeat left bottom fixed;
  background-size: cover;
  height: 100%;
  font-family: "Cormorant Garamond", serif;
  color: black;
  font-size: 16px;
}
a {
  color: white;
  text-decoration: none;
}
.topSpacer {
  padding-top: 50px;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    margin: auto;
  }
}
.titleArea {
  text-align: center;
  background-color: rgba(124, 134, 197, 0.7);
  width: 100%;
  padding: 0 20px;
}
.titleArea .heading {
  padding: 5px;
}
.titleArea .heading .title {
  font-size: clamp(1.5rem, 3.1vw, 2.4rem);
  color: white;
  font-family: "Mogra", system-ui;
}
.titleArea .heading .subTitle {
  font-size: clamp(1.3rem, 3.1vw, 2.3rem);
  color: wheat;
  font-family: "Cormorant Garamond", serif;
}
.titleArea .line {
  border-top: 3px dashed white;
  margin: 10px 0;
}
.titleArea .social {
  color: white;
  font-family: "Mogra", system-ui;
  padding-bottom: 10px;
}
.titleArea .social i {
  color: white;
}
.titleArea .social .innerSocialDesktop {
  display: none;
}
.titleArea .social .innerSocialMobile {
  font-size: clamp(1.3rem, 3.1vw, 2.3rem);
}
.titleArea .social .innerSocialMobile .line1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.titleArea .social .innerSocialMobile .line2 {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.titleArea .social .innerSocialMobile div {
  padding: 0 3px;
}
.titleArea .social .innerSocialMobile .facebook i {
  color: #3b5998;
  border: 2px solid white;
  border-radius: 50%;
  background-color: white;
}
@media screen and (min-width: 800px) {
  .titleArea .social .innerSocialMobile {
    display: none;
  }
  .titleArea .social .innerSocialDesktop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.25fr;
    font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  }
  .titleArea .social .innerSocialDesktop .facebook i {
    color: #3b5998;
    border: 2px solid white;
    border-radius: 50%;
    background-color: white;
  }
}
@media screen and (min-width: 1200px) {
  .titleArea {
    border-radius: 20px;
  }
}
.choices {
  margin-top: 2%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.choices .box {
  background-color: rgba(124, 134, 197, 0.7);
  width: 90%;
  margin: 0 auto;
  height: 200px;
  border-radius: 20px;
}
.choices .box .hand {
  width: 100%;
  height: 100%;
}
.choices .box .hand img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.choices .box p {
  text-align: center;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  color: white;
  margin-top: -2rem;
}
@media screen and (min-width: 600px) {
  .choices {
    display: grid;
    grid-template-columns: 0.25fr 0.25fr 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .choices {
    display: grid;
    grid-template-columns: 1fr 0.25fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .choices {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.titleArea,
.choices {
  display: none;
}
.testimonials {
  margin-top: 5%;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: auto;
}
.testimonials .commentBox {
  background-color: rgba(124, 134, 197, 0.2);
}
.testimonials .commentBox .hand {
  width: 60%;
  height: 250px;
  outline: solid blue;
  margin: auto;
}
.testimonials .commentBox .hand img {
  width: 90%;
  height: 90%;
  border-radius: 10px;
  margin-left: 5%;
  border-radius: 50%;
}
