.widt/*  Spelling Power site, late 2018 updates */
/* with mods for the 2021 SnipCart update  */

*,
::before,
::after {
  box-sizing: border-box;
  --iconSize: 40px;
}

details {
  margin-left: 5rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media(max-width: 1000px) {
  details {
  margin-left: .5rem;
  }
}

details summary {
  cursor: pointer;
}

details summary > * {
  display: inline;
 }

 summary p {
  font-weight: 700;
  color: blue;
  text-decoration: underline;
  margin: 0;
  margin-left: 1rem;
  margin-top: -1.5rem;
  max-width: 75ch;
}




* {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.visuallyHidden {
  position: absolute;
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0,0,0,0) !important;
white-space: nowrap !important;
border: 0 !important;
}

body {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

p {
  font-family: "Helvetica", "Arial", sans-serif;
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.75rem;
  text-indent: 2rem;
}

i,
b,
a,
li {
  font-size: 1.25rem;
}

h1 {
  font-size: 2.5rem;
  text-align: center;
}

h2 {
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

h3 {
  text-align: center;
  font-size: 2rem;
  text-indent: 0;
}

img {
  display: block;
}

li {
  list-style: disc;
  margin-left: 2rem;
}


a {
  color: rgb(8, 21, 196);
  /* text-decoration: none; */
}

.show_hide {
  display: none;
}

navbar {
  position: fixed;
  top: 0;
  width: 95%;
  /* max-width: 1400px; */
  background-color: #fff;
  
}

.logo:hover {
  border: darksalmon 1px solid;
  border-radius: 10px;
}

/*   navigation, responsive */
toggleMobileNav {
  display: none;
}

.statCounterLogo {
  width: fit-content; 
  margin-inline: auto; 
  margin-top: 1rem;
}


/* the .hero-section on each page contains the background: that */
/* holds the picture and the gradiant over it. */

.hero-section {
  background-size: cover;
  /* height: 70vh; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* outline: solid 2px red;  */
  margin-top: 5rem; /* adjusting for <navbar>  */
}
  @media (max-width: 900px) {
    .hero-section {
      margin-top: 0
    }
  }


/* ToDo: Need to look at font sizes and when to reduce on responsive */
/*       so doesn't fall out bottom of image */

.hero-section h1 {
  color: #fff;
  font-size: 4rem;
  margin-top: 10%;
  text-shadow: 4px 4px #000;
}

@media all and (max-width: 1000px) {
  .hero-section-text h1 {
    color: brown;
    font-size: 3rem;
    text-shadow: 3px 3px #000;
  }
}

@media all and (max-width: 750px) {
  .hero-section-text h1 {
    color: chartreuse;
    font-size: 2.5rem;
    text-shadow: 2px 2px #000;
    line-height: 1.5;
  }
}

.printHeader {
  display: none;
}

header {
  width: 100vw;
  height: 3rem; /* 100px; */
  position: fixed;
  text-align: left;
  top: 40;
  display: flex;
  justify-content: space-around;
  background-color: #f2f4fa;
  /*    background-color: #8bd4eb;  */
  /* border: 1px solid orange; */
  padding-right: 10px;
}

/* Navigation, hamburger menu, etc. */
/* note: larger screens here */

/* note: .headerContainer is styled in navigation.css */
/* except for just below where it is turned OFF for screens < 701px  */

@media (max-width: 701px) {
  .headerContainer {
    display: none;
  }
}

@media (min-width: 701px) {
  /* hide the hamburger menu */
  #hamHeader {
    display: none;
  }
}

/* **************************************************************************** */
/*      this is new responsive menu stuff */


.menu {
  display: flex;
  margin-bottom: 2rem;

  outline: solid 2px orange;
}

    .menu li {
      list-style: none;
    }

    .menu a {
      text-decoration: none;

    }

    .primary-navigation {
      margin-top: 1rem;
    }

    .mobile-nav-toggle {
      cursor: pointer;
      background: transparent;
      border: 0;
      padding: .5em;
    }

    .mobile-nav-toggle .icon-close {
      display: none;
    }

    @media (max-width: 800px) {
      .menuwrapper {
        display: none;
        background-color: blue;
      }
    }




/* **************************************************************************** */




/**** pageContent is the area below the banner pix and above the footer now modified!  *****/
.pageContent {
  width: 100%;
  margin: auto;
  margin-top: 1rem;
  background-color: hwb(154 89% 9%); /* a shade of the blue at top    */
  /* blue default is AliceBlue or rgb(240, 248, 255) */
  padding-top: 1rem;
  /* border: darkmagenta solid 4px; */
}

/*     .pageContent p,
        .pageContent li  {
        line-height: 150%;
        text-align: left;
        text-indent: 2.5%;
        margin-right: 10%;
        margin-left: 10%;
    }
 */
/* 
    .pageContent i,
    .pageContent b, 
    .pageContent em,
    .pageContent a,
    .pageContent strong  {
        font-size: 1.25rem;
    } */

/* .pageContent li {
        font-size: 1.25rem;
        text-indent: 0;
        list-style-type: disc;
    } */

/******* Text under pictures ************/
.pageContent .cutline {
  text-align: center;
  text-indent: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 120%;
  margin-left: 0;
  margin-right: 0;
  /* font-weight: bold; */
  /* font-style: italic; */
}

.byline {
  font-size: 1.5rem;
  font-weight: 600;
  text-indent: 00px; 
  margin-top: 2rem;       
  text-align: center;
}
  
.pageContent article ul {
  line-height: 1.5;
  padding-left: 5rem;
}

.pageContent article li i {
  font-size: 1.25rem;
}


.pageContent .cutline i {
  font-size: 1rem;
}

.pageContent .moreInfo {
  text-align: center;
  font-size: 5em;
}

.centered {
  text-align: center;
  text-indent: 0;
}

article,
.centered-photo,
.centeredPhoto,
.centeredImage {
  display: block;
  margin: 0 auto;
}

article .centeredText,
.centered-text,
.centeredText {
  text-align: center;
}
.centeredMiddlePicture {
  width: 50%;
  margin: 2% auto;
}

#middlePicture {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.div50PercentLeft {
  float: left;
  margin: 2%;
  width: auto;
  width: 40%;
  margin-left: 7%;
}

.div50PercentRight {
  float: right;
  margin: 2%;
  width: auto;
  width: 40%;
  margin-right: 7%;
}

.width25Percent {
  width: 25%;
}

.width50Percent {
  width: 50%;
}

.width75Percent {
  width: 75%;
}

.width100Percent {
  width: 100%;
}

.margin1Rem {
  margin: 1rem;
}

.margin2Rem {
  margin: 2rem;
}

.bMargin1Rem {
  margin-bottom: 1rem;
}

.bMargin2Rem {
  margin-bottom: 2rem;
}

.tMargin1Rem {
  margin-top: 1rem;
}

.tMargin2Rem {
  margin-top: 2rem;
}

.bordered {
  border: 2px solid black;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

/* ********************************************** */
/*  Slideshow stuff. currently used only on default.htm */
/* ********************************************** */
.slideshowWrapper {
  display: block;
  width: 75%;
  margin: 10px auto;
}

/*******************************************************/
/***** snipcart styling                             ****/
/******************************************************/
.snip-button {
  display: block;
  margin: 1em auto;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 700;
  background-color: hsl(39, 82%, 65%);
  color: hsl(210, 100%, 0%);
  border-radius: 25px;
}

/* Currently using these buttons to just get to the proper page to pick a */
/* SRB. Plan is to use js to pop-up a modal window and give customer choice */
/* of 2B, G or Y or 1G 1B, etc.  */
/* so don;t want anchor underlining     as of 4/15/21  */
#deluxe .noDecoration,
#mini .noDecoration {
  text-decoration: none;
  color: white;
}
.nextStep {
  border: solid wheat 20px;
  padding: 20px;
  border-width: 1px;
  background-color: wheat;
  color: white;
}

.nextStep a {
  color: white;
  text-decoration: none;
}

/**************************************************************/
/* temporary popup alert for calling to order */
/**********************************************/
.buyBtn {
  display: block;
  padding: 0.5em 1em;
  border-radius: 5px;
  margin: 1em auto;
  background-color: green;
  color: white;
  font-weight: bold;
}

.BuyBox {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

#NotHidden img {
  margin: 0 auto;
}

/* **Start of spelling power prod page **************** */

.twoColumn {
  display: grid; 

  grid-template-areas: 
    "hedline hedline"
   "text image";

  background-color: #fff;

  margin-block: 2rem;
}

.twoColumn>.sectionHed {
  grid-area: hedline;
}

.twoColumn img {
  grid-area: image;
  /* width: 100%; */
}

.twoColumn .text {
  grid-area: text;
}

/* ***** end of spelling power product */

/* ProductName will show up only on printer */
#ProductName {
  display: none;
}

.itemPriceLine {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  text-indent: 0px;
  margin-bottom: 35px;
}

.awardWinning {
  /* color: #8bd4eb; */
  padding: 0.5rem;
  border: solid 2px rgb(11, 112, 138);
  border-radius: 25px;
}

/* the .Social are for the table at bottom of pages that have facebook and twitter share/like links*/
.SocialTable {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.SocialData {
  width: 50%;
  /*    margin-left: 200px;  */
}

.pageContent article .onlyPrint {
  display: none;
}

.onlyPrint {
  display: none;
}

/************ This is the mobile menu hamburger ******/
/*** we don't want it to show up on larger screens ***/
#mobileNavDiv {
  display: none;
}

/***** this is the button that reverses display of #mobileNavDiv *******
/***** on mobile screens       *******/
#showMenu {
  display: none;
}

#showMenu2 {
  display: none;
}

#hamburger {
  margin-left: 10px;
  margin-top: 0;
}

#hamburger:hover {
  color: blue;
}

#topBannerImage {
  width: 100%;
  /* border: 1px dashed black; */
  /* margin-top: 0 1rem 0 0; */
}

/*************** This is for area at top of page (under banner) *******/
#benefits p {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 150%;
  text-align: left;
  text-indent: 2.5%;
  margin-right: 10%;
  margin-left: 10%;
}

/* ******************** Video ****************************/
.videoClip {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.videoClip iframe {
  max-width: 560px;
  width: 100%;
}

.videoClip #video {
  align-self: center;
}

/******************* 1/20/19  ************************************/
/**************************************************************/
/********************* responsive small ****************************/
@media all and (max-width: 600px) {
  body {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .hero-section h1 {
    font-size: 1.5rem;
  }

  .pageContent {
    width: 100%;
    margin: auto;
  }

  .pageContent article p {
    font-size: 1rem;
    line-height: 125%;
    /*   color: red;  */
    margin-left: 10px;
    margin-right: 10px;
  }

  .pageContent article ul {
    /*        font-size: .75rem;  */
    line-height: 100%;
    /*   color: blue; */
    margin-left: 10px;
    margin-right: 10px;
  }

  .pageContent .cutline,
  .cutline {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 100%;
    font-weight: normal;
  }

  h1 {
    font-size: 2rem;
  }

  header {
    display: none;
  }

  #showMenu {
    display: block;
  }

  #showMenu2 {
    display: block;
  }

  /* Start with mobileNavDiv (the navbar) OFF, so clicking the button will turn it on */
  #mobileNavDiv {
    display: none;
  }

  #benefits p {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 1rem;
    line-height: 150%;
    text-align: left;
    text-indent: 2.5%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .centeredMiddlePicture {
    width: 75%;
    margin: 2% auto;
  }

  .awardWinning h1 {
    /* in responsive */
    text-align: center;
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }

  .awardWinning li {
    margin: 1rem;
  }

  /* this is for pages where text and pix are horizontal until small screens where vertical */
  .sectionContainer {
    flex-direction: column;
  }

  .text {
    order: 2;
  }

  .pix {
    order: 1;
  }

  .pix .cutline {
    margin-bottom: 2%;
  }
}

/* ******************************************************* */
/* ***************   LOGOS SECTION *********************** */

/*******    3 (missing Duffy) Logos under FAq AND above footer  for spellingpower.com 2021 revision **********/

.logoWrapper {
  margin: 2rem auto;
  display: flex;
  flex-direction: row;
  width: 90%;
  /* max-height: 12rem; */
  justify-content: space-around;
}

.logoWrapper img {
  max-width: 100px;
  height: auto;
}

@media (max-width: 600px) {
  .logoWrapper {
    width: 35%;
    margin: 5rem auto;
    flex-direction: column;
  }

  .logoWrapper img {
    margin-top: 2rem;
    max-width: 200px;
  }
}

/* ******************************************************* */
/* ***************  FOOTER SECTION *********************** */

/*******    footer for spellingpower.com 2018 revision **********/

footer {
  display: grid;
  grid-template-columns: 1rem 1fr 60% 1fr 1rem;
  grid-template-areas: ". icons slogan callus .";

  background-color: hsl(158, 64%, 86%);
}

.iconWrapper {
  grid-area: icons;
  margin-block: auto;
}

.footerWords {
  grid-area: slogan;
}

.footerCelebrate {
  text-align: center;
  font-size: 2rem;
}

.footerCopyright {
  text-align: center;
  }

.iconsRight {
  grid-area: callus;
  margin-block: auto;
}

.iconsRight p
{
  text-align: right;
}

.iconsRight a {
  margin-top: 0;
}

/*    end of footer for large screens css */

/*******************   Tablet sized *********************************/
/********** currently no changes for tablet sized ****************/
@media all and (max-width: 800px) {
}

/********************* responsive small ****************************/
/*******   need to make the social icons and the 2 on right stack and reduce size of celebrating... ***************/
@media all and (max-width: 1100px) {
  footer {
    grid-template-columns: auto;
    grid-template-areas:  
      "slogan"
       "callus"
       "icons";

  }

  .iconWrapper {
    margin: auto;
    margin-bottom: 1rem;
  }

  .iconsRight {
    margin-bottom: 1REM;
  }

  .iconsRight p {
    text-align: center;
  }

}

/* This is the old options.css file copied in  8/8/21 */

/***************** id=options is 3-top Purchase Options *****************/
/*** Initially used on default and spelling power sell page *****/

#door-container {
  flex-direction: row;
}

#options,
.options {
  width: 90%;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /*  border: 1px solid black;  */
}


#options a,
.options a {
  text-decoration-line: underline;
  color: blue;
  font-size: 100%;
}

#options .btn a,
.options .btn a {
    text-decoration-line: none;
    color: black;
  }

.options .price {
  text-align: center;
  font-size: 100%;
  text-indent: 0;
}

#manual,
#mini,
#deluxe,
.door {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 10px;
  border-radius: 25px;
  background-color: white;
}

.door img {
  /* outline: solid black; */
  max-width: 100%;
}

.door p {
  margin-inline: 1rem;
}

#manual,
#mini,
#deluxe,
.door {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  /*  width: 40%;  */
}

#manual:hover,
#mini:hover,
#deluxe:hover,
.door:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

#manual p,
#mini p,
#deluxe p {
  padding: 0 2%;
  margin-left: 5%;
  margin-right: 5%;
}

#deluxe a {
  font-size: 100%;
  text-decoration: none;
}

.door-title {
  font-family: sans-serif;
  font-weight: bold;
  background-color: yellow;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  width: 100%;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.door-image {
  width: 90%;
  margin-top: 1rem;
}

.btn {
  /*  padding: 0.25em 1em 0.5em 1em;   */
  padding: 0.25rem;
  border: 1px #ccc solid;
  display: inline-block;
  border-radius: 20px;
  text-decoration: none;
  background-color: orange;
  /*  margin-bottom: 1rem;  */
  font-size: 1rem;
}

/* || attempt to keep buy now on one line */
@media all and (max-width: 1375px) {
    .btn {
      font-size: 0.75rem;
    }
  }
  .btnLarger {
  margin-top: 1em;
  width: 100%;
  padding: 1em;
}

/* .btnWithQuan  was for use with old JAC cart. Replaced in Snipcart */

/* btnWithQuan, :hover, and btnQuan are used where the buyer can select a quantity of items (usually Record Books) */

.btnWithQuan {
  /* padding: 0.25em 1em 0.5em 1em;
  padding: 0.25rem;
  border: 1px #ccc solid;
  display: inline-block;
  border-radius: 20px 0px 0px 20px;
  text-decoration: none;
  background-color: orange;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem; */
}

/* Looking for a way to make the box-shadow extend to the right under .btnQuan with .btnWithQuan:hover is set    */
/* .btn,
.btnWithQuan:hover {
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); */
}

.btnQuan {
  /* border: thick solid orange;
  border-radius: 0 20px 20px 0;
  margin-left: -6px;
  text-align: center; */
}


/********************* responsive small ****************************/
@media all and (max-width: 800px) {
  #door-container {
    flex-direction: column;
  }

  #options {
    flex-direction: column;
  }

  .door {
    width: 95%;
    margin: 20px auto;
  }

  #manual,
  #mini,
  #deluxe {
    width: 95%;
    margin: 20px auto;
  }

  /* when in a column, this will put Deluxe then Basic, then manual **/
  #manual {
    /*    order: 3;   */
  }

  #mini {
    /*    order: 2;   */
  }

  #deluxe {
    /*  order: 1;  */
  }
}
