body {
	background-color: rgba(197,213,203,1);
	margin: 2% 5% 2% 5%;
}

.title {
	text-align: center;
	font-family: 'Lora', serif;
	font-size: 50px;
	margin: 35px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	word-spacing: 1.5em;
}

nav ul {
	width: 97%;
	padding: 10px;
	border: 3px solid;*/
	/*border-radius: 20px;*/
	margin: 5px;
	min-width: 50%;
	text-align: center;*/
	background-color: rgba(214,229,187,0.6);
	background-color: rgba(159,168,163,1);
	box-shadow: 10px 10px 5px 5px rgba(0,0,0,0.3);
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	font-size: 40px;
	font-weight: bold;
	color: black;
	font-family: 'Oxygen', sans-serif;
}

a:hover {
	border-bottom: 2px solid black;
}

a:visited {
	color: black;
}

a:visited:hover {
	border-bottom: 2px solid black;
}

a:active {
	color: #ff0000;
}

img {
	float: right;
	border: 2px solid black;
	margin: 10px;
}

.index-img {
	float: right;
	border: 2px solid black;
	margin: 10px;
	border-radius: 100%;
}

.head2 {
	font-family: 'Lora', serif;
	font-size: 30px;
}

.head3 {
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
}

.main-paragraph {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
}

#Top {
	margin: 20px;
}

.main-paragraph:first-letter {
	font-size: 30px;
}

.final-span {
	color: black;
	font-weight: bolder;
}

.footer {
	width: 97%;
	height: 20%;
	background-color: rgba(159,168,163,1);
	padding: 10px;
	margin: 5px;
	border: 3px solid black;
	/*border-radius: 20px;*/
	box-shadow: 10px 10px 5px 5px rgba(0,0,0,0.3)
}

.footer p {
	text-align: center;
	font-weight: normal;
	margin: 1px;
	font-family: 'Oxygen', sans-serif;
}

.main-footer {
	font-size: 25px;
}

.p1 {
	font-family: 'Lora', serif;
	font-size: 25px;
	display: inline-block;
	margin: 2% 8% 2% 8%;
}

.p1 a {
	height: 300px;
	width: 300px;
	display: inline-block;
	margin: 2%;
}

.p1 a img {
	margin: 0%;
	height: 300px;
	width: 300px;
	border: 1px solid black;
	box-shadow: 10px 10px 5px 5px rgba(0,0,0,0.3);
	border-radius: 100%;
	display: inline-block;
}
