
body {
  background-color: rgb(240, 224, 226);
  color: rgb(0, 0, 0);
  font-family: Baskerville, Baskerville;
  overflow-x: hidden;
  margin-bottom: 0;
}

.foot {
  overflow-x: hidden;
  margin-bottom: 0;
}

header{
  text-align: center;
}

a.webLink{
  color: white;
  text-decoration: none;
  text-shadow: 1px 2px lightcoral;
  padding-top: 0;
  line-height: .4em;
  font-size: .8em;
}
.webLink:hover{
  font-size: inherit;
}
a.webLink h2{
  margin-left: 8px;
  font-weight: 600;
}

nav{
  color: #53323e;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1 {
  position: relative;
  color: #53323e; 
  text-shadow: 4px 4px 4px rgba(255, 227, 239, 0.6); 
  letter-spacing: 5px; 
  text-transform: uppercase; 
  text-align: center;
  font-family: 'Lora', serif;
  text-shadow: 1px 2px rgb(247, 216, 216);
  font-weight: 500;
  
    text-decoration: underline;
    text-decoration-color: #f4c2ca;
    
}
h1:hover{
  text-decoration: underline;
  text-decoration-color: #f08cb6;
}

h2{
  color: #ffffff;
  margin: 0;
}

.weblink{
  color: #ffffff;
  margin: 0;
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: Baskerville, Baskerville;
  
}

.icon{
  max-width: 18%;
  margin: 5px auto;
  display: inline;

}

li a, .contact-dropdown a{
  color: white;
  text-decoration: none;
  text-shadow: 1px 2px lightcoral;
}

/* Left links style */
.left-links, .right-links {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 100%;
  margin: 10px auto;
  padding: 12px;
  text-align: center;
}

.left-links li, .right-links li {
  margin-bottom: 10px;
  margin: 25px 10px;
  font-size: 23px;
}

.left-links a, .right-links a {
  display: block; /* Display links as blocks */
  color: #4b2b37;
  text-decoration: underline;
  text-decoration-color: #f4c5c5;
  text-shadow: 1px .8px rgb(237, 163, 173);
  font-size: 1.13em;
}

a:hover {
  color: #fff;
  font-size: 1.2em;
}


/* Contact button style */
.contact{
  padding: 5px 0;
  margin: 5px 0;
  text-shadow: 1px 2px lightcoral;
  font-size: 1.05em;
}

.contact-button {
  position: relative;
  cursor: pointer;
  color: #fff;
  margin-left: 86%;
  font-size: 1.3em;
  display: inline-block;
}

.contact-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #53323e;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: right;
  z-index: 1;
}

.contact-dropdown a{

}

.contact-button:hover .contact-dropdown {
  display: block;
}

/* Text blocks style */
.text-blocks {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  color: #53323e;
  font-size: 1.2em;
}

.text-block {
  flex: 1;
  padding: 10px;
}

.text-left{
  border-right: 1px solid #fff;
}

.inner-text{
  margin: 5px 15px;
  margin-right: 35px;
}

/* feedback */
.feedback_Area{
  text-align: center;
  font-size: 1.3em;
  border-top: 1px solid #fff;
  border-top-style: dotted;
}

.feedbackB {
  color: #FFF; 
  background: none;
  font-size: 1em;
  border: none;
  margin-top: 2%;
  cursor: pointer;
  font-family: 'Lora', serif;
  text-shadow: 2px 2px lightcoral;

}

.feedbackB:hover {
  font-size: 1.1em;
}

input{
  width: 200px;
  height: 25px;
  font-size: 1.2em;
  font-family: Baskerville, Baskerville;
  margin: 4px 0;
}

.input-name{
  width: 100px;
}

textarea{
  font-size: 1.3em;
  font-family: Baskerville, Baskerville;
  height: 6.2em;
  width: 500px;
  max-width: 60%;
  margin: 5px 0;
}

.submit{
  color: #FFF; 
  background: none;
  font-size: 1.35em;
  border: none;
  cursor: pointer;
  font-family: 'Lora', serif;
  text-shadow: 2px 1px lightcoral;
  text-decoration: underline;
  text-decoration-color: #f4c5c5;
  margin: 1.4% 0;
}
.submit:hover{
  font-size: 1.6em;
  
}

/* Footer style */
footer {
  background-color: #53323e;
  color: #fff;
  text-align: center;
  padding: 50px;
  margin: 5% -2%;
  margin-bottom: 0;
  position: relative;
  max-width: 100%; /* Set the width to 100% */
}

.footer-links {
  display: flex;
  justify-content: left;
  align-items: center;
}

.footer-link, .copyright {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 2px lightcoral;
  margin: 0 0;
}

.copyright{
  position:relative;
  text-align: right;
  bottom: -10%;
  font-size: .95em;
}


/* Share & Print button */
.share-print{
  margin: 1.5% auto;
  text-align: center;
  margin-top: 2%;
}

#shareOptions{
  display: none;
  padding: 2% 2%;
}
#shareOptions a{
  text-decoration: none;
  padding: 1.5% 1.5%;
  color: #523013;
}
#shareButton, #printButton{
  padding: 0 4%;
  background: none;
  border: 0;
  font-weight: 1;
  font-size: 1.5em;
  color: #6e4457;
}
#shareButton:hover, #printButton:hover{
  font-size: 1.8em;
}
#shareButton span, #printButton span{
  display: block;
  font-size: .5em;
}
#shareButton span:hover, #printButton span:hover{
  text-decoration: underline;
  text-decoration-color: #f4c5c5;
}


/* override ui segment*/
div.breadcrumb {
  margin: 2% 1%;;
}
div.breadcrumb a {
  text-decoration-color: #f08cb6;
  color: #4b2b37;
}

.ui.pink.button {
  font-family: Baskerville;
}

.fontM {
  color: black;

}

li.udlPink {
  text-decoration: underline;
  text-decoration-color: #f08cb6;
  margin-top: 1%;
}

li a {
  text-shadow: none;
  color: #8941c4;
}

li a:hover {
  color: #f08cb6;
}

.justPink {
  color: #f08cb6;
}
h1.justPurple {
  color: #503253;
}
div.cnote pre code {
  font-size: 0.7em;
}
code.hl {
  color: #8941c4;
  font-size: 1.1em;
}

.theme-toggle {
  /* position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  background-color: #ccc;
  border: none;
  border-radius: 5px; */
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
  h1 {
    font-size: 30px; /* Decrease font size for smaller screens */
  }

  nav li {
    margin: 15px 10px; /* Adjust margin for smaller screens */
  }

  nav a {
    padding: 12px; /* Adjust padding for smaller screens */
  }
}

/* Media query for screens smaller than 480px */
@media (max-width: 480px) {
  h1 {
    font-size: 26px; 
    margin: 1px;
  }

  li {
    margin: 15px 5px; /* Further adjust margin for very small screens */
  }

  a {
    padding: 10px; /* Further adjust padding for very small screens */
  }
  .contact-button{
    font-size: 1.1em;
    margin-left: 80%;
  }

  .text-blocks{
    padding-top: 0;
    display: block;
  }
  .text-block{
    padding-top: 0;
  }

  nav{
    padding-bottom: 0;
    padding-top: 0;
  }

  .left-links li{
    margin: 15px 5px;
  }
  ul.left-links, ul.right-links{
    margin-top: 0;
    padding-top: 0;
  }

  footer {
    padding: 20px;
  }

  .footer-links {
    justify-content: center; /* Center the links on small screens */
  }

  .footer-link, .copyright {
    margin: 0;
    display: block; /* Display links and copyright in a column on small screens */
  }

  .copyright {
    text-align: center; 
    font-size: .8em;
    margin-top: 7px;
}

a.footer-link{
  padding-top: 1px;
}
}


