@charset "UTF-8";
*{
	margin: 0;
	padding:0;
	border:0;
	box-sizing: border-box;
}
#Freedom h1{
	color: #800020;
	width: 100%;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
	margin: 2% 0 0 5%;
	padding: 2% 2% 2% 10%;
	
}

#Freedom{
	color: #800020;
	width: 58%;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
	background: url("Images/Freedom1BGFull.jpg");
	background-repeat: no-repeat;
	margin: 2% 20%; 
	padding: 0 3%;
	border: 6px solid #E30B5C;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	
}
.Copyright1{
	width: 100%;
	text-align: left;
	font-family: Book Antiqua, serif;
	font-size: 70%;
	line-height: 1.4;
	padding: 1% 0;
	
}


/*	MEDIA QUEIRIES ONWARDS*/


@media screen and (max-width: 1024px){
	#Freedom{
		background: url("Images/Freedom1BG1024.jpg");
		background-repeat: no-repeat;
		width: 73.8%;
		margin: 3% auto; 
	}
}

@media screen and (max-width: 768px){
	#Freedom{
		background: url("Images/Freedom1BG768.jpg");
		background-repeat: no-repeat;
		width: 93%;
		margin: 5% 5% 5% 4% ; 
	}
}

@media screen and (max-width: 640px){
	#Freedom h1{
		margin: 0 0 0 9%;
		padding: 2% 2% 1% 7%;
	
	}
	
	#Freedom{
		width: 98%;
		font-size: 100%;
		background: url("Images/Freedom1BG640.jpg");
		background-repeat: no-repeat;
		margin: 5% 1%;
	}
}

@media screen and (max-width: 500px){
	#Freedom{
		width: 97.5%;
		font-size: 90%;
		background: url("Images/Freedom1BG500.jpg");
		background-repeat: no-repeat;
		padding: 0 0 -3% 0;
		margin: 5% 1% 5% 1%;
	}
}

@media screen and (max-width: 480px){
	#Freedom{
		width: 98%;
		font-size: 90%;
		background: url("Images/Freedom500.jpg");
		background-repeat: no-repeat;
		padding: 0 0 -3% 0;
		margin: 5% 1% 5% 1%;
	}
}






