/*This is the CSS page for the project*/
h1,h2{
	color: black;
	font-weight: normal;
	line-height: 11px;
}

h1{
	text-align:center;
	font-size:300%;
}

p{
	line-height: 15px;
}

body{
    font-family: Arial; font-size: 80%; 
    line-height: 12px; width: 100%; 
    background: #eee;
}

.webpage{
	margin:20px;
}

#heading{
	font-family:Times New Roman ;
	
}
/*This is the beining of syling for the navigation bar*/
/*The code is adaptef from the W3school "top navigation bar"*/

.topnav{background-color: #333;
    overflow: hidden;}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;color: black;
}

.topnav a.active {
    background-color: #0000ff
}

figure{
	float:right;margin:3px 3px 3px 10px;padding:2px;
	text-align:center;border:1px solid #000000;
}

figure img{
	width:150px;height:150px;border:0
}

figure figcaption {
    text-align: center;
}

#content h2{
	font-size:200%;
}

#content{
	margin: 30px 0;
	background: white;
	padding: 20px;
	clear: both;
	box-shadow: 0px 1px 1px #999; 
}

#footer{
	border-bottom: 1px #000000 solid;
	margin-bottom: 5px;
}

#footer p{
		text-align: right;
		font-size: 70%;
		color: black;
		font-family: Arial;
	}

.flex-container {
  display: flex;
  height: 400px;
  flex-wrap: wrap;
  align-content: center;

}


.flex-container > div {
  margin: 10px;
  text-align: center;
}

.image{
	width:200px;
	height:200px;
	border:0
}

.con{
    margin: 30px 0;
	background: white;
	padding: 20px;
	clear: both;
	box-shadow: 0px 1px 1px #999;	
}
.con > p{
	
	font-family: Arial; 
	font-size: 100%;
}

.con h2{
    color: black;
	font-weight: normal;
	line-height: 30px;
	font-size: 200%;
	border-left: 5px solid orange;
}

.footer{
	text-align: right;
	font-family: Arial; 
	font-size: 100%;
}

.important{
	color:red;
}

#logo{
	float: right;
}

#logo img{
	border:0;
	width:88px;
	height:31px;
}