@charset "utf-8";
body {
	background-color: #D5A0F4;
	color: #FFFFFF;
	font-family: ubuntu-condensed;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	background-image: url(../Images/Refugee%201.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
h2   {
	color: #FFFFFF;
}
body nav {
	color: #000000;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 500%;
	text-align: left;
	width: auto;
	text-indent: 5%;
}


body footer {
	color: #000000;
	font-size: medium;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	clear: both;
	height: 20px;
	opacity: 1;
	bottom: 20px;
}
.Main {
	width: 30%;
	float: right;
	background-color: #D5A0F4;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	margin-right: 20px;
}
.Main p {
	color: #000000;
}
