@font-face {
  font-family: FontSpaceFaltura;
  src: url(images/faltura-animals-font.ttf) format("truetype");
}

h1{
	font-family: FontSpaceFaltura;
	color: #000000;
	background-color: #bc8f8f;
  font-size: 6em;
  letter-spacing: 10px;
  text-align: center;
  clear: both;
  width: 100%;
  display: block;

}

h2 .fa{
	font-size: 3em;
	opacity: inherit;
	color: #bc8f8f;
	text-align: left;
	font-weight: bold;
}


h3{
	font-size: 1.2em;
	color: #bc8f8f;
	justify-content: center;
	font-weight: bold;
}


nav{
	font-family: FontSpacePuppyBelly;
	color: #000000;
	background-color: #bc8f8;
	font-size: 1.5em;
	text-align: center;
	border-radius: 5px;
}

nav ul li{
	list-style-type: none;
	display: inline;
	color: green;
	background-color: #bc8f8;
	margin: 5px 10px 5px 10px;
}

nav a{
	text-decoration: none;
	letter-spacing: 8px;
	line-height: 10px;
	color: #bc8f8f;
	text-align: center;
	background: rgb(0,0,36);
	background: radial-gradient(circle, rgba(0,0,36,1) 0%, rgba(85,85,85,1) 48%, rgba(0,0,0,1) 100%);
	padding: 5px 5px 15px auto;
	border-style: solid;
	border-radius: 5px;
	border-color: #000000;
}
nav a:link :visited{
	color: #555555;
}

nav a:hover{
	color: #555555;
}
nav a:active{
	color: #555555;
}

body{
	font-family: Georgia;
	font-size:  1.5em;
	font-weight: bold;
	line-height: 3em;
	letter-spacing: 2px;
	color: #bc8f8f;
	background: rgb(0,0,36);
	background: radial-gradient(circle, rgba(0,0,36,1) 0%, rgba(85,85,85,1) 48%, rgba(0,0,0,1) 100%);

	margin: 0px;
}

main{
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 20px;
}


footer{
	font-family: FontSpacePuppyBelly;
	color: #000000;
	background-color: #bc8f8f;
  	font-size: 1.5em;
  	text-align: left;
  	clear: both;
  	width: 100%;
  	display: block;
  	float: left;
}

footer .fa{
	color: #006622;
	font-size: 2.1em;
}

.copy{
	color: #bc8f8f;
	font-size: 1em;
	text-align: center;
	background: rgb(0,0,36);
	background: radial-gradient(circle, rgba(0,0,36,1) 0%, rgba(85,85,85,1) 48%, rgba(0,0,0,1) 100%);
	clear: both;
	float: auto;
}

/* The hero image and text*/
.header-image {
	background-image: url("images/header.jpg");
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: auto;
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
  font-size: 3em;
}

.wrapper {
  max-width: 100%;
  margin: auto;
}

.container-fluid{
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}


blockquote{
	border-left: none;
}

.fa{
	font-size: 6em;
	text-align: right;
	color: #000000;
}


/* Slideshow gallery*/

.gallery .preview{
    width: 100%;
    height: auto;
}

.gallery .preview img{
 		border-width: 3px;
 		border-radius: 5px;
 		border-style: solid;
		border-image: repeating-linear-gradient(30deg, #000024, #555555, #bc8f80 20px) 60;

}

.gallery .gallery-thumbnails img{
    width: 100px;
    height: 75px;
    margin: 20px 10px 10px 0;
    border: 1px solid #bc8f8f;
  	border-radius: 2px;
  	padding: 4px;
}


.gallery .gallery-thumbnails img:hover{
    opacity: .8;
    cursor: pointer;
}

.gallery .preview img#preview{
    padding: 1px;
    max-width: 100%;
    height: auto;
    margin: 0 auto !important;
    display: block !important;
}
