
body {
	background-position: center center;
 	background: url('../img/b2.jpg') center center; 
	background-size: cover;
	background-repeat:no-repeat;
}

.navbar-inverse .navbar-toggle {
	margin-right: 25px;
	border: 2px solid white;
}

.topspace {
	height: 30px;
}

.title{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	margin-bottom: 10px;	
}

#footer{
	text-align: center;
	font-size: 1em;
	color: white;
}

.topcontent {
 	padding-top: 30px;
 	padding-bottom: 50px;
 	padding-right: 25px;
 	padding-left: 20px;
 	
 	margin-right: 25px;
 	margin-left: 20px;
 	
	color: #572000;
	background: rgba(255,255,255, 0.8);
	
}

.topfooter {
 	padding-right: 25px;
 	padding-left: 20px;
 	
 	margin-right: 25px;
 	margin-left: 20px;
 	
	color: #572000;
	background: rgba(255,255,255, 0.8);	
}

.toptitle {
 	padding-right: 25px;
 	padding-left: 20px;
 	
 	margin-right: 25px;
 	margin-left: 20px;
 	
 	margin-bottom: 20px;
 	
	color: #572000;
	background: rgba(255,255,255, 0.8);	
}


.center {
	text-align: center;
}


/*
.content {
	opacity: 1;
}
*/
   
.navbar-collapse {
	border: transparent;
}
  
.navbar {
    background-color: transparent;
    background: transparent;
    border: transparent;
  }
  
.navbar ul li a:active, 
.navbar ul li a:hover,
.navbar ul li a:visited,
.navbar ul li a:link { 
	color: #572000;
}

.navbar ul li a.current {
	color: white;
}

   
.navbar ul li a:hover{
	color: black;
}

.line {
	background: transparent;
	
	margin-top: 5%;
	margin-bottom: 3%;

	border-bottom-style: solid;
	border-bottom-color: white;
}




/* unvisited link */
a:link {
	text-decoration: none;
    color: #572000;
	font-family: sans-serif;
	font-style: normal;
	font-size:16px;}

/* visited link */
a:visited {
	text-decoration: none;
    color: white;
	font-family: sans-serif;
	font-style: normal;
	font-size:16px;}

/* mouse over link */
a:hover {
	text-decoration: none;
    color: white;
	font-family: sans-serif;
	font-style: normal;
	font-size:16px;}

/* selected link */
a:active {
	text-decoration: none;
    color: white;
	font-family: sans-serif;
	font-style: normal;
	font-size:16px;}


	
	
blockquote {
  opacity: 0.2;
  border-left: 10px solid #ccc;
  margin-top: 10px;
  quotes: "\201C""\201D""\2018""\2019";
  line-height: 200%;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: " "close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

author {
	float: right;
	opacity: 0.2;
	font-style: italic;
	font-weight: bold;
}


.ghost-button {
	display: inline-block;
	width: 80%;
	padding: 8px;
	
	font-weight: bold;
	
/* 	text-shadow: 1px 1px 1px #000; */
	
	background: rgba(255,255,255, 0.8);

	color: #572000;
	border: 2px solid white;
	box-shadow: 1px 1px 1px white;
	
	text-align: center;
	outline: none;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.ghost-button:hover,
.ghost-button:active {
	background-color: #fff;
	color: #000;
	text-shadow: none;
}

a.inLink {
	color: #572000;
}

.ghost-button.current {
	background-color: rgba(87, 32, 0, 0.8);
}

section{
    margin-top: 4px; /* Creates space above the section */
}