* {
	margin: 0;
	padding: 0;
}
header {
  background-color: #151F2C;
  margin: 0;
  padding: 0;
  width: 100%;
  height : 120px;
 

}

 .logo {
  background-repeat : no-repeat;
  width: 300px;
  float: left;
  margin-top: 35px;

}


header ul {
   margin-top: 50px;
	padding: 0;
  	display: flex;
	list-style-type: none;
	float: right;
}

header li {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

header a {
  display: block;
  width: 6em;
  margin: 0 25px;
  padding: .5em 1em;
  text-decoration: none;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  background-color: #2A3E55;
  border-radius: 8px;

  box-shadow: 0 4px 2px rgba(0,0,0,.5);
   position: relative;
  top: 0px;
  transition:  
    background-color 0.2s,
    top 0.1s, 
    box-shadow 0.1s; 
}

header a:hover, a:focus {
background-color: #88a5c4;
border-color: #88a5c4;

}

 header a:active {
  top: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,.5);
}

address a { text-decoration: none;
			color:  #092834;
 }

address a:hover {  color: #619B7A;  }

address a:active {
	color: #88a5c9;
}


	h1
	{
	color: #092834;
	text-align: center;
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-top: -60px;
	}

	h2,h3 {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	h2
	{
		color:#347b98; 

	}
 	 h3
 	 {
 	 	color:#1a3e4c;

 	 }

 	 h3 em {
 	 	display: block;

 	 }

 	 address{
 	 	text-align: center; 
 	 }
 	 #main li
 	 {
 	 	color:#1a3e4c;
 	 	font-family: sans-serif;
 	 }

 	 .skillsline {
 	 	margin-bottom: 10px;
 	 }
 	 .refline {
 	 	margin-bottom: 10px;
 	 }

/* body styles*/

html, body {
	height: 100%;
}

#container {
	min-height: 100%;
background-image: url(images/watercolor.png);
margin: 0;
padding: 0;
background-repeat: no-repeat;
}

#main {
	overflow: auto;
	padding: 100px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.5);
}
/* footer styles */
footer {
position: relative;
background-color: #2A3E55;
bottom: 0;
width: 100%;
height : 100px;
padding: 0;

}

footer a {
	 text-decoration: none;
	 color: #fff;


}

footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;

}

footer li {
	margin-top: 30px;
	display: inline-flex;

}

/* footer link styles */

 footer a:hover {
	color:  #88a5c4;

}

footer a:active {
	color: #7ac299;
}
