@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    font-size: medium;
}

.PageWrapper {
	background-color: #000000;
	width: 100%;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

.Header{
	width: auto;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.FirstColumn{
	background-color: black;
}
	
.HeaderImageContainer{
	max-width: 25rem;
	
}
.HeaderImageContainer img{
	width: 100%;
	height: auto;
	
}
.SecondColumn{
	background-color: black;
}
.SecondColumn img{
	float: right;
	width: 15%;
}
.Nav{
	display: flex;
	justify-content: space-around;

}
.LinkWrapper{
	
	margin-top: 1rem;
}
.LinkWrapper a{
	color: #373FD0;
	text-decoration: none;
	transition: 1s;
	font-size: 21px;
}
.LinkWrapper:hover {
	border-bottom: solid #9C6C09;
}
.LinkWrapper a:hover {
	color: white;
}
.DonateButtonContainer{
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 20rem;
}
.DonateButtonContainer{
	margin-top: 3rem;
	color: white;
}

input{
	width: 100%;
}
.DonationThankYou{
    border: 3px solid #4C4848;
    height: 20rem;
    color: darkgoldenrod;
    font-size: 35px;
    border-radius: 48px;
}
.DontationRegulation{
    color: white;


    font-size: %;
    font-size: small;
}

.DonateButtonContainer img{
	width: 10%;
	float: right;
	padding-right: 2rem;
}
.PageWrapper .DonationThankYou {
    text-align: center;
}
.FooterDisclaimer {
	color: #4C4848;
	text-align: right;
}
.FooterDisclaimer a{
	color: #4C4848;
}
.FooterDisclaimer a:hover{
	color: white;
}

@media (max-width: 1203px){
	.LinkWrapper a{
	color: white;
	text-decoration: none;
	transition: 1s;
	font-size: 20px;
}

@media (max-width: 1070px){
	.LinkWrapper a{
		color: white;
		font-size: 20px;}
	} 
}
