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

body {
	background-color: #000000;
    width: 85%;
	min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: medium;
	height: auto;
}

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

.Header{
	width: 100%;
}
.HeaderImageContainer{
	padding-top: 20px;
	display: flex;
	width: 100%;
}
.Image{
	width: 100%;
	max-width: 500px;
}
.HeaderImageContainer img{
	width: 100%;
	height: auto;
}
.HeaderImageContainer h3{
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	width: 50%;
	color: darkgoldenrod;
}
.SecondColumn{
	background-color: black;
}
.Nav{
	display:flex;
	float: right;
	justify-content: space-between;
	width: 100%;
	margin-top: 1rem;

}
.LinkWrapper{
	text-align: center;
	margin: 4px;
	border: none;
	border-color: #7B7373;
	background-color: #000000;
	width: 100%;
	

}
.LinkWrapper a{
	width: 100%;
	color: #373FD0;
	text-decoration: none;
	justify-content: center;
	transition: 1s;
	font-size: 20px;
	
}
.LinkWrapper:hover {
	background-blend-mode: color-burn;
}
.LinkWrapper a:hover {
	color: white;
	border-bottom: solid #9C6C09;
}
	
/* Legal Defense Section*/	

.Column1{
	margin:20px 
}

.Column2{
    height: 600px;
    margin-top: 30px;
    background-color: #7280A9;
}
.LegalContainer{
	background-color: #7B7373;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}
.LegalHeader {
	display: flex;
	width: 100%;
	height: auto;
	background-color: white;
	
}
.Logo1{
	width: 75px;
	height: 75px;
	padding: 10px;
}
.Logo1 img{
	width: 100%;
}	
 
.Logo2{
	width: 75px;
	height: 75px;
	padding: 10px;
	margin-left: auto;
} 
.Logo2 img{
	width: 100%;
}	
spanlegal{
	font-size: 20px;
	text-decoration: underline;
}
.LegalInformation{
    margin: 0px,10px;
    font-size: 21px;
    height: auto;
    text-shadow: 0px 0px;
}
.LegalInformation h2{
    color: white;
    text-shadow: -6px 16px 21px black;
}
.FreeCollegeBackGround .FreeCollegeText h2 {
    padding-top: 0px;
}
.LegalInfoNav a{
	text-decoration: none;
	float: right;
	padding: 2px;
	margin: 15px;
    background-color: #D1CECE;
    color: #474343;
    text-decoration: none;
    border: solid 2px;
    border-radius: 6px
}


/*FREE COLLEGE SECTION*/


.FreeCollege{
    width: 100%;
    height: 100px;
    font-size: 21px;
    color: white;
    opacity: 1;
}
.FreeCollege h1{
    color: white;
}
.FreeNav{
	height: auto;
	width: 100%;
	float: right;
}
.FreeNav a{
	align-content: center;
	background-color:#E5BA41;
	padding: 20px;
	height: 100px;
}

.Column2Wrapper{
	position: relative;
	
}
.FreeCollegeBackGround{
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.FreeCollegeText h2{
    color: white;
    position: absolute;
    top: 0;
    height: auto;
    text-align: center;
    font-size: 31px;
    margin-left: 29px;
    text-shadow: -6px 17px 19px #060606;
}
.EducationalMessage{
	display: flex;
	width: 100%;
	color: white;
	margin-top: 35px;
	font-size: 22px;
}
.FreeCollegeText a{
	text-decoration: none;
	color: gold;
}
.FreeCollegeText h4 a:hover{
	color: white;
}
.EducationalMessage span{
    color: black;
    font-style: oblique;	
}
.EducationalImage{
	width: 75%;
	margin-top:
}
.EducationalImage img{
	width: 100%;
}
.FreeCollegeText h4{
	color: black;
    position: absolute;
    top: 0;
    height: auto;
    text-align: center;
    font-size: 20px;
    margin-left: 29px;
	margin-top: 70px;
	text-align: left;
}
.EducationalQuote{
    margin: 35px;
   
}
.FreeNav{
	margin-right: 40px;
   text-align: right;
}

/*National Benefits Section*/

.NationalBenefits{
	width: auto;
	height: auto;
	background-color: #9B6B08;
	margin-top: 30px;
	padding-bottom: 30px;
}
.NationalHeader{
    padding-top: 10px;
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.NationalHeader h2{
	color: white;
    top: 0;
    height: auto;
    text-align: left;
    font-size: 31px;
    margin-left: 29px;
    text-shadow: -6px 17px 19px #060606;
}
.NationalHeader h3{
	margin-left: 35px;
    font-style: oblique;
    font-style: oblique;
}
.NationalMainText{
	margin: 30px;
	font-size: 21px;
	color: white
}
.NationalMainText a{
    padding: 1px;
    background-color: #7280A9;
    border: solid 2px;
    border-color: black;
    text-decoration: none;
    color: black;
    -webkit-box-shadow: 7px 8px 13px;
    box-shadow: 7px 8px 13px;
}
.NationalMainText a:hover{
	color: white;
}
.NationalMainImage img{
	width: 15%;
	float: right;
	margin-right: 200px;
	margin-top: 30px;
}
.AdditionalResources{
	margin: 50px;
    font-size: 25px;
    font-style: italic;
    font-weight: 900;	
}
.Services{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
    -webkit-box-shadow: 106px 41px 145px 121px #7B7373;
    box-shadow: 106px 41px 145px 121px #7B7373;
    opacity: 1;
}
.Services ul{
    padding-right: 30px;
    -webkit-box-shadow: 4px 5px 118px 8px #FFFEFE;
    box-shadow: 4px 5px 118px 8px #FFFEFE;
    border-radius: 0px;
}
.Services a{
    color: black;
}
.Services a:hover{
	color: white;
}
	
@media (max-width: 1070px){
	.LinkWrapper a{
		color: white;
		font-size: 20px;}
}
