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

body{
    background-color: #000000;
	max-width: 100%;
    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{
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #00000;
}

.HeaderContainer {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.HeaderImage{
	margin-left: auto;
	margin-right: auto;
}

.HeaderImage img {
	width: 100%;
}
/*MENU BUTTON*/

.MENU{
	display: flex;
}
.MENUNavLinkWrapper input{
	width: 75%;
	margin-left:40px;
}
.MENUNavLinkWrapper{
	width: 200px;
	position: relative;
}
.MENUNavLinkWrapper:hover .DropContent a{
	display: block;
}
.btn{
	border: none;
	color: white;
	background: #051044;
	padding: 8px 12px;
	font-size: 25px;
	cursor: pointer;
}
.DropContent{
	min-width: 200px;
	position: absolute;
}
.DropContent a{
	text-decoration: none;
	color: white;
	background: #333644;
	font-size: 22px;
	padding: 8px 12px;	
	display: none;
	transition: 0.3 all;
}
.DropContent a:hover{
	opacity: 0.9;
	color: #9C6C09;
}
.DropContent a img{
	width: 30%;
}

.Social{
	width: auto;
	text-align: right;	
}
.Social img{
	width: 10%;
	height: auto;
}


/*Navigation Styling*/

.NavContainer {
	width: 100%;
	height: 70px;
	margin-bottom: 2%
}
.NavWrapper{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	background-color:#051044;
}
.NavLinkWrapper {
	margin-top: auto;
	margin-bottom: auto;
	height: auto;
	width: auto;	
}
.NavLinkWrapper a{
	color: white;
	text-decoration: none;
	font-size: 25px;
	font-size-adjust: auto;
}
.NavLinkWrapper:hover {
	border-bottom: solid #9C6C09;}
.NavLinkWrapper a:hover {
	color: #4C4848;
}
/* Content Style Section*/

.ContentWrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	height: 98%;
	background-color: #000000;
}

.Content{
	height:auto;	
}

/* Setting up Columns*/


/* Images for 24/7 Help Column */
.Col1ImagesContainer{
	width: 100%;
	height: 100%;
	
}
.Col1images{
	width: 50%;
	height: auto;
	margin: 4rem auto;
}
.Col1images img{
	width: 100%;
	
}

.Col2ImageContainer{
	width: 100%;
	height: auto;
}
.Col2Images{
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.Col2Images img{
	width: 100%;
}
.MainColumns3 img{
	width: 50%;
	padding-top: 1rem;
	marging-left: auto;
	margin-right: auto;	
}
.Col3ImageContainer1{
	width: 100%;
}
.Column3img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.Column3img img{
	width: 100%;
}
.MainColumns1 .h1 {
    padding-top: 1rem;
    font-size: 30px;
    text-align: center;
    text-shadow: 1px 5px 17px #F1F2F6;
}
.MainColumns2 .h1 {
	padding-top: 1rem;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 5px 17px #F1F2F6;
}
.MainColumns3 .h1 {
	padding-top: 1rem;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 5px 17px #F1F2F6;
}
.MainColumns .h1 {
	padding-top: 1rem;
	font-size: 30px;
	text-align: center;
}
.MainColumns1 {
	background-color:#7B7373;
	border-left: solid 5px;
	border-right: solid 5px;
}
.MainColumns2 {
	background-color:#7B7373;
	border-left: solid 5px;
	border-right: solid 5px;
}

.MainColumns3 {
	background-color:#7B7373;
	border-left: solid 5px;
	border-right: solid 5px;
}
.PresidentLetter{
	padding-bottom: 0px;/*CURRENTLY INACTIVE- padding-bottom should be 20px when active*/
	text-align: center;
	font-size: 22px;
	font-style: italic;
}
.PresidentLetter a{
    color: white;
}
.PresidentLetter a:hover{
	color: #D79506;
}
.MainColumns1 p {
    font-size: 18px;
    text-align: right;
}
.MainColumns2 p {
    font-size: 18px;
    margin-left: 15px;
}
.MainColumns3 p {
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
}
.NoOneKnowsContainer{
	margin-left: 10px;
	margin-right: 10px;
}
.MainColumns3 .NoOneKnows {
    font-size: 30px;
	color: #FFFFFF;
    font-style: italic;
	
}
.MainColumns2 .fineprintcontactinfo{
    text-align: center;
    color: #FFFFFF;
    font-size: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

.SignupOutterBox{
	width: auto;
	height: auto;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.SignupInnerBox{
    border: solid;
    background-color: #D79506;
    width: 50%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border-radius: 0px 26px;
    -webkit-box-shadow: -4px 17px 31px;
    box-shadow: -4px 17px 31px;
    padding-right: 7.5px;
    padding-left: 15px;
}
.SignupInnerBox .Linkbox a {
    padding-left: 15px;
    width: 100%;
}
.Linkbox{
	margin-top: 10px;
	margin-left: 7px;

}
.Linkbox a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    font-size: 30px;
    padding-left: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.Imagebox{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 1px 17px 32px;
    box-shadow: 1px 17px 32px;
}
.Imagebox img{
	width: 100%;
	
}
.MainColumns1 .h1 span {
    margin-right: 15px;
    margin-left: 15px;
}
.ContentWrapper .MainColumns2 p {
}
.ContentWrapper .MainColumns1 .HelpGoal {
    margin-left: 49px;
    margin-right: 44px;
    margin-top: 29px;
    height: auto;
    color: #D79506;
    font-size: 19.5px;
    margin-bottom: -15px;
    font-weight: bold;
    text-align: center;
}

.DonateHomePage{
	border
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	border: solid 3px;
	border-color: #000000;
	margin: 30px 10px;	
}
.DonateButtonContainer{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 5%;
}
.MainColumns3 h3 a{
	padding-top: 60px;
	text-align: center;
	color: #D79506;
}
.MainColumns3 h2 a:hover{
	color: white;
}

@media (max-width: 1205px){
	.Linkbox a{
    font-size: 22px;
}

@media (max-width: 992px){
	.Linkbox a{
    font-size: 12px;
	}
}
	
