@charset "UTF-8";
body {font-family:"Roboto", sans-serif; }
a {text-decoration: none;}
.brandchange{
	color: #FFFFFF;
	
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.logoimg {
	bottom: 0px;
	top: 54px;
}
.parallax-window {
min-height: 400px;
background: transparent;
}
.moveup {
position: relative; top: -30px;z-index:1;
}
.topcolor { background-color:#FC0;
}

.navbar {
	
	border-radius: 0px;
	
}


h1,h2,h3,h4 {
	color: #16034E;
	
}
h2,h3,h4 {
	color: #16034E;


}
.headingfrontpage {
	color: #16034E;
	
}
.headingchange{
	text-transform: none;
	
	font-size: 0.6em;
	font-weight: 500;
	text-shadow: 0 0px;
	letter-spacing: 0em;
	color: #F5F2F2;
}
.textchange {
	text-transform: none;
	line-height: 1.5em;
	font-size: 2.5em;
	text-shadow: 0px 0px 2px #000000;
	color: #FFFFFF;	
}
/*    all the image tags   */
.img_l{
	
	float: left;
}
.img_r {
	
	
	float: right;
}

.photo_r {
	float: right;
	border: 1px outset #CCC;
	padding: 15px;
	margin: 2px;
}
.img_centre	{
	float: none;
	border: 1px outset #CCC;
	padding: 15px;
	margin: 2px;
}
.img_centref	{
	float: none;

}
.bgtop {
	background-image: url(../images/logotopwhole.jpg);
	background-position:left;
}
@media (max-width: 500px) {
.bgtop{
	 background-image: -webkit-repeating-linear-gradient(270deg,rgba(123,156,204,1.00) 0%,rgba(81,103,159,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(123,156,204,1.00) 0%,rgba(81,103,159,1.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg,rgba(123,156,204,1.00) 0%,rgba(81,103,159,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(123,156,204,1.00) 0%,rgba(81,103,159,1.00) 100%);
}
}
.footerbr {
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(255,204,0,1.00) 0%,rgba(113,146,181,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(255,204,0,1.00) 0%,rgba(40,79,148,1.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg,rgba(255,204,0,1.00) 0%,rgba(40,79,148,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(255,204,0,1.000) 0%,rgba(255,204,0,1.00) 100%);
	border-color:transparent;
color: #000;
	
}
.blockyellow{
	background-color: rgba(255,204,0,0.9);
	border-color:transparent;
color: #000;
	
}

.text-white {
	color:#FFF;
}
.footerbr1 {
	background-color: #F2F2F2;

	padding: 20px 0px;

}
.footertext, .footertext a {
	background-color: #F2F2F2;
	color:#000;
	text-decoration:none;
}

.btn-default {
  background-image: -moz-repeating-linear-gradient(270deg,rgba(64,116,204,1.00) 0%,rgba(40,79,148,1.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg,rgba(64,116,204,1.00) 0%,rgba(40,79,148,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(64,116,204,1.00) 0%,rgba(40,79,148,1.00) 100%);
	border-color:#0E0645;
	color: #ffffff;
}