/* styles.css */

/* Reset default browser styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Arial, Helvetica, sans-serif;
  }

  .page-cover-image {
    object-fit: cover;
    width: 100%;
    height: 350px;
    display: block;
    max-width: 100%;
  }
  
@media (max-width: 600px) {
  .page-cover-image {
    height: auto;
    min-height: 180px;
  }
}

  /* Body styles */
  body {
    font-family: Roboto, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.5;
    margin-left: 8em;
    margin-right: 10em;
    padding-top: 70px;
  }

@media (max-width: 600px) {
  body {
    margin-left: 1em;
    margin-right: 1em;
  }
}


  .no-margin {
    margin: 0em 0em;
    box-sizing: none;
  }

  .centered {
    margin-left: 15em;
    margin-right: 20em;
  }

@media (max-width: 600px) {
  .centered {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
}

  
  /* Header styles */
  header {
    background-color: #333;
    color: #fff;
    text-align: center;
  }
  
  /* Sticky navigation bar styles */
  nav {
    position: sticky;
    top: 0;
    background-color: #444;
    padding: 20px;
  }
  
  nav a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
  }
  
  nav a:hover {
    color: #4099ad;
  }
  
  /* Main content styles */
  main {
    padding: 20px;
  }
  
  /* Heading styles */
  .welcome {
    text-align: center;
  }

  .container {
    display: flex;
    justify-content: space-between;
  }

  
  .container2 {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .container3 {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    max-width: 45%;
  }

  .new-guests {
    font-weight: bold;
  }

  .new-guests2 {
    font-weight: bold;
  }

  .start-here {
    padding-bottom: .5em;
    font-weight: bolder;
    }

  .button {
    background-color:rgb(121, 14, 132);
    border-radius: 10px;
    font-size: 16px;
    color:white;
    min-height:50px; 
    min-width: 200px;
    margin-bottom: 1em;
    padding: 1% 2%;
    border: none;
  }

  .security {
    font-weight: bold;
  }

  head {
    font-weight: bold;
  }

  h4 {
    margin-top: 1em;
  }

  .start {
    margin-top: 1em;
    margin-left: 1em; 
    flex: 1;
    text-decoration: underline;
  }

  iframe {
    flex: 2;
    padding-top: 3em;
    height: 450px; /* Adjust the height as needed */
  }

  iframe.left {
    padding-top: 2em;
    /*margin-left: 3em;*/
    height: 600p;
  }

  .welcome {
    font-weight: bold;
    padding-top: 1em;
  }

  /* Text styles */
  
  p {
    margin-bottom: 10px;
    line-height: 1.5;
  }

  p.italic {
    font-style: italic;
  }

  p.bold {
    font-weight: bold;
  }

  p.thick {
    font-weight: bold;
    font-style: italic; 
  }
  
  h1.bold {
    font-weight: bold;
    padding-top: 2em;
    padding-bottom: 1em;
  }

  h3.bold {
    font-weight: bold;
  }

  h3.change {
    font-weight: bold;
    font-style: italic;
  }


  h4.bold {
    font-weight: bold;
  }

  .italic {
    font-style: italic;
  }
  /* List Styles*/

  ul {
    line-height: 2.0;
  }

  ol {
    line-height: 2.0;
  }

  /* Link styles */

  .link-style-1 {
    color: whitesmoke;
  }

  a {
    color: #232121;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }

  /* Image Settings*/

  img {
    max-width: 100%;
    /*margin-left:4em;*/
  }

  img.set-found {
    max-width: 75%;
    padding-left: 2em;
    padding-top: 1em;
  }

  img.foundations {
    max-width: 50%;
    padding-left: 4em;
  }

  img.red-belt {
    width: 60%;
    margin-left: 8em;
  }

  img.twenties {
    width: 100%;
    height: 45em;
    object-fit: cover;
    margin-left: 0;
  }

  img.taste {
    width: 40%;
    height: 15em;
    margin-left: 3em;
  }

  img.evidence {
    max-width: 50%;
    padding-left: 3em;
    padding-bottom: 3em;
    margin-left: 5em;
  }

  img.evidence_2 {
    max-width: 100%;
    width: 25em;
    margin-left: 5em;
  }

  figure {
    position: relative;
    max-width: 400px; /* or your preferred width */
    width: 100%;
    margin: 2em auto;
    display: block;
    text-align: center;
  }
  
figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* Optional semi-transparent background */
  padding: 5px;
  text-align: left;
  color: #010101; /* Optional text color */
}

figcaption.red_belt {
  position: relative;
  width: 60%; /* Set the width to match the image width */
  padding: 5px;
  margin-left: 8em;
  background-color: rgba(255, 255, 255, 0.7);
  color: #010101; /* Optional text color */
  overflow: hidden; /* Hide overflow to prevent text from overflowing the container */
}

img.edith {
  width: 75%;
  margin-left: 5em;
}

figcaption.edith {
  position: relative;
  width: 75%; /* Set the width to match the image width */
  padding: 5px;
  margin-left: 5em;
  background-color: rgba(255, 255, 255, 0.7);
  color: #010101; /* Optional text color */
  overflow: hidden; /* Hide overflow to prevent text from overflowing the container */
}
  
  /* Symbols and Emojis*/

  .large-arrow {
    font-size: 80px;
    color: rgb(121, 16, 144);
  }
