/*8DC540-light, 006738-dark*, 424242-grey
H2 and H3 styles are the same for process and privacy, inheriting styles from who we are
and - process inherited same styles as who we are for body, .navbar and #whitenavlogo*/

/*who we are styles*/
  body {
    background-image: url('img/halftone.png');
  }

  .navbar {
    margin-bottom: 0px;
    position: fixed;
    z-index: 12;
    width: 100%
  }

  .nav li {
    text-transform: uppercase;
  }

  #whitenavlogo {
    height: 40px;
    width: 80px;
    margin-top: -10px;
  }
  

  h2 {
    color: #8DC540;
    font-weight: bold;  
  }

  h3 {
    color: #8DC540;
  }

  hr {
    border: 0;
    display:block;
    width: 96%;               
    background-color: black;
    height: 1px;
  }

  #whoweareparagraph {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }

  #darren {
    vertical-align: middle;
    margin-top: 100px;
  }

  #aboutdarren {
    color: black;
    text-align: center;
    display: block;
  }

  #caption p {
    color: #8DC540;
    display: block;
    text-align: center;
  }



  .greyh3 {
    color: #bdbdbd;
  }

/*the process styles*/
  
  .processintro {
    color: #006738;
    font-size: 16px;
  }

  hr {
    border: 0;
    display:block;
    width: 96%;               
    background-color: black;
    height: 1px;
  }

  .glyphicon {
    font-size: 50px;
    text-align: center;
    display: block;
  }

  .steps {
    text-align: center;
  }

  #thesteps p {
    color: black;
  }

  a:link {
    color: #006738;
  }

  a:active {
    color: #006738;
  }

  a:visited {
    color: #8DC540;
  }

  #caption p {
    padding-left: 60px;
    padding-right: 60px;
  }

  #ifyoulove p {
    text-align: center;
  }


/*privacy styles*/  )

  .logodiv {
  	padding-top: 50px;
  }

	#privacy h3 {
    color: black;	
	}

	#privacy {
		padding-bottom: 50px;
	}

  #privacylogo {
    padding-top: 50px;
    padding-bottom: 50px;
  }

	#footer {
   	background-color: black;
    width: 100%;
    color: white;
    }

	#footertext {
    text-align: right;
    padding-top: 5px;
  }
    
  a:hover {
    text-decoration: none;
  }

  #footer a:visited {
    color: #8DC540;
  }


