@charset "utf-8";
/* CSS Document */
/*Site Colour Palette
----------------------------------------
Primary colour: #06152E - dark blue (header bg)
Text colour on primary: #8D99AE - very light blue
Hyperlinks: #082E70 - bright blue
---------------------------------------*/
#wrapper {
  max-width: 960px;
  margin: 0 auto;
}
body {
	line-height: 125%;
	font-size: 125%;
}
.photornd {
	border-radius: 50%;
	
	max-width: 100%
}
header {
	padding: 60px 50px;
	overflow: hidden;
	color: #8D99AE;
	background-color: #06152E;
	text-align: center;
	}
header p {
	text-align: center;
}
a { 
color: #082E70;
text-decoration: none;}

header a{
color: #EDF2F4;
	text-decoration: none;
 
 } 
footer {

	color: #8D99AE;
	background-color: #06152E;
	text-align: center;
}
ul {
	list-style-type: none;
}

@media screen and (min-width:960px){.photornd {
  float: left;
	.centervert {
  display: inline-block;
  padding-top: 10%;
  padding-bottom: 10%;
  vertical-align: middle; .column {
}

  width: 29%;
  margin: 1%;
  padding: 1%;
  float: left;
  box-shadow: 0px 0px 16px 0px rgba(31,77,105,0.36);
  min-height: 175px;
}
footer {
  clear: both;
}

}

	
}
