@font-face {
  font-family: FontSpacePuppyBelly;
  src: url(puppybelly.ttf) format("truetype");
}

h1{
	font-family: FontSpacePuppyBelly;
	color: #2c505c;
  font-size: 5em;
  font-weight: bold;
  text-align: center;
}

h2{
	font-size: 2em;
	color: #800000;
	text-align: left;
	font-weight: bold;
}

h2 span{
	background-color: #EEEEEE;
}

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

h3 span{
	background-color: #EEEEEE;
}


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

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

nav a{
	text-decoration: none;
	padding-right: 10px;
}
nav a:link :visited{
	color: purple;
}

nav a:hover{
	color: #CD5C5C;
}
nav a:active{
	color: #000080;
}

body{
	font-family: Georgia;
	font-size:  1em;
	font-weight: bold;
	line-height: 3em;
	letter-spacing: 2px;
	color: #4682B4;
	text-align: left;
	background-color: #EEEEEE;
	margin: 0px;
}

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


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


footer{
	color: #000080;
	background-color: #B0C4DE;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	padding: 10px;
	margin: 0;
	display: block;
}

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

/* The hero image and text*/
.home-hero {
  background-image: url("images/header.jpg");
  height: 475px;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
}

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

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

.row{
	text-align: center;
}


