:root {
  --menuHt: 3rem;
  --MenuhtResp: 6rem;
}

p{
    font-weight: 50;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
}

h1{
    font-family:  "Courier New", Courier, monospace;
    font-weight: lighter;
    font-size: 1rem;
}
h2{
    font-family:  "Courier New", Courier, monospace;
    font-weight: lighter;
    font-size: 1.2rem;
    margin: 0rem;

}
h3{
    font-family:  "Courier New", Courier, monospace;
    font-weight: lighter;
    margin-block-start: 0px;
    margin-top: 0px;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

a:visited{
color: #000000;
}

.NavTitle{
    height: 80%;
}

.Spanner{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 3.5rem;
    height: 60vh;
    min-height: 394px;
    width: 40rem;
}

.UIcontainer1 {
    height: 717px;
    margin: 10 auto;
    position: relative;
    width: 1182px;

    /* Adjust as needed */
    /* Adjust as needed */
}

.UIcontainer2 {
    height: 662px;
    margin: 0 auto;
    position: relative;
    width: 1177px;

    /* Adjust as needed */
    /* Adjust as needed */
}

.aboutContainer {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
    padding-bottom: 50px;
    width: 100%;

    /* Adjust padding to center content vertically */
}

banner {
    box-shadow: 0px 3px 8px #808080;
}

.band {
    background-color: #1c1c1f;
    border-radius: 5px;
    box-shadow: 0px 3px 5px #808080;
    margin: 20px;
    margin-bottom: 40px;
    padding: 20px;
    width: 700px;

    /* Adjust the width of the content */
    /* Slightly lighter background for contrast */
}

.band h2 {
    font-size: 1rem;
    font-weight: bold;

    /* Adjust the font size */
}

.band p {
    font-size: 18px;
    line-height: 1.7;

    /* Adjust the font size */
    /* Improve readability */
}

.bigButton{
    border: 0px;
    border-radius: 25px;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.433);
    color: white;
    font-size: 1rem;
    font-weight: bold;
    max-width: 300px;
    padding: 20px;
}

.call2Action{
    background-color: #185dc3;
    border: 0px;
    border-radius: 32px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    max-width: 300px;
    padding: 25px;
}

.call2Action:active {
    background-color: #15306b;
    box-shadow: 0 0px #000000;
    transform: translateY(4px);
}

.call2Action:hover {

    background-color: #3e65c8
}


.contact-description {
  color: rgb(107 114 128);
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-section {
  width: 22rem;
}

.contact-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
}

.controls {
    align-items: center;
    background-color: rgb(63, 63, 77);
    border-radius: 5px;
    bottom: 20%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.405);
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: fixed;
    right: 2%;
    z-index: 999;

    /* Use flexbox for layout */
    /* Arrange items in a column */
    /* Align items to the right */
    /* background-color: rgb(186, 118, 118); Add white background */
    /* Add padding for better appearance */
    /* Optional: Add rounded corners */
    /* Optional: Add a subtle shadow */
}

.donate{
    background-color: #36a5ff00;
    border: 3px;
    border-color: #7d7d7d;
    border-radius: 0px;
    color: rgb(0, 0, 0);
    font-size: 0.9rem;
    height: 100%;
    margin: 0px;
    padding: 0px;
    stroke: 1px;
}

.donate:hover {
    background-color: #0b84fd;
    color: #000000;
}

.donate:active {
    background-color: #36a4ff;
    box-shadow: 0 0px #000000;
    padding: 3px 0px 0px 0px;
    transform: translateY(0px);
}



header {
    background-color: #ffffff;
    box-shadow: 0px 3px 8px #0000001f;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: var(--menuHt);
    align-items: stretch;
    justify-content: space-between;
    left: 0;
    padding: 0rem 3% 0rem 3%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 60;

    /* Include padding and border in the element's width */
    /* Adjusted padding */
}

.editorPage{
    height: 200%;
    width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
  font-weight: 100;
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-submit {
background-color: #ffae00;
    box-shadow: 0 0px #000000;
    font-size: 1rem;
    color: rgb(0, 0, 0);
    padding: 0px 0px 0px 0px;
    height: 3rem;
    margin: 10px 10px 10px 0px;
}

.form-submit:active {
background-color: #fcbf06;
transform: translateY(3px);

}

.form-submit:hover{
    background-color: #ffae00;
}

.form-textarea {
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  display: flex;
  font-size: 0.875rem;
  min-height: 2.5rem;
  line-height: 1.25rem;
  padding: 0.5rem;
  width: 100%;
  font-weight: 150;
}

.form-textarea {
  min-height: 120px;
}

.form-textarea:focus-visible {
  color: #6b7280;
}

.form-textarea:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.home {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0% 0% 0% 0%;
    width: 100%;

    /*background-color: #ed1414;*/
}

#homePage{
         background-attachment: fixed;
         background-repeat: no-repeat;
         background-size: cover;
         align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
     }

.instructionsBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;

    /* Distribute space evenly */
}

.instructionsBox p {
    background-color: #1c1c1f;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    width: 30%;

    /* Each column takes 30% of the width */
    /* Slightly lighter background for contrast */
    /* Add a subtle shadow */
}

#leftBanner {
    height: 100%;
    align-items: center;
    justify-content: left;
    display: flex;
    width: 20%;
    padding: 0.5rem 0rem 0rem 0rem;
    margin: 0rem 1rem 0rem 0rem;
}

#rightEndOfBanner {
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 20%;
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem 0rem 0rem 1rem;
}

.logotype{
    font-weight: bold;
}

.menu{
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.menuButton{
    background-color: #00000000;
    border: 0px;
    border-radius: 0px;
    color: rgb(160, 160, 160);
    font-size: 0.9rem;
    font-weight: 100;
    
    height: 100%;
    margin: 0px;
    
}

.menuButton:hover{
    background-color: #ffae00;
    color: rgb(0, 0, 0);
}

.menuButton:active {
    background-color: #fcbf06;
    box-shadow: 0 0px #000000;
    color: rgb(0, 0, 0);
    padding: 3px 0px 0px 0px;
    transform: translateY(0px);
}

input{
    font-weight: 150;
    border: 1px solid #e5e7eb;
    border-radius: 0.275rem;
    width: 100%;
    padding: 0.1rem;
    padding-left: .6rem;
    
}

body {
    background-color: #eeeeee;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 100;
}

.separatorLineVert{
    background-color: #e3e3e3;
    height: 35px;
    width: 0.5px;
}

#tieButtonToUI{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 260px;
}

#tieMessageToUI{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 90px;
}

html{
    scrollbar-gutter: stable;
}

.underBanner {
    background-color: rgba(0, 255, 0, 0);
    height: var(--menuHt);
    width: 100%;
    display: flex;
    margin-bottom: 3rem;
}

button{
    background-color: #213688;
    border: 0px;
    border-radius: 0px;
    color: white;
    font-size: 1rem;
    font-weight: 100;
    margin: 10px;
    width: 6.8rem;
    padding: 10px;
}

button:active {
  background-color: #22305f;
  box-shadow: 0 0px #000000;
  transform: translateY(4px);
}

button:hover {

background-color: #4661b0
}
@media (max-width: 849px) {
  /* mobile-specific styles here */
  body.contact-page .underBanner{
    margin-bottom: 4rem;
  }
  #leftBanner {order: 1;}
  #rightEndOfBanner { 
    order: 2;
    width: auto;
    height: 2.5rem;
    margin: 0rem 1rem 0rem 0rem;
}
  .menu {
    order: 3;
    width: 100%;
    height: 2.5rem;
    justify-content: center;
}
h3{
    margin-bottom: 1rem;
}
  header{
    flex-wrap: wrap;
    min-height: 2.5rem;
    height: auto;
  }
  .Spanner{
    width: 22rem;
    padding-bottom: 1.5rem;
    max-height: 55vh;
    min-height: 386px;
  }

  .contact-section{
    margin-top: 2.5rem;
    width: 17rem;
  }
  .home{
padding: 0%;
  }
  .underBanner{
    height: 5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 400px) {
  /* mobile-specific styles here */
  #leftBanner {order: 1;}
  #rightEndOfBanner { 
    order: 2;
    width: auto;
    margin: 0rem 1rem 0rem 0rem;
}
  .menu {
    order: 3;
    width: 100%;
    justify-content: center;
}
  header{
    flex-wrap: wrap;
  }
  .Spanner{
    width: 18rem;
  }
}