@charset "utf-8";
/* CSS Document */

.container {
    background-color: #E6E7E9;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
height: auto;
}

.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}


.thumbnail_large {
	width: 200px;
	height: 200px;
	margin-left: auto;
}

.thumbnail_align {
	text-align: center;
}

.columns {
	width: 25%;
	float: left;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

.skills {
	text-align: center;
	color:#FFFFFF;
}


.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.grey-column {
  background-color: #E6E7E9;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.header-column {
  background-color: #010d2a;
}

.blue-column {
  background-color: #010d2a;
	
}

.lightblue-column {
  background-color: #01B2D1;
  padding: 3vh;
}



.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

@media screen and (min-width: 800px) {
  .column {
    flex: 1
  }

  .double-column {
    flex: 2
  }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  text-align:center;
}

img.location {
	max-width: 100% ;
	width: 100% ;
	height: auto ;
}


img.associationlogo {
	hspace:"3%";
	wspace:"5em";
	border:20px;
	font-size: 3px ;
}

label {
display: block;
float: left;
font-size:0.8vw;
}

div#textcont {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}


div#associations {
	text-align:center;
	margin-top: 20;
	}

div#header-left {
	padding:3vh;
	height:100%;
	
}

div#header-right {
	padding:3vh;
	text-align: right;

}

div span.postcode {
	color:#01B2D1;
	font-weight:bolder;
	font-size:20px;
	}

div span.significant {
	color:#01B2D1;
	font-weight:bolder;
	font-size:18px;
	}

div span.darkblue {
	color:#010d2a;
	font-weight:bolder;
	font-size:18px;
	}

div span.contactus {
	color:#01B2D1;
	font-weight:bolder;
	font-size:16px;
	}

div#footer {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

div#contactbar {
	text-align:right;
	color:#010d2a;
	font-size:15px
}

p { 
	font-size: 16px;
	color: #282828;}

p areas { 
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

ul {
	font-size: 16px;
	color: #282828;}

h1 {
	
	color:#01B2D1;
	font-weight:bolder;
	font-size:2.5vw;
	text-align: right;
	font-style: italic;
}

h2 {
	
	color:#FFFFFF;
	font-weight:bolder;
	font-size:22px;
	text-align: right;
	
}

h3 {
	color:#FFFFFF;
	font-weight:bolder;
	font-size:22px;
	text-align: center;
	
}

h4 {
	color:#01B2D1;
	font-weight:bolder;
	font-size:22px;
	text-align: center;
	
}

h5 {
	color:#01B2D1;
	font-weight:bolder;
	font-size:20px;
	text-align: left;
	
}

h6 {
	color:#01B2D1;
	font-weight:bolder;
	font-size:17px;
	text-align: left;
	
}

body {
	background-colour:#E6E7E9;
	font-family: Arial, Helvetica, sans-serif;
}
