*{box-sizing: border-box;}

body {
  background-color: #d8d2c2;
  color: #150c0c;
  height: 100vh;
}

h1{
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: #702B20;
}

h2{
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

}



p{
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.footercontent a {
  font-family: "Baskervville", serif;
  font-weight: 450;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #150c0c;
  text-align: center;
}

.footercontent a:hover {
  font-family: "Baskervville", serif;
  font-weight: 450;
  font-size: 20px;
  cursor: pointer;
  text-decoration:underline;
  color: #702B20;
  text-align: center;
}

.navbar-content a {
  font-family: "Baskervville", serif;
  font-weight: 450;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #150c0c;
  text-align: center;
}

.navbar-content a:hover {
  font-family: "Baskervville", serif;
  font-weight: 450;
  font-size: 20px;
  cursor: pointer;
  text-decoration: underline;
  color: #702B20;
  text-align: center;
}

button {
  text-decoration: none;
  border: none;
  padding: 10px;
}

img{
  max-width: 75%;
  border-radius: 4px;
}

/*Grid*/
.parallax{
background-image: url(nalimimages/markus-spiske-IiEFmIXZWSw-unsplash.jpg); 
  min-height:100vh;
  max-width: 100vw;
  opacity: .75;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.gridcontainer{
  max-width: 100vw;
  display: grid;
  gap: 20px;
  grid-template-rows: 20%(5);
  grid-template-columns:20%(5);
  grid-auto-rows: ;
  grid-template-areas: 
  'header header header header header'
  'main main main main main'
  'main main main main sidebar'
  'main main main main main'
  'sidebar main main main main'
  ''
  'footer footer footer footer footer';
}


/*Page Header, nav bar, hamburger menu, footer */
.header {
  width:100% vw;
  height: 10% vh;
  margin-top: 0;
  background-color: #f9f7f0;
}

.navbar-content{
  display: none;  
}

.smallscreenheader {
 width: 100% vw;
 height: 10% vh;
 margin: 0;
 top: 0;
 left: 0;
 text-align: center;
 padding: 10px;
}

.smallfootercontainer {
 width: 100% vw;
 height: 10% vh;
 margin: 0;
 top: 0;
 left: 0;
 text-align: center;
 padding: 10px;
 background-color: #f9f7f0;
 border-radius: 4px;
}

.sectionheader{
  display:inline-block;
}

.sectionheader h2{
  padding: 10px;
  border-radius: 4px;
  background-color:#422727;
  color: #f9f7f0;
}

.footer{
  width:100% vw;
  height: 10% vh;
  margin-top: 0;
  background-color: #f9f7f0;
}

.footercontent {
  display: none;
}


/*hamburger menu*/

.hamburgermenu{
position: relative;
display:block;
margin-top: 5px;
margin-right: 15px;
float: left;
text-align: left;
}

.dropdown{
margin-bottom: 5px;
border-radius: 4px;
border-style: none;
font-size: 2em;
color: #422727;
}

button {
  background-color:#f9f7f0 ;

}

.hamburgermenu-content{
position: absolute;
opacity: 0;
transform: translateY(-10px);
transition: all 0.3s;
pointer-events: none;
}

.hamburgermenu:hover .hamburgermenu-content {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}

.hamburgermenu-content a {
color: #f9f7f0;
background-color: #422727;
border-radius: 4px;
margin: 2px;
padding: 0.5rem 1rem;
text-decoration: none;
display: block;
}

.hamburgermenu-content a:hover {
background-color:#f9f7f0;
color: #422727;
border-radius: 4px;
}

                          /*content Styling*/


                      
.herotext{
  text-align: center;
  border-radius: 4px;
  background-color: #f9f7f0ae;
  box-shadow: 0px 5px 15px 5px rgba(51, 29, 29, 0.91);
  border-width: 2px;
  padding: 15px;
  width: 45%;
  margin: auto;
  margin-top: 50px;
}

#about {
  text-align: center;
  border-radius: 4px;
  background-color: #f9f7f0aa;
  box-shadow: 0px 5px 15px 5px rgba(51, 29, 29, 0.91);
  border-width: 2px;
  padding: 15px;
  margin: 15px;
  margin-top: ;
}

.aboutimage{
  margin-top: 15px;
}

                          /*Services styling*/
.servicescontainer{
  text-align: center;
  border-radius: 4px;
  background-color: #f9f7f087;
  box-shadow: 0px 5px 15px 5px rgba(51, 29, 29, 0.91);
  border-width: 2px;
  padding: 15px;
  margin: 15px;
} 
                          
#services{
      display: flex;
      flex-direction: column;
      justify-content: center;
      justify-content: space-evenly;
    }



.accordion-item {
    color: #150c0c;
    border-radius: 4px;
    padding: 10px;
    margin: 20px;
}

.accordion-item:last-of-type {
  border-bottom: none;
}

.accordion-header {
  display: inline-block;
  font-family: "Baskervville", serif;
  font-weight: 500;
  font-size: 22px;
  cursor: pointer;
  text-decoration:none;
  color: #150c0c;
  border-radius: 4px;
  padding: 10px;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #422727dd;
  color: #f9f7f0;
}

.accordion-content {
  max-height:0;
  overflow: scroll;
  transition: max-height 0.3s ease;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #f9f7f087;
}

.accordion-item:target .accordion-content {
  max-height:100px;
  padding: 12px 16px;
}

.accordion-content{
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.5;
}


    /*Inspiration Section*/
  .motivationcontainer{
  text-align: center;
  border-radius: 4px;
  background-color: #f9f7f087;
  box-shadow: 0px 5px 15px 5px rgba(51, 29, 29, 0.91);
  border-width: 2px;
  padding: 15px;
  margin: 15px;
  }

  #candacepicks{
      display: flex;
      flex-direction: column;
      justify-content: center;
      justify-content: space-evenly;
    }

    .motivation-item {
    color: #150c0c;
    border-radius: 4px;
    padding: 10px;
    margin: 20px;
}

.motivation-item:last-of-type {
  border-bottom: none;
}

.motivation-header {
  display: inline-block;
  font-family: "Baskervville", serif;
  font-weight: 500;
  font-size: 22px;
  cursor: pointer;
  text-decoration:none;
  color: #150c0c;
  border-radius: 4px;
  padding: 10px;
  transition: background-color 0.3s ease;
}

.motivation-header:hover {
 background-color: #422727dd;
  color: #f9f7f0;
}

.motivation-content {
  max-height:0;
  overflow: scroll;
  transition: max-height 0.3s ease;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #f9f7f087;
}

.motivation-item:target .motivation-content {
  max-height:100px;
  padding: 12px 16px;
}

.motivation-content{
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.5;
}
 
    /*Jump to Buttons*/

.linkcontainer{
  margin-top: 10px;
  margin-bottom: 10px;
  
}


.linkcontainertwo{
  width: 90vw;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.jumptolink a {
  text-decoration: none;
  font-family: "Baskervville", serif;
  font-weight: 450;
  font-size: 20px;
  cursor: pointer;
  
  background-color: #422727;
  color: #f9f7f0;
  padding: 10px;
  border-radius: 4px;
  border-color: #150c0c;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0px 5px 15px 5px rgba(51, 29, 29, 0.91);
}

/*Interest form styling*/
.interestform{
  max-width: 100vw;
}

/*Screen size adjustments*/
/* --- Responsiveness: Desktop/Tablet View (Media Query) --- */

@media (min-width: 750px) {
  .navbar-content{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
 
}
img{
  max-width: 75%;
  border-radius: 4px;
}

.sectionheader{
  display:inline-block;
}

.sectionheader h2{
  padding: 10px;
  border-radius: 4px;
  background-color:#422727;
  color: #f9f7f0;
}

                          /*Services styling*/

#services
{
     display: flex;
     flex-direction: row;
     max-width: 100%;
     justify-content: space-evenly;
    }

.servicescontainer{
  max-width: 100vw;
  border-radius: 4px;
}

.accordion-item {
    color: #150c0c;
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 4px;
    padding: 10px;
    margin: 20px;
}

.accordion-item:last-of-type {
  border-bottom: none;
}

.accordion-header {
  display: inline-block;
  font-family: "Baskervville", serif;
  font-weight: 500;
  font-size: 22px;
  cursor:alias;
  text-decoration:none;
  color: #f9f7f0;
  background-color: #422727dd;
  border-radius: 4px;
  padding: 10px;
  transition: background-color 0.3s ease;
}


.accordion-content {
  max-height:fit-content;
  overflow:;
  transition: max-height 0.3s ease;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #f9f7f087;
  color: #422727;
}

.accordion-item:target .accordion-content {
  max-height:fit-content;
  padding: 12px 16px;
}

.accordion-content{
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

   /*Inspiration Section*/
  .motivationcontainer{
  text-align: center;
  border-radius: 4px;
  background-color: #f9f7f087;
  box-shadow: 0px 5px 15px 5px rgba(51, 29, 29, 0.91);
  border-width: 2px;
  padding: 15px;
  margin: 15px;
  }

  #candacepicks{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex: 1;   
    justify-content: space-evenly;
    }

.motivation-item {
    color: #150c0c;
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 4px;
    padding: 10px;
    margin: 20px;
}

.motivation-item:last-of-type {
  border-bottom: none;
}

.motivation-header {
  display: inline-block;
  font-family: "Baskervville", serif;
  font-weight: 500;
  font-size: 22px;
  cursor:alias;
  text-decoration:none;
  color: #f9f7f0;
  background-color: #422727dd;
  border-radius: 4px;
  padding: 10px;
  transition: background-color 0.3s ease;
}


.motivation-content {
  max-height:fit-content;
  overflow:;
  transition: max-height 0.3s ease;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #f9f7f087;
  color: #422727;
}

.motivation-item:target .motivation-content {
  max-height:fit-content;
  padding: 12px 16px;
}

.motivation-content{
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

/*Footer styling*/

  .footercontent{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  }

  .hamburgermenu {
    display: none;

    }

  .smallscreenheader{
    display: none;
  }
  
  .smallfootercontainer{
    display:none;
  }

}

  