@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Wallpoet&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&family=Wallpoet&display=swap');
/* CSS Document */

html,
html * {
  margin: 0;
  padding: 0;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: blue;
	display: inline;
}

h1 {
	color: black;
	font-family: Helvetica;
	font-size: 50px;
	padding: 50px 50px;
}

h2 {
	color: black;
	font-family: Helvetica;
	font-size: 25px;
}

.body_text {
	padding: 10px 50px;
	font-family: Arial;
}

.logo img {
	position: relative;
	margin: 25px;
	background-color: blue;
	z-index: 100;
	width: 115px;
}

.page_title {
	position: fixed;
	width: 100%;
	margin-left: 150px;
	height: 100px;
	line-height: 100px;
	font-size: 50px;
	font-family: "Wallpoet";
	color: white;
	text-transform: uppercase;
}

.nav {
	width: 100%;
	line-height: 50px;
	text-align: center;
	margin-top: 100px;
	position: fixed;
	background: white;
	border-bottom: 2px blue solid;
}

.nav ul {
	list-style-type: none;
	margin: 0;
}



.nav ul a {
	text-decoration: none;
	color: black;
	font-family: "Ubuntu";
	letter-spacing: 2px;
	text-transform: uppercase;
}

.nav ul li {
	padding-left: 50px;
	padding-right: 50px;
	display: inline-block;
}

.nav ul li:hover {
	background-color: whitesmoke;
}

.nav ul a:active {
	color: red;
}

.about {
	width: 100%;
	padding-top: 250px;
	background-image: url("Images/About-background.png");
	background-size: cover;
}

.about h1 {
	color: white;
}

.about p {
	color: white;
}

.home_content {
	height: auto;
}

.home_content h2 {
	margin: 50px;
}

.home_content p {
	font-family: "Arial";
	margin: 25px 50px;
	word-spacing: 2px;
	line-height: 25px;
}

.home_content image_section {
	align-items: center;
}

.project_info {
	padding-top: 250px;
	background-image: url("Images/Project-info-background.jpeg");
	background-size: cover;
}

.project_info h1 {
	color: snow;
}

.project_info_content {
	height: auto;
}

.project_info_content h2 {
	margin: 50px;
}

.project_info_content p {
	font-family: "Arial";
	margin: 0px 50px;
	word-spacing: 2px;
	line-height: 25px;
}
.project_info_content p {
	font-family: "Arial";
	margin: 25px 50px;
	word-spacing: 2px;
	line-height: 25px;
}

.project_info_content div {
	text-align: center;
}

.budget_distribution {
	width: 50%;
	height: auto;
}

.documents {
	width: 100%;
	padding-top: 250px;
	background-image: url("Images/Documents-background.jpeg");
	background-size: cover;
}

.documents_background_1 {
	background-color: oldlace;
	padding: 50px 0px;
}

.documents_background_2 {
	background-color: white;
	padding: 50px 0px;
}

.documents_content {
	height: 150px;
 	margin: 0px 50px;
}

.documents_content img {
	float: left;
	width: 150px;
	height: 150px;
}

.documents_content h2 {
	padding: 0px 50px 30px 40%;
}

.documents_content p {
	font-family: Arial;
	padding: 0px 50px 30px 40%;
}

.documents_content button {
	margin: 0px 50px 10px 0;
	background-color: red;
	border: none;
	font-size: 15px;
	float: right;
	overflow: hidden;
}

.documents_content button li {
	list-style-type: none;
	margin: 10px;
}

.documents_content button li a {
	text-decoration: none;
	color: white;
	font-family: "Ubuntu" bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.team {
	width: 100%;
	padding-top: 250px;
	background-image: url("Images/Team-background.jpg");
	background-size: cover;
}

.team h1 {
	color: beige;
}

.profile_background_1 {
	background-color: aliceblue;
	padding: 50px 0px 50px 50px;
}

.profile_background_2 {
	background-color: white;
	padding: 50px 0px 50px 50px;
}

.profile_content {
	height: auto;
	min-height: 300px;
 	margin: 0px 50px;
}

.profile_content img {
	float: left;
	width: 300px;
	height: 300px;
}

.profile_content h2 {
	padding: 0px 50px 10px 40%;
}

.profile_content p {
	padding: 10px 50px 0px 40%;
	line-height: 30px;
	font-family: Arial;
}

.gallery {
	padding-top: 250px;
	background-image: url("Images/Gallery-background.jpg");
	background-size: cover;
}

.gallery h1 {
	color: maroon;
}

.gallery_pic {
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: "Arial";
	word-spacing: 2px;
	line-height: 25px;
	text-align: center;
}


footer {
	background-color: honeydew;
	padding-left: 50px;
	font-family: Arial;
}