@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
---------------------------------------*/

/* BOX MODEL FIX */ 
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}

#wrapper {
  max-width: 960px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 10px;
}

body {
	line-height: 125%;
	font-size: 125%;
	background: yellowgreen url("../images/bkg-tile.png") repeat fixed;
}
.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 {
	text-align: center;
	color: #8D99AE;
	background-color: #06152E;
}
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: 46%;
		margin: 1%;
		padding: 1%;
		float: left;
		box-shadow: 0px 0px 16px 0px rgba(31,77,105,0.36);
		min-height: 175px;
}
	footer { 
		clear: both;
	}
}

h1, h2, h3 {
	font-family: 'Berkshire Swash', cursive;
}

Body {
	font-family: 'Buda', cursive;
}