/* General Styles */

body {
  font-family: 'Quicksand', sans-serif;
  /* color: #fafad2; */
  /* color: #3c3c07; */
  /* background-color: #fffcf6; */
  background-color: transparent;
  color: #2F395F;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 100%;
  /* min-height: 100vh; */
  /* display: grid; */
  /* grid-template-rows: auto auto 1fr auto; */
}

h1 {
  /* font-family: 'Licorice', cursive; */
  font-family: 'Quicksand', sans-serif;
  font-weight:lighter;
  font-size: 450%;
  text-align: center;
  margin: 0;
  letter-spacing: 1px;
}

h2 {
  /* font-family: 'Marck script', cursive; */
  /* letter-spacing: 2px; */
  font-size: 250%;
  font-weight:100;
  letter-spacing: 1px;
  padding-bottom: 5px;
  /* font-weight:bold; */
}

h3 {
  font-size: 150%;
  padding-bottom: 10px;
  letter-spacing: 1px;
  font-weight: lighter;
  margin-left: 22px;
}

h4 {
  font-size: 130%;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 10px;
}

h5 {
  font-size: 120%;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 10px;
  text-align: center;
}

header {
  /* background-color: #3c3c07; */
  /* padding: 10px 0; */
  /* background-color: #D7E8F5;  */
  /* background-color: #b3cb9f; */
  padding: 0;
  margin: 0;
  padding-bottom: 0;
}


header ul li {
  padding: 0;
}


nav {
  margin: 0;
  padding: 0px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: right;
  background-color: #5262A4;
}

nav ul li {
  padding-right: 10px;
}

nav ul li a {
  color: #fff6de;
  text-decoration: none;
}

nav ul li a:hover {
  color: goldenrod;
}

/* Currently not used */
/* .title-area {
  color: #fff6de;
} */

.hero {
  font-size: 120%;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px;
  padding-top: 10px;
  color: #2F395F;
  background: linear-gradient(to right, #fffecc 0%, #ebb2af 30%, #87ccfa 100%);
  /* background: linear-gradient(to right, #ff7e5f, #feb47b, #86a8e7, #91eae4); */
  /* background-color: #ACC9E0; */
}
/* 
.hero-photo-container {
  display: flex;
  text-align: left;
} */

.text-photo-container {
  display: flex;
  text-align: left;
}


.text-column {
  padding-left: 15px;
  flex-basis: 60%;
  align-content: center;
  /* text-align: left; */
}

.img-column {
  padding-left: 15px;
  flex-basis: 40%;
  align-content: center;
}

.img-column img {
  max-width: 100%;
  height: auto;
}
/* 
.text-photo-container img {
  max-width: 100%;
  height: auto;
} */

/* .hero img { */
  /* max-width: 100%; */
  /* height: auto; */
  /* border-radius: 5%; */
  /* box-shadow: 0 4px 10px gray; */
/* }  */

.get-started {
  /* background-color: #ACC9E0; */
  background: linear-gradient(to right, #fffecc 0%, #ebb2af 30%, #87ccfa 100%);
  /* background: linear-gradient(to right, #ff7e5f, #feb47b, #86a8e7, #91eae4); */
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.get-started button {
  background-color: #007BFF;
  color: white;
  font-size: larger;
  border-color: black;
  padding: 10px 20px;
  cursor: pointer;
}

.get-started button:hover {
  background-color: #0056b3;
  color: #EBEFF1;
}

.page-content {
  margin: 0;
  padding: 0;
  color: #2F395F;;
  font-size: 120%;
  text-align: center;
  width: 100%;
}

.page-content img {
  max-width: 80%;
  height: auto;
  border-radius: 8%;
} 

.page-content p h3 {
  margin: 0px;
  padding: 0;
  text-align: left;
}

.page-content ul {
  list-style-type: disc;
  margin: 50px;
  padding-top: 0px;
  padding-left: 50px;
  padding-bottom: 10px;
  text-align: center;
}

.page-content ul li {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 0px;
}

.important-page-content {
  padding-top: 10px;
  /* background-color: #F5E4E6; */

  background-color: #e8ffe8;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 10px;
  width: 100%;
}

.color1-page-content {
  background-color: #F7FEFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.color1-page-content ul li {
  padding-bottom: 20px;
  
}

.color2-page-content {
  background-color: #E4EFF1 ;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

/* Two column flex box */
/* The first column takes up 65% (or whatever is indicated below) */
/* and the second column takes up the remaining space */
/* 
.two-column > .column2 {
  flex: 0 0 35%;
  display: flex;
  padding-right: 10px;
  justify-content: center; /* Centers the image horizontally 
  align-items: center;    /* Centers the image vertically 
}

.two-column img {
  max-width: 100%;
  height: auto;
  border-radius: 4%;
}
*/
.li-format-hero {
  text-align: left;
  padding-bottom: 10px;
  font-size:200%;
}

.li-format {
  text-align: left;
  padding-bottom: 10px;
  font-size: 150%;
}
/*  
.two-column h2 {
  text-align: left;
  padding-left: 20px;
  padding-bottom: 0px;
}

.two-column h3 {
  text-align: left;
}
*/
/* .two-column ul { */
  /*       t r b  l  */
  /* padding: 0 0 0 40px; */
  /* margin: 0; */
  /* text-align: left; */
/* } */
/* 
.two-column ul li {
  list-style-type: square;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 10px;
  margin: 0;
} */

.etsy-link {
  padding-top: 10px;
  padding-left: 20px;
}

.logo1 img {
  width: 10%;
  padding-top: 10px;
  height: auto;
  justify-content: center;
  border-radius: 10%;
}

.positive {
  color: green;
}

.negative {
  color: red;
}

.bold-it {
  font-weight: bold;
}


.list-container {
  text-align: center;
}


.free-pattern img {
  min-width: 20%;
  height: auto;
  border-radius: 5%;
  box-shadow: 0 4px 10px gray;
} 


.policies h4 {
  color: red;
  text-align: center;
}

.policy-ul {
  list-style-type: square; 
  margin-left: 30px;
  font-weight: normal;
}

.policy-ul li {
  margin-bottom: 0px;
}

.policy-ol {
  list-style-type: decimal; /* Ordered list using numbers */
  margin-left: 30px;        /* Customize left margin for ordered list */
  text-align: left;
  font-weight: bold;
}

.policy-ol li {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Specific style for list items in the ordered list */
/* .policy-ol > li {
  margin-bottom: 10px;  
} */

/* Specific style for list items in the unordered list */
/* .policy-ul li { */
  /* margin-top: 10px; */
 /* margin-bottom: 5px; */   /* Make sure this only applies to unordered list items */
/* } */




/* "About" page css */

.about-text {
  font-size: 150%;
  padding-bottom: 12px;
  text-align: left;
}

.about-text-TLDR {
  font-size: 180%;
  padding-top: 10px;
  padding-bottom: 30px;
  font-style:italic;
  font-weight:bold;
  text-align: left;
}

/* Font for signature form of my name */
@font-face {
  font-family: Amsterdam;
  src: url(./fonts/AmsterdamThree.woff)
}

.about-signature {
  padding-top: 20px;
  font-size: 150%;
  /* font-style: italic; */
  font-family: Amsterdam, cursive;
  text-align: left;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.about-body {
  font-family: 'Quicksand', sans-serif;
  background-color: #f0f4f8;
  color: #333;
  height: 100vh;
  display: flex;
  flex-direction: column;
} 

/* 
.about-section {
  position: relative;
  padding: 50px 5%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
} */

.about-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  /* grid-template-rows: auto auto minmax(150px, 1fr) auto; Fixed header, image, flexible essay box, fixed footer */
  /* grid-gap: 20px; */
  height: 100%; /* Fill the screen height */
  padding: 20px;
  max-width: 1200px;
  align-items: center;
  /* margin: 0 auto; */
  /* text-align: center; */
}

.photo-container {
  padding-top: 10px;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}

.photo-container img {
  /* max-width: 100%; */
  width: 40%; /* Image size will resize proportionally */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px gray;
  margin: 0 auto; /* center the image */
  /* Meager attempts to avoid download this photo - I realize a smart person will figure it out anyway if they want this photo so badly but it's better than nothing */
  /* Shut off right (and left) clicks */
  pointer-events: none;
  /* Don't let users drag the photo */
  -webkit-user-drag: none;
}

.essay-box {
  padding: 20px;
  /* position: relative; */
  /* width: 85%; */
  /* max-width: 600px; */
  /* margin: 0 auto; */
  background-color: #ffffff;
  /* padding: 20px; */
  border-radius: 8px;
  box-shadow: 0 4px 10px darkgray;
  /* height: 200px; Fixed height */
  overflow-y: auto; /* Scroll within box if necessary */
  min-height: 150px; /* Ensure a minimum height */
  max-height: 50vh; /* Prevent essay box from overtaking the screen, 50% of the view height */
  flex-grow: 1; /* Allow essay-box to take remaining space but leave room for footer */
  /* resize: both; */
}
/* 
.essay-box h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: #5a7d7c;
} */

.essay-box p {
  line-height: 1.3;
  color: #555;
}

/*  ------------------------------------- ß */

 /* common */

footer {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  background: linear-gradient(to right, #fffecc 0%, #ebb2af 30%, #87ccfa 100%);
  /* background-color: #ACC9E0; */
  /* background: linear-gradient(to right, #ff7e5f, #feb47b, #86a8e7, #91eae4); */
  color: #2F395F;
  text-align: center;
}


footer h3 {
  font-size: 150%;
}


footer nav ul {
  padding-top: 10px;
  background: linear-gradient(to right, #fffecc 0%, #ebb2af 30%, #87ccfa 100%);
  /* background-color: #ACC9E0; */
  color: #2F395F;
  justify-content: center;
}

footer nav ul li {
  font-size: smaller;
  margin: 0;
  margin-right: 20px;
}

footer nav ul li a {
  color: #2F395F;
}

footer nav ul li a:hover {
  color: darkgoldenrod;
}


/* ---------------------------------------- */

/* Responsiveness stuff */

/* Responsive design for smaller screens */
@media (max-width: 900px) {

  h1 {
    /* Use color for debugging purposes only */
    /* color: red; */
    font-size: 210%;
  }

  h2 {
    font-size: 170%;
  }

  h3 {
    font-size: 150%;
    /* font-weight: bold; */
  }

  h4 {
    font-size: 130%;
  }

  .two-column {
    font-size: 65%;
  } 


  body {
    font-size: 85%;
  }
/* 
  .hero ul li {
    padding-bottom: 5px;
    font-size: 100%;
  } */
  
/* 
  .hero h1 {
    font-size: 250%;
  } */
  /* .hero h2 {
    font-size: 190%;
    text-align: left;
  } */

  .li-format {
    font-size: 150%;
  }

  .li-format-hero {
    font-size: 150%;
  }

  .text-photo-container {
    display: inline-block;
    text-align: center;
  }

  .text-photo-container img {
    max-width: 50%;
  }

  /* -- about page styles -- */

  .about-section {
    padding: 10px;
  }

  .essay-box {
    max-height: 35vh; /* Keep essay-box smaller on small screens */
  }

  .photo-container img {
    max-width: 100%; /* Make image smaller on mobile */
  }
}


