@charset "utf-8";
/* CSS Document */
body {
	margin: 20px 0 20px 0;
	padding: 0 0;
	background-image: url("https://bf.ravens.org.uk/img/back-tile.jpg");
	
}
a {
	color:#FF6600;
	
	font-style: italic;
	font-weight: bold;
	
}

img{
	padding: 20px 0 20px 0;	
}
h3 {
	color: #FF6600;
}

.nobullet {
	list-style:  none;
	font-style: italic; 
}
.mcontainer {
	width : 85%;
	margin :0 auto;
	background-color: white;
	padding: 30px;
	
}
.mheader {
	width:95%;
	margin: 0 auto;
	text-align: center;
		
}

.float-left {
	float: left;
}
.float-right {
	float: right;
	align-items: center;
	text-align: start;
}
.float-none {
	float: none;
}
.float-centre {
	align-items: center;
	text-align: center;
	vertical-align: middle;
}
.header-item {
	
}

.topright{
	position: absolute;
  	top: 10px;
  	right: 10px;
	
}
.nav{
	text-align: center;
	
}

.mcontent {
	padding: 15px;
	min-height: 1000px;
	
}

.twocol {
	width: 45%;
	border-radius: 5px;
	padding: 10px;
}
.colorburgandy {
	background-color: #660000;
}
.colorred {
	background-color: #cc0000;
}
.colorwhite {
	background-color: white;
}
.textwhite{
	color: antiquewhite;
}

.content a {
	text-decoration: none;
}
.content a:hover {
	text-decoration: none;
	font-size: +1em;
	
}
hr {
	width: 80%;
	text-align: center;
	margin-top: 50px;
}

h6{
	font-size: 0.75em;
}
.nav-link{
	font-variant: small-caps;
	font-size: 0.85em;
}

.addpad5{
	padding:5px;
}
.addpad10{
	padding:10px;
}
h4 {
	font-size: 1.2em;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 20px;
}