body {
background-color: orange;
height:1700px;
padding: 0;
margin: 0;
background-position: center;
background-repeat: no-repeat;
box-sizing: border-box;
}

.header-image {
width: 100px;
height: 100px;
border-radius: 50%;
}
.main-header {
background-color: rgb(85,85,85);
color: #ffffff;
padding: 1px 0;
position:fixed;
width: 100%;
z-index: 9999;
opacity: 90%;
border-bottom: 4px solid rgb(83, 81, 81);
border-top: 4px solid rgb(77, 75, 75);
border-left: 4px solid rgb(76, 74, 74);
border-right: 4px solid rgb(73, 73, 74);
}

@media (max-width:768px) {}
.header-container {
width: 100%;
min-width:min-content;
max-width: 1200px;
margin: 0 auto;
display:flex;
align-items: center;
justify-content: space-between;
opacity: 100%;
margin: 0 auto;
padding:0 20px;
flex-wrap:wrap ;
position: relative;
gap: 10px;

}
@media (max-width:768px) {}
.welcome-message {
font-size:22px;
color: rgb(179, 189, 189);
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
margin-right: 10%;

}

.site-title {
font-size: 2rem;
}
.main-nav-two ul{
display: flex;
list-style:none;
justify-content: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
text-align: center;
gap: 5px;

}
.main-nav-two a:hover {
color: red;
background-color:rgb(153, 103, 103);
border-bottom: 3px solid #853333;
border-left: 3px solid #ab3131;
border-right: 3px solid #ac3131;
border-top: 3px solid #853333;
}

.main-nav-two a {
text-decoration: none;
color: #ebdfdf;
font-weight: bold;
background-color:gray;
font-size: small;
text-align: center;
display: inline-block;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
border-bottom: 3px solid #5a5656;
border-left: 3px solid #b17e7e;
border-right: 3px solid #b17e7e;
justify-content: center;
flex-wrap: wrap;
border-top: 3px solid #5a5656;
  
}
.construct-message p {
text-align: center;
background-color: rgb(158, 19, 19);
padding-top:15%;
color: white;
font-weight: 200;
font-size: large;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.construct-index-message-links a {
color: white;
}
.main-nav ul {
list-style:none;
display: flex;
gap: 20px;
margin: 0;
padding: 0;
padding-top: 1.5%;
text-align: center;
}
.main-nav a {
text-decoration: none;
color: #ffffff;
font-weight: bold;
font-size: smaller;
background-color:gray;
display: inline-block;
padding-block-end: 1%;
padding-inline-start: 10%;
padding-inline-end: 10%;
text-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
border-bottom: 3px solid #5a5656;
border-left: 3px solid #b17e7e;
border-right: 3px solid #b17e7e;
border-top: 3px solid #5a5656;

  
}
.main-nav a:hover {
text-decoration: none;
color: rgb(150, 150, 195);
background-color: rgb(64, 62, 106);
border-bottom: 3px solid #433c7a;
border-left: 3px solid #3b327f;
border-right: 3px solid #3b327f;
border-top: 3px solid #433c7a;

}

.LLCBrand, h1 {
text-align:left;
font-size: 18px;
color: rgb(212, 198, 198);
margin-left: 2%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);

}
.footermenu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap:20px;
justify-content: center;

}
.footermenu li {
display: inline;
}

.footer {
text-align: center;
background-color: rgb(85, 85, 85);
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9999;
opacity: 90%;
border-bottom: 4px solid rgb(83, 81, 81);
border-top: 4px solid rgb(77, 75, 75);
border-left: 4px solid rgb(76, 74, 74);
border-right: 4px solid rgb(73, 73, 74);

}

.bottomaction-link {
border-bottom: 3px solid #7b7979;
border-left: 3px solid #616060;
border-right: 3px solid #615f5f;
border-top:3px solid #7b7979;
text-decoration: none;
color: rgb(199, 188, 188);
font-size: x-large;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
background-color: rgb(118, 88, 88);
text-align: center;
align-self: center;
}

.bottomaction-link:hover {
border-bottom: 3px solid #b5a7a7;
color:#ffffff;
border-left: 3px solid #b17e7e;
border-right: 3px solid #b17e7e;
border-top: 3px solid #b5a7a7;
background-color:rgb(120, 120, 104);
}
.mailtolink, a {
color:rgb(255, 223, 42);
text-decoration: none;
font-weight: 400;
font-size: large;


}
.mailtolink, a:hover {
color:yellow;
}

.emailus {
float:right;
color:rgb(163, 149, 149);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
font-size: medium;
margin-right: 12px;

}
.mailicon , img{
height: 64;
width: 64;
}
.listing-prompt {
font-size: x-large;
text-align: center;
color: rgb(187, 171, 171);
font-weight: bold;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
/*Privacy Policy Page*/

.privacy-policy-section, .privacy-policy-message {
text-align:center;
text-decoration: none;
color: #ffffff;
font-size: x-large;
width:1000px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 300;
line-height: 1.6;
letter-spacing: 0.5px;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.privacy-policy-footer, h2 {  
color:#ffffff;
font-size: x-large;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
margin: -1%;
}
.privacy-policy-header, h1{
color:#ffffff;
font-size: xx-large;
margin-right: 40%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.privacy-policy-section-container .privacy-policy-section {
background-color: rgb(39, 18, 179);
border-radius: 1%;
opacity: 75%;
border: 1px solid #ffffff;
padding-bottom:0px;
}
.privacy-policy-section-container .privacy-policy-section:hover {
  background-color: red;
  border:3px solid rgb(154, 15, 145);

}
.privacy-policy-body {
min-height: 3205px;
}
.privacy-policy-section-container {
  padding-top: 190px;
  display: flex;
  justify-content: center;
}
/*Terms and Conditions Page*/
.terms-and-conditions-section, .terms-and-conditions-message {
text-align:center;
text-decoration: none;
color: #ffffff;
font-size: x-large;
width:1000px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 300;
line-height: 1.6;
letter-spacing: 0.5px;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.terms-and-conditions-footer, h2 {  
color:#ffffff;
font-size: x-large;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
margin: -1%;
}
.terms-and-conditions-header, h1{
color:#ffffff;
font-size: xx-large;
margin-right: 40%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
text-align: center;
justify-content: center;
}
.terms-and-conditions-section-container .terms-and-conditions-section {
background-color: rgb(134, 118, 237);
border-radius: 1%;
opacity: 75%;
border: 1px solid #ac4343;
padding-bottom:0px;
}
.terms-and-conditions-section-container .terms-and-conditions-section:hover {
  background-color: rgb(213, 127, 127);
  border:3px solid rgb(94, 24, 89);

}
.terms-and-conditions-body {
min-height: 1830px;
}
.terms-and-conditions-section-container {
  padding-top: 190px;
  display: flex;
  justify-content: center;
}
/*Donation Page*/
.donate-title-wrapper  {
  display:flex;
}


#donate-message  {
color:#1fe736;
text-shadow: 1px 1px 1px rgb(0, 0, 0);

}
#donate-footer {
color:#1fe736;

}




