/* Standard Tags */
body 	{
	color: #646464;
	font-family: Helvetica, Arial, sans-serif;
	line-height:150%;
	font-weight: 100;
}

li	{
	list-style:none;
	}
	
a {
	color:#9ad163;
	text-decoration:none;
}

a:hover {
	color:#22820A;
	text-decoration:none;
}
nav {
	width: 100%;
}

h1 {
	font-size: 5em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	color: #fff;
}	

h6 {
	font-size: 1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

p  {
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 3em;
	color: #fff;
	line-height: 125%;
	text-align:center;
}
/* --------- */
/* Logo Styles */
.logo, .logo-dark, .logo-dark-small {
	font-family: 'Pacifico', cursive;
	font-size: 6em;
	color: #fff;
	line-height: 2.5em;
	text-align: center;
}

.logo-dark { color: #646464; }

.logo-dark-small {
	font-size: 4em;
	color: #646464;
}
/* --------- */
/* Containers */	
.parallax-container {
  height: 900px;
  width: 100%;
}
.container {
	background-image:url(../img/content-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	color: #646464;
}
.container p {
	color: #646464;
	padding-bottom: 3%;
}

.container h1 {
	color: #646464;
}
/* --------- */
/* Footer */
footer { padding-bottom: 2%; }	
footer nav	{
	font-weight: bold;
	width: 100%;
	text-align:center;
}

footer nav li	{
	display: inline-block;
	padding: 2%;
	}
	
footer nav li a 	{
	color:#848484;
	}
/* --------- */
/* Section Padding */
#home { padding-top: 3%; }
#welcome, #services { padding-top: 2%; }
#about, #contact { padding-top: 5%; }
#contact p { padding: 0 0 3% 0; }
#services { padding-top: 1%; }
/* --------- */
/* Ghost Buttons */	
.ghost-button-full-color {
  display: inline-block;
  width: 20%;
  margin: 5% 2%;
  padding: 2%;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: color 0.3s ease-out,
              background-color 0.3s ease-out,
              border-color 0.3s ease-out;
}

.ghost-button-full-color:hover,
.ghost-button-full-color:active {
	background-color: #0A3201;
	color: #fff;
	transition: color 0.3s ease-in,
              background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}
/* --------- */
.pricing-table { margin-top: 5%;}
.pricing-table .title {
		background-color: #61615a; 
		color: #fefefe;
		font-size: 1.25em;
}

.pricing-table .price {
	color: #61615a;
}

@media only screen and (max-width: 640px) {
	.logo, .logo-dark, .logo-dark-small {
		font-size: 4em;
		line-height: 1.25em;
	}
	.logo-dark-small {
		font-size: 3em;
	}
	h1 { font-size: 3em; }
	p { font-size: 2em; }
	h6 { font-size: .75em; }
	.parallax-container {
	  height: auto;
	  width: 100%;
	}
	#home { padding: 3% 0 0 0; }
	footer { padding-top: 3%; bottom: 0;}
}