/* CSS Document */
.clear {
	clear: both;
}
body {
      position: absolute;
      width: 100%; 
	  height: 100%;
      margin: 0; 
	  padding: 0;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  font-family: 'Roboto Condensed', sans-serif;
	  font-weight: 300;
  	  font-size: 100%;
	  color: #727272;
	  min-height: 600px;
	  background-color: #FFFEF9;
}

/*
.back1 {
	background-image: url(https://www.nawp-uk.com/images/back1.jpg);
}
.back2 {
	background-image: url(https://www.nawp-uk.com/images/back2.jpg);
}
.back3 {
	background-image: url(https://www.nawp-uk.com/images/back3.jpg);
}
*/

p, div, span, h1, h2 {
	margin: 0px;
	padding: 0px;
	font-weight: 300;
}
#header {
	width: auto;
	text-align: center;
	height: auto;
}
#logo img {
	width: auto;
	height: auto;
	max-width: 100%;
}
#headerTag {
	font-size: 190%;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: bold;
	padding: 20px 10px 20px 10px;
	color: #747474;
}

/*MENU*/
ul#menu1{
	width: auto;
	margin: 0 0 10px 0;
	list-style:none;
	padding:4px;
	background-color:#a2a2a2;
	font-size:0;
	z-index:999;
	position:relative;
	zoom:1;
	}
ul#menu1 li{
	display:block;
	font-size:0;
	float:left;
	}
* html ul#menu1 li a{
	display:inline-block;
	}
ul#menu1>li{
	margin:0;
	}
ul#menu1 a:active, ul#menu1 a:focus{
	outline-style:none;
	}
	#menu1 .topmenu {
	font-family: 'Julius Sans One', sans-serif;
	font-weight: bold;
	}
ul#menu1 a{
	display:block;
	text-decoration:none;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:10px;
	background-color:#a2a2a2;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#666666;
	}
ul#menu1 li:hover>a,ul#menu1 li a.pressed{
	background-color:#000000;
	color:#ffffff;
	text-decoration:none;
	}
ul#menu1 > label.switch{
	display:none;
	cursor:pointer;
	width:25px;
	height:20px;
	padding:10px;
	}
ul#menu1 > label.switch:before{
	content:"";
	position:absolute;
	display:block;
	height:4px;
	width:25px;
	border-radius:4px;
	background:#000000;
	box-shadow:0 8px #000000, 0 16px #000000;
	}
ul#menu1 > label.switch:hover:before{
	background:#ffffff;
	box-shadow:0 8px #ffffff, 0 16px #ffffff;
	}
ul#menu1 > .switchbox{
	display:none;
	}
ul#menu1 li.topfirst>a{
	border-radius:5px 0 0 5px;
	}
ul#menu1 li.toplast>a{
	border-radius:0 5px 5px 0;
	}
@media screen and (max-width: 1200px) {
ul#menu1 > label.switch{
	display:visible;
}
	ul#menu1 > li {
		position: initial;
	}
	ul#menu1 ul .submenu,ul#menu1 li > ul {
		left: 0;
	 right:auto;
	 top: 100%;
	}
	ul#menu1 .submenu,ul#menu1 ul,ul#menu1 .column {
		-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	padding-right: 0;
	width: 100% !important;
	}
}
@media screen and (max-width: 1100px) {
	ul#menu1 {
		width: 97%;
		max-width: 97%;
	}
	ul#menu1 > li {
		display: none !important;
			position: relative;
			width: 100% !important;
	}
	ul#menu1 > label.switch,ul#menu1 .switchbox:checked ~ li {
		display: block !important;
	}
}

/*HOME ELEMENTS*/
#homeTexttop {
	color: #727272;
	font-size: 160%;
	width: 95%;
	margin: 0 auto 20px auto;
	text-align: justify;
	font-weight: 200;
}
#homeBoxes {
	background-color: #eeeeee;
}

.fa-stack {
	position: absolute;
	top: 10px;
	left: 5px;
}
#photocopy {
	color: #a2a2a2;
	font-size: 80%;
	width: 95%;
	margin: 30px auto 0 auto;
	font-weight: 200;
}


/*TEXT ELEMENTS*/
h1 {
	font-size: 160%;
	font-weight: 200;
	color: #727272;
	padding-bottom: 10px;
}
#events h1,
#team h1 {
	margin: 0 0 10px 0;
}
#events h1, 
#contactcol h1 {
	font-weight: 400;
}
p {
	font-weight: normal;
	color: #747474;
}
#events p,
.maincontent p {
	margin: 0 10px 10px 0;
	text-align: justify;
	font-size: 120%;
	font-weight: 300;
	color: #747474;
}
.linkbutton {
  background: #a2a2a2;
  background-image: -webkit-linear-gradient(top, #a2a2a2, #727272);
  background-image: -moz-linear-gradient(top, #a2a2a2, #727272);
  background-image: -ms-linear-gradient(top, #a2a2a2, #727272);
  background-image: -o-linear-gradient(top, #a2a2a2, #727272);
  background-image: linear-gradient(to bottom, #a2a2a2, #727272);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 10px 5px 5px 0px;
}

.linkbutton:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
#team h2 {
	font-size: 130%;
	font-weight: 400;
	color: #727272;
	margin-bottom: 10px;
}
#team p {
	font-size: 100%;
	font-weight: 300;
	color: #747474;
	margin: 0 10px 10px 0;
	text-align: justify;
}

#team p a, 
#events p a,
.pagenumbers a,
.blogbox a,
.maincontent a, 
#photocopy a, 
.contactlink {
	text-decoration: underline;
	color: #675950;
	font-weight: 300;
}
#team p a:hover, 
#events p a:hover,
.pagenumbers a:hover,
.blogbox a:hover,
.maincontent a:hover, 
#photocopy a:hover, 
.contactlink:hover {
	text-decoration: none;
	color: #660099; /*dark purple*/
}

.readmore {
  background: #a2a2a2;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 90%;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 20px 0 0 0;
}

.readmore:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
.blogbox p {
	text-align: justify;
	margin: 5px 20px 10px 0;
	font-weight: 300;
	font-size: 110%;
}

ul li {
	text-align: justify;
	margin: 0 20px 10px 0;
}

.formbutton {
  background: #a2a2a2;
  background-image: -webkit-linear-gradient(top, #a2a2a2, #727272);
  background-image: -moz-linear-gradient(top, #a2a2a2, #727272);
  background-image: -ms-linear-gradient(top, #a2a2a2, #727272);
  background-image: -o-linear-gradient(top, #a2a2a2, #727272);
  background-image: linear-gradient(to bottom, #a2a2a2, #727272);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 0px;
  font-size: 110%;
}

.formbutton:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
input {
  background: #ffffff;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #000000;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  margin: 0px;
  border: 0px;
	  font-family: 'Roboto Condensed', sans-serif;
	  font-weight: 300;
  	  font-size: 100%;
	  line-height: 25px;
}
select {
  background: #ffffff;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #000000;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  margin: 0 10px 0 10px;
  border: 0px;
	  font-family: 'Roboto Condensed', sans-serif;
	  font-weight: 300;
  	  font-size: 100%;
	  line-height: 27px;
}

#contactWrapper {
	width: 95%;
	margin: auto;
}
#contactWrapper input, #contactWrapper textarea {
  background: #ffffff;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #000000;
  padding: 6px;
  text-decoration: none;
  margin: 0px;
  border: 1px solid #727272;
	  font-family: 'Roboto Condensed', sans-serif;
	  font-weight: 300;
  	  font-size: 100%;
	  line-height: 25px;
	  width: 90%;
}
#contactWrapper select {
  background: #ffffff;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #000000;
  padding: 6px;
  text-decoration: none;
  margin: 0 10px 0 0px;
  border: 1px solid #727272;
	  font-family: 'Roboto Condensed', sans-serif;
	  font-weight: 300;
  	  font-size: 100%;
	  line-height: 25px;
	  width: 90%;
}
#contactcol.check {
	width: 45px;
	height: 45px;
}


#contactcol label {
	color: #a2a2a2;
}




#linkbutton {
  background: #acb51e;
  background-image: -webkit-linear-gradient(top, #acb51e, #7b801f);
  background-image: -moz-linear-gradient(top, #acb51e, #7b801f);
  background-image: -ms-linear-gradient(top, #acb51e, #7b801f);
  background-image: -o-linear-gradient(top, #acb51e, #7b801f);
  background-image: linear-gradient(to bottom, #acb51e, #7b801f);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #000000;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 20px 5px 5px 0px;
  width: 100%;
}

#linkbutton:hover {
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}

#loginblock {
	width: 95%;
	margin: auto;
}

/*FOOTER*/
#footer {
	margin: 20px 0 40px 0;
	background-color: #a2a2a2;
	width: auto;
	max-width: 100%; 
}
#footer .copyright {
	font-size: 120%;
	color: #ffffff;
	font-weight: 200;
}
#bar {
	width: 100%;
	height: 2px;
	background-color: #acb51e;
	margin: 40px 0 20px 0;
}
#footer .Fphone {
	font-size: 190%;
	margin-top: 5px;
	font-weight: 200;
	color: #FFFFFF;
}
#footer .small {
	font-size: 90%;
	margin-top: 5px;
	font-weight: 200;
}
#footer .Fphone a {
	text-decoration: none;
	color: #333333;
}
#footer .small a {
	text-decoration: none;
	color: #666666;
}
#footer .Fphone a:hover,
#footer .small a:hover {
	color: #FFFF99;
}
/*HOME PAGE*/
.homeboxhead {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 5px;
	color: #ffffff;
}

.teamicons {
	margin: 20px 0 20px 0;
}
.teamicons img {
	margin: 0 2px 0 2px;
}
.custom-icon2 {
	width: 15px;
	height: 5px;
	text-align: center;
}
.teamicons a {
	color: #fff;
	background: #a2a2a2;
	transition: 0.5;
	border: 2px solid #333333;
	border-radius: 50%;
	font-size: 120%;
	margin-right: 4px;
	padding: 4px 10px 5px 9px;
}
.teamicons a:hover {
  background: #727272;
}

.eventbox h2 a {
	color: #675950;
	text-decoration: underline;
	font-weight: 300;
	font-size: 110%;
}
.eventbox h2 a:hover {
	color: #660099; /*dark purple*/
}
.event .small,
.blogsmall {
	font-size: 100%;
	font-weight: 300;
}
.eventtext{
	font-size: 100%;
	margin-bottom: 30px;
	font-weight: 300;
}
#whyright ul {
	color: #727272;
	font-size: 120%;
}
#map {
	width: 95%;
	margin: auto;
}

#loginblock p {
	font-size: 110%;
	font-weight: 300;
}
#loginblock p a {
	color: #675950;
	text-decoration: underline;
}
#loginblock p a:hover {
	color: #660099; /*dark purple*/
}
.loginA {
	background: #cccccc;
}

/*BECOME A MEMBER*/
@media screen and (max-width: 999px) {
#BAM {
  width: 95%;
  margin: auto;
  padding: 10px;
}
#BAMcol1,
#BAMcol2 {
	border: 1px solid #cccccc;
	padding: 10px;
	width: auto;
	margin-bottom: 10px;
}
#cost {
	font-size: 160%;
	color: #666666;
	font-weight: normal;
}
#BAM ul {
	margin-left: -15px;
	color: #727272;
}
}
@media screen and (min-width: 1000px) {
#BAM {
  display: table;
  width: 95%;
  margin: auto;
  padding: 10px;
	border-spacing: 10px;
}
#BAMcol1,
#BAMcol2 {
	display: table-cell;
	border: 1px solid #cccccc;
	padding: 15px 15px 50px 15px;
	margin: 10px;
	width: 25%;
	position: relative;
}
#cost {
	font-size: 180%;
	color: #666666;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	right: 10px;
}
#BAM ul {
	margin-left: -15px;
	color: #727272;
	min-height: 140px;
}
}
#BAM h1 {
	font-size: 150%;
	font-weight: 300;
}
#BAM h2 {
	font-size: 120%;
	font-weight: 300;
}
#BAM li {
	text-align: left;
	font-size: 120%;
	font-weight: 300;
}

/*discovery insert*/
#discovery {
	font-size: 120%;
}
#discovery div span {
	font-size: 90%;
	font-weight: normal;
}
#discovery strong {
	font-weight: 400;
}
#discovery a {
	text-decoration: underline;
	color: #675950;
	font-weight: 400;
}
#disPlace a:hover {
	text-decoration: none;
	color: #660099; /*dark purple*/
}





