/* styles.css 
   Project: 
   Author: 
   Date: 
	
   Helpful links: 
   	Web colors: 
   		https://en.wikipedia.org/wiki/Web_colors#X11_color_names
	Color picker tool:
		https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool
		http://colorpicker.com

*/

/*@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Open+Sans&family=Roboto&display=swap');
*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior:smooth;
}


img, video {
  width: 100%;
  display: block;
}

audio {
  display: block;
}

/*link style*/

a {
  text-decoration: none;
  color: white;
}

a:visited {
  color: white;
}

a:hover, a:active {
  color: yellow;
} 


body, html {
  font-family: 'Leo', sans-serif; 
}



.title2 h1 {

  font-family: 'leo', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:250%;
  padding-top:30px;
  color:darkgreen;
}

.title2 h2 {

  font-family: 'leo', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kellytitle, .angietitle, .callietitle, .tifinititle, .laceytitle, .jantitle {

  font-family: 'leo', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:150%;
  color:darkgreen;

}

header {

  position:relative;
}

.paperheader {

  position:absolute;
  bottom:0px;
/*  border: 5px solid purple;*/
}

.content {

  background-color:honeydew;
}

.tabheader {

/*  position:fixed;
  top:0px;*/
  width:100%;
  background-color:darkseagreen;
  height:50px;
  padding:10px;
  z-index:2;
  position:sticky;
  top:0px;


}

.tabtext {
  text-align:right;
  cursor:pointer;
  text-decoration-color: white;
  text-align:center;
  font-size:140%;
  /*SPACING?????*/

}

/*.content {

  background-color:honeydew;
}*/

.paperheader img{

  width:100vw;
}

.content {

  background-color:green;
}
/*
.title1 {
  position: absolute;
  width: 100%;
  top: 20%;
  color: white;
  text-align: center;
  padding: 3%;
}*/
/*
.title1 h1 {
  font-size: 5.1em;
  margin-bottom: -4px;
}*/

/*.title1 h2 {
  font-size: 2em;
}

.title1 h3 {
  margin-top: 10%;
  font-size: 1.2em;
  font-style: italic;
}
*/


.photobuddy {
  position: relative;

}

.friend  {
  position: absolute;
  width: 50%;
}

.left {
  left: -45%;
  transform: rotate(3deg);
}

.right {
  right: -45%;
  transform: rotate(3deg);
}

.kellytitle {
  position:relative;

}

.friend9 {
  position:absolute;
  width:55%;

}

.left9 {
  left: -45%;
  top:-5%;
}

.right9 {
  right:-45%;
  top:-5%;

}

.left10 {

  left:-70%;
}

.right10 {

  right:-70%;
}

.laceytitle {
  position:relative;
}

.friend2  {
  position: absolute;
  width: 50%;
}

.left2 {
  left: -50%;
  top:15%;
  transform: rotate(3deg);
}

.right2 {
  right: -45%;
  top:15%;
  transform: rotate(3deg);
}


.right3 {
  right: -100%;
  transform: rotate(3deg);
}

.angietitle {

  position:relative;
}

.friend8 {

  position:absolute;
  width:50%;
}

.friend11 {

  position:absolute;
  width:60%;
}

.left11 {

  left:-70%;
  transform: rotate(3deg);
}

.right11 {

  right:-70%;
  transform: rotate(3deg);
}

.left8 {
  left: -50%;
  top:15%;
  transform: rotate(3deg);

}

.tifinititle {

  position:relative;
}

.friend4  {
  position: absolute;
  width: 50%;
}

.right4 {
  right: -45%;
  top:15%;
  transform: rotate(3deg);
}

.left4 {
  left: -45%;
  top:-5%;
  transform: rotate(3deg);
}

.left6 {

  left:-100%;
  transform: rotate(3deg);
}

.callietitle {
  position:relative;
}

.friend5  {
  position: absolute;
  width: 50%;
}

.right5 {
  right: -45%;
  top:-5%;
  transform: rotate(3deg);
}

.left5 {
  left: -45%;
  top:15%;
  transform: rotate(3deg);
}

.right7 {

  right:-100%;
  transform: rotate(3deg);
}

.title2 img {

  max-width:90%;
  margin:auto;
  position:relative;
  top:-180px;
  z-index:1;
}

.title2 {
  width: 100%;
  color: darkslategray;
  text-align: center;
  padding: 3% 10%;
  position:relative;
}
/*
.title2 h1 {
  font-size: 4.7em;
  margin-bottom: -4px;
}*/

.title2 h2 {
  font-size: 2em;
}

.title2 h3 {
  margin-top: 10%;
  margin-bottom: 0;
  font-size: 1.1em;
  font-style: italic;
}

.title2 h2, .title2 h3 {

  position:relative;
  top:-200px;

}


.content {
  width: 100%;
  background-color: white;
  overflow-x: hidden;
}

.tabheader {

  position:sticky;
}

.wagsblurb {
  max-width: 800px;
  margin: auto;
  color: darkslategray;
  font-size: 1.2em;
  line-height: 1.7em;
  text-align: justify;
/*  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em*/;
  padding: 1%;
  padding-bottom:80px;
}

/*WAGSQUIZ*/

.wagsquiz {

   border: 6px dotted darkgreen;
   border-radius:25px;
   background-color:rgba(143,188,143,0.3);
   width:80%;
   height:680px;
   margin:15px auto;
   padding:20px;
}

.quiztitle {

  font-size:200%;
  text-align:center;
  background-color:rgba(143,188,143,0.5);
  padding:10px;
  width:50%;
  margin:auto;
  border-radius:25%;
}

.question {

   color:darkgreen;
   padding:2%;
   font-size:150%;
}

.wagsquiz form input {

   margin:10px 0;
   text-align:center;
}

.rightbutton, .nextbutton {

   background-color:honeydew;
   border:2px solid mediumseagreen;
   border-radius:25%;
   padding: 2%;
   margin-top:20px;
   font-weight: bold;
}

.nextbutton {

   display:none;
}

/*END OF WAGSQUIZ*/

.momvideo {

  margin-top:50px;
  margin-bottom:60px;
}


.kellytitle, .laceytitle, .angietitle, .tifinititle, .callietitle, .jantitle {

  max-width:50%;
  margin:auto;
}

/*KELLY*/

.kellytitle {

  text-align:center;
  padding-top:30px;
}

.kellysubtitle {

  text-align:center;
  font-size:150%;

}

.kellymaintext {

  float:right;
}

.kellymaintext img {

  float:left;
}

/*ENDS KELLY*/

/*TIFINI*/

.tifinititle {
  text-align:center;
  padding-top:30px;

}

.tifinisubtitle {

  text-align:center;
  font-size:150%;
}

.tifinibox {

  display:flex;
}

.tifinitext {

  flex:2;
}

.laborgraphic1 {

  flex:1;
}

/*ENDS TIFINI*/

/*ANGIE*/

.angietitle {
  text-align:center;
  padding-top:30px;

}

.angiesubtitle {

  text-align:center;
  font-size:150%;
}

.calliebox {

  display:flex;
}

.callietext {

  flex:2;
}

.laborgraphic2 {

  flex:1;
}

/*ENDS ANGIE*/

/*CALLIE*/

.callietitle {
  text-align:center;
  padding-top:30px;

}

.calliesubtitle {

  text-align:center;
  font-size:150%;
}

/*ENDS CALLIE*/

.choresheader {

   color:green;
   margin-left:5%;
/*   background-color:lightgreen;*/
}

.choresinfo h1 {

   color:green;
}

.chorescontainer {

   width:100%;
/*   border: 5px solid orange;*/
/*      background-color:lightgreen;*/

}

.choreseveryone {

  margin:8px;
  cursor:pointer;
/*  border:5px solid blue;*/
  display:flex;
}

.choreseveryone img {
  flex: 30%;
}

.choresinformation {

   display:none;
}


.choresoverlay {

   width:80%;
/*   height:100%;*/
/*   background-color:white;*/
   position: fixed;
   top: 100px;
   left: 100px;
/*   background-color:rgba(240, 240, 240, 0.8);*/
}


.choresmodal {

   max-width: 80%;
   margin: auto;
   position:relative;
/*   border:2px solid orange;*/
   position:relative;
   background-color:honeydew;

}

.chorescontent {

   display:flex;
   margin:auto;
   background-color:honeydew;
   border: 5px solid green;
   font-size:150%;


}

.choresphoto {

   flex:1;
   margin:5%;
}

.choresinfo {

   flex:2;
}

.choresclose {
   position:absolute;
   background-color:darkgray;
   cursor:pointer;
   right:0px;
   top:0px;
   cursor:pointer;
   text-align:center;
   font-size:150%;
   padding:5px;

}

/*LACEY*/

.lacey {

}

.laceytitle {
  text-align:center;
  padding-top:30px;
}

.laceysubtitle {

  text-align:center;
  font-size:150%;
}

.laceybox {
  display:flex;
}

.laceytext {

  flex:2;
}

.coachingtimeline {
  flex:1;
  padding-right:20px;
  max-height:1000px;

}


/*ENDS LACEY*/

/*JAN*/

.jantitle {
  text-align:center;
  padding-top:30px;

}

.jansubtitle {
  text-align:center;
  font-size:150%;
  
}

/*ENDS JAN*/

/*HUSBAND AUDIO*/


.nav {
   font-family: 'Righteous', cursive;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(0,0,0,0.8); 
   color: rgba(255,255,255,0.5);
   padding: 10px;
   font-size: 14vw;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   text-align: center;
   cursor: pointer;
   transition: 0.2s ease;
}

.nav:hover {
   color: orangered;
}

#back {
   left: 0px;
}

#forward {
   right: 0px;
}

.wrapper {
   max-width: 800px;
   margin: auto;
   position: relative;
}

.slide {
   margin: auto;
   display: flex;
   align-items: center;
}

.pause {
  width: 10%;
  position: fixed;
  top: 0px;
  right: 0px;
  display: none;
}




/*ENDS HUSBAND AUDIO*/


.footer {

  width:100%;
  height:30px;
  background-color:rgba(143,188,143,0.5);
  margin-top:30px;

}

.maintext {
  max-width: 640px;
  margin: auto;
  margin-top:2%;
  color: darkslategray;
  font-size: 1.2em;
  line-height: 1.7em;
  text-align: justify;
  background-color:rgba(240, 255, 240,0.8);
/*  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em*/;
  padding: 3%;
}

.pullquote {
  width: 50%;
  font-size: 1.4em;
  line-height: 1.6em;
  font-style: italic;
  text-align: left;
}

.name {
  font-size: 0.7em;
  text-align: center;
  line-height: 0.1em;
  padding-bottom: 30px;
}

.left {
  float: left;
  padding-right: 20px;
  margin-left: -40px;
}

.right {
  float: right;
  padding-left: 20px;
  margin-right: -40px;
}

.sidepic {
  width: 50%;
}

.sidepic audio {
  width: 100%;
  margin-top: 5px;
}

.sidecap {
  margin-top: 0px;
  font-size:  0.8em;
  text-align: center;
}

.sectionhead {
  text-align: center;
  color: darkslategray;
}

.bigphoto {
  position: relative;
  height: 530px;
}

.bigphoto img {
  object-fit: cover;
  height: 100%;
}




.paperheader {
  margin-top: -20vh;
}


/*media query for responsive design */

@media only screen and (max-width: 900px) {

  .title1 {
    top: 5%;
  }

  .title1 h1 {
    font-size: 3.5em;
  }

  .title1 h2 {
    font-size: 1.5em
  }

  .title1 h3 {
    font-size: 1.1em;


  }

  .wagsblurb {

    max-width:640px;
  }

  .friend  {
    position: relative;
    width: 100%;
  }

  .left {
    left: 0%;
    transform: rotate(0deg);
  }

}


@media only screen and (max-width: 800px) {


  header {
    height: 100vh;
  }

  header img {
    height: 100%;
    object-fit: cover;
  }

  .pullquote {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: none; /* remove this line if you want the pullquotes to display on mobile*/ 
  }

  .left, .right {
    margin: 0px;
    padding: 10px;
  }

  .sidepic {
    width:  100%;
    margin: 0px;
    padding:  0px;
  }

  .popup {
    margin-bottom: 15px;
  }

  .popup .sidecap {
    display: none;
  }  

}


@media only screen and (max-width: 640px) {

 /* .title1 {
    top: 1%;
  }*/

 /* .title1 h1 {
    font-size: 3em;
  }*/

  .title2 img {

    margin-top:10%;
  }

  .title1 h2 {
    display: none;
  }

  .title1 h3 {
    font-size: 0.9em;
  }

 /* .title2 h1 {
    font-size: 2em;
  }*/

  .title2 h2 {
    font-size: 1.3em;
  }

  .title2 h3 {
    font-size: 1em;
  }

  .wagsblurb {

    padding:20%;
  }

  .quiztitle {

    width:90%;
  }

  .laborgraphic {

    width:80%;
  }

  .maintext {
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: left;
    margin: 0px 15px;
  }

  .friend, .friend2, .friend4, .friend5, .friend8, .friend9, .friend11  {
    display:block;
    position:static;
  }

  .friend9 {

    display:none;
  }

  .friend2 {

    display:none;
  }

  .friend8 {

    display:none;
  }

  .friend5 {

    display:none;
  }

  .left, .left2, .left3, .left4, .left5, .left6, .left7, .left8, .left9, .left10, .left11,  {
    left:0px;

  }

  .right, .right2, .right3, .right4, .right5, .right6, .right7, .right8, .right9, .right10, .right11 {
    right:0px;

  }

.angietitle, .callietitle, .tifinititle, .kellytitle, .laceytitle {

  position:static;
  position:block;
}

.coachingtimeline {

  position:static;
  margin-bottom:400px;
}

  .voxgrid {
    grid-template-columns: 1fr 1fr;
  }

  .person audio {
    background-color: black;  
  }

  .modal {
    width: 97%;
    margin: 10% auto;
  }

  .tifinibox {

    display:block;
  }
  
  .laceybox {

    display:block;
  }

  .calliebox {

    display:block;
  }

  .choreseveryone {

    display:block;
  }

}











