@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

*{
  box-sizing: border-box;
}
html{
  width: 100%;
}

hr.hr-large{
  border: 2px solid black;
  align-self: center;
  margin: 5vh auto;
  width:60vw;
}
hr.hr-small{
  border-top: 2px solid black;
  align-self: center;
  width:45vw;
  margin: 5px auto;
}

html{
  font-size: 16px;
  box-sizing: border-box;
}
body{
  font-family: 'Lato', sans-serif;
  height: 3700px;
  border-left: 5px solid black;
  border-right: 5px solid black;
  margin:0;
  width:100%;
}
#page1{
  height:800px;
}
#head{
  display:flex;
  flex-direction: column;
  /* justify-content: space-between; */
  }

#nav-position{
  align-self: flex-end;
  margin-right: 3vw;
}
.dropdown {
  display: block;
  /* position: -webkit-sticky; Safari */
  position: relative;
  /* top: 0;
  left: 75vw; */
  }
#logo{
  margin-left: 17vw;
}
.opening-statements{
 display: flex;
 flex-direction: row;
}

.opening-hook{
margin: 10vw 0 10vw 10vw;
}
.centered-txt{
  white-space: nowrap; 
}
.vert-right-txt{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 22vh 0 0 20vw ;
}
.vert-left-txt{
  justify-content: center;
  display:block;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  white-space: nowrap; 
  margin-top: 25vh;
  margin-bottom: 0;
  margin-left: 10vw;
  margin-right: 0;

  /* text-orientation: mixed; */
  /* margin: 10vh 20vh 0 27vw ; */
}

#first-page .toggle {
  /* display: flex; */
  margin-top: 2vh;
  margin-left:35vw;
  background-color: #000000;
}
#first-page .b-btn{
  margin-top: 5vh;
  margin-left:30vw;
  text-decoration: none;

}
button.b-btn a{
  text-decoration: none;
  color: #fff;
}
#page2{
  display: flex;
  flex-direction: column;
  height:100vh;
}
.questions{
  margin-top: 20px;
  text-align: center;
}
#page2 img{
  width: 20vw;
}
#page2 button{
  width: 30vw;
  justify-content: center; 
  align-items: center;
  align-self: center;
  font-size: 3vmin;
  white-space: nowrap;
}

#page2 button a{
  /* padding:2vw; */
}

.b-btn{
  background-color: #000000;
  color: white;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  transition-duration: 0.4s;
}
.b-contact:hover{
  background-color: #5c5c5c; 
  color: white;
}
.w-btn{
  display: flex;
  background-color: white;
  color: black;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  transition-duration: 0.4s;
}
.w-contact:hover{
  background-color: #5c5c5c; 
  color: white;
}
#page3 .b-btn{
  width:100%;
  align-items: center;
  margin-top: 10px;
}

#page4{
  display: flex;
  flex-direction: column;
  width:100%;
}
.package-card{
  margin:1.5vh 0;
}
.package-name{
  text-align: center;
}
.cost-large{
  text-align: center;
  font-size: 2.5rem;
  color: rgb(108, 4, 108);
}
.cost-large b{
  font-size: 1.9rem;

}
.package-info h3{
  padding-left:4vw;
}

#page5{
  display: flex;
  align-items: center;
  flex-direction: column;
}

#page5 h2{
  cursor:pointer;

}
#page5 h2 a{
 text-decoration: none;
 color: #000000;
 align-items: center;
}

/*
******  **  ******     **     ****  **  **  *************************************
*****  *  *  *****  *****  **  ***  **  **  *************************************
****  **  **  ****     **  ***  **  **  **  *************************************
***  ********  ***  *****  ****  *  **  **  *************************************
**  **********  **     **  *****    **      *************************************

*/
/* Waterfall menu */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-bottom: 1px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.2rem;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(108, 4, 108);
  border: 2px solid #000000;
  font-weight: bolder;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}


.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: rgb(108, 4, 108);
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  color: rgb(0, 0, 0);

}

button.accordion::after{
  color: rgb(108, 4, 108);
}
/*
*     ****  ******   ******  ********  *******************************************
*  **  ***  *****  *  ******  ******  ********************************************
*  ***  **  ****  ***  ******  ****  *********************************************
*  ****  *  ***         ******  **  **********************************************
*  *****    **  *******  ******    ***********************************************
*/
/* Js drop-down menu with animated burger menu*/

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */


.dropdown-content{
  display: none;
}
.dropdown-content.show {
  display:block;
}

/* nav and links styling*/


nav ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
nav ul li{
  border-bottom: 2px solid rgba(200, 200, 200,0.7);
  padding: 20px;
}
nav ul li:hover{

  color: #333;
}
nav ul li:first-of-type{
  border-top: 2px solid rgba(200, 200, 200,0.7);
  padding: 20px;
}

nav ul li a{
  color: rgb(128, 117, 117);
  text-decoration:none ;
}

nav ul li a:hover{
  text-decoration: underline;
}

/* Nav button styles */
button{
  background-color: grey;
  border:0;
  border-radius: 5px;
  color:#fff;
  cursor: pointer;
  padding:8px 12px;
}

button:focus{
  outline: none;
}

.menu-bars {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate Nav Bars*/
/* Rotate first bar */
.bar1.change  {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
  background-color: white;

}

/* Fade out the second bar */
 .bar2.change {
  opacity: 0;
}

/* Rotate last bar */
.bar3.change  {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
  background-color: white;

}

/*
*********************************************************************************************
*********************************************************************************************
*********************************************************************************************
*********************************************************************************************
*/
@media only screen and (min-width: 650px) {

  #head-spacer{
    height: 3em;
    }
    #logo{
      margin: 0 0 0 0;
    }

    .TR{
      height:7rem;
    }
#first-page .b-btn{
  margin-left: 40vw;
  width: 30%;
  font-size: 3vmin;
}
    .opening-hook{
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin: 2vh 0 2vh 5vw
    }
  .centered-txt{
    margin: 0 .5vw;
  }
  .vert-right-txt{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin:7vh 0 2vh 23vw;
    align-self: end;
  }

  .questions{
    margin-top: 9rem;
    text-align: center;
  }

  h2.questions{
    margin-bottom: 2rem;
  }
}



/*
*********************************************************************************************
*********************************************************************************************
*********************************************************************************************
*********************************************************************************************
*/
@media only screen and (min-width: 780px){
  *{
    box-sizing: border-box;
  }
  
  body{
    border-left: 0px solid rgb(255, 255, 255);
    border-right: 0px solid rgb(255, 255, 255);
    background-image: url("../images/background.svg");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #first-page{
    height: 1000px;
    width: 100%;
  }
  #nav-position{
    margin-left: 20vw;
    margin-right: 20vw;
    width: 40vw;
    align-self: center;
  }
  #head-spacer{
    padding:0;
    margin:0;
    display:none;
  }

  #toggle-nav.toggle{
    visibility: hidden;
    margin-top:0;
  }
  button#toggle-nav.toggle{
    margin: 0;
    display:none;
  }
  .opening-hook{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 2vh 0 2vh 5vw;
    color: white;
    width: 45vw;
  }
.centered-txt{
  margin: 0 0 0 1vw;
}
.opening-statements{
  display: flex;
  flex-direction: column;
}

.vert-right-txt{
  writing-mode: revert;
  text-orientation: none;
  margin: 2vh 0 0 15vw ;
  color: #fff;
  align-self:auto;
}
.vert-left-txt{
  margin-top: 7vh;
}
  #first-page button {
    /* display: flex; */
    margin-top: 25vh;
    margin-left: 75vw;
    border: 2px solid #fff ;
  }
  
  #first-page .b-btn {
    margin-top: 12vh;
    margin-left: 22vw;
}


}
/*
*********************************************************************************************
*********************************************************************************************
*********************************************************************************************
*********************************************************************************************
*/

@media only screen and (min-width:1030px){
  *{
    box-sizing: border-box;
  }
  
  body{
    border-left: 0px solid rgb(255, 255, 255);
    border-right: 0px solid rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: 85% auto;
    background-position: center; 
    background-position: top;
    width:70%;
    margin: 0 auto;
    max-width: 1200px;
  }
  #page1{
    height: 100vh;
  }
  .opening-statements {
    display: flex;
    flex-direction: column;
    margin-top: 2vw;
}
.opening-hook {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 3.5vh 0 2vh 0vw;
  color: white;
  width: 45vw;
}

.vert-right-txt {
  writing-mode: revert;
  text-orientation: none;
  margin: 9vh 0 0 2vw;
  color: #fff;
  align-self: auto;
  font-size: 1.75rem;
}

nav ul li:last-child a {
  background-color: transparent;
  border: 4px solid black;
  border-radius: 5px;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0 20vw;
}

#page2{
  height:800px
}
#page2 img {
  width: 20vw;
  margin-top: 10vw;
}
.vert-left-txt a{
 display: none;
}
#page3{ 
  height: 800px;
  display: flex;
  flex-direction: column;
}

#page4{
  height:100vh;
}
.package-card{
display: flex;
/* align-self: center; */
align-items: baseline;
}
.package-name{
margin-right: 4vw;
}
.cost-large{
margin-top: 5vh;
}
.package-info{

}
.package-info h3{

}
.panel {
  /* padding: 0 30px 0 30px; */
  background-color: white;
  display: none;
  overflow: visible;
  margin:10px auto;
}
#page4 .b-btn{
  display: block;
margin: 0 auto;
}

#page5{
  margin-top: 20vh;
  height: 100vh;
}
#page5 hr{ 
  display:none ;
}

#pages-container{
    position: relative;
    margin:0 auto;
    width: auto;
  }

#eg1 {
  text-align: center;
  border: 2px solid black;
  height: 28vw;
  width: 20vw;
  transform: rotate(-20deg);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s;
}
#eg2 {
  text-align: center;
  border: 2px solid black;
  height: 28vw;
  width: 20vw;
  position: absolute;
  transform: rotate(-10deg);
  top: 120px;
  left: 20px;
  transition: 0.3s;
}
#eg3 {
  text-align: center;
  border: 2px solid black;
  height: 28vw;
  width: 20vw;
  position: absolute;
  transform: rotate(-0deg);
  top: 240px;
  left: 40px;
  transition: 0.3s;
}

#eg1:hover{
  transform: rotate(0deg) translateY(-25%);
}
#eg2:hover{
  transform: rotate(0deg) translateY(-35%);
}
#eg3:hover{
  transform: rotate(0deg) translateY(-50%);
}
}