body {
	
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

p{
	font-family: 'Libre Baskerville', serif;
	font-size:20px;
	color: #FAFAFA;
}
.center{
	text-align:center;
}

.navbar-inverse{
	background-color: #03979d;
	border-color:#FFF;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FAFAFA;
}
.navbar-inverse .navbar-brand {
    color: #FFF;
}

h1{
	text-align: center;
	font-family: 'Lobster', cursive;
	
	color:#e8e28c;
	font-size:42px;
	text-shadow:0px 0px 10px #111;
}
.signup{
	margin:0 auto;
	max-width:800px;
	

}
#mc_embed_signup{
	background-color:transparent;
}

.logo-img{
	text-align: center;
	margin:0 auto;
	margin-top:35px;
	max-width: 1000px;
}

.logo-img img{
	margin:0 auto;
	width:350px;
	height:350px;
}

.fb-follow{
	margin:0 auto;
}
.fb-img{
	text-align: center;
	margin:0 auto;
	margin-top:35px;
	max-width: 300px;

}

.fb-img img{
	margin:0 auto;
	width:80%;
	height:80%;
}

.full {
  /*background: url("../images/norfolk-long-point-background.jpg") no-repeat left center fixed; */
  background-color:#03a9b0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}