body {
	background-color: #99d6ff;
	background-image: url("../Images/ca9bf7.png");
} 

/* Anchor Tag Related Selectors and Class/Ids  */
a {
	font-size: large;
	font-weight: bold;
	font-color: $800000;
}
	
a:link {
	color: #cc0000;
	text-decoration: underline;
}
	
a:visited {
	color: #800000;
}

a:hover {
	color: #cc0000;
	cursor: pointer;
	text-decoration: none;
}

/* Header and Related Class/IDs */

.header_container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px; 
	/*background-color: #ffffff; */
	background-image: linear-gradient(to right, pink, white, lightblue);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width:101%;
	margin-left: -5px
}
	
DIV.header_items_container {
	position: absolute; 
	text-align: center;
	top:1%; 
	margin-top: -5px;
}
	
DIV.header_items {
	display: inline-block; 
}

IMG.logo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -25px;
}

H2.head {
	text-align: center;
	text-transform: uppercase;
	color: #4CAF50;
}

/* Paragraph Element Related Selectors and Class/Ids */
p {
	background-color: #FFFFFF;
	font-family: cursive;
	font-size: medium;
	color: #000000;
}

.quote {
	border: 3px solid black;
	background-color: #d1d1e0;
	padding: 5px;
	margin: 10px 10px 0px 5px;
	width: 33%;
	text-align: justify;
	font-style: italic;
	font-weight: normal;
	display: inline-block;
	float:left;
}

H2.title {
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: -2px;
}

.welcome {
	font-size: x-large;
	font-color: #FF0000;
	text-align: center;
}
