@import url(http://weloveiconfonts.com/api/?family=zocial);

/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}


body {
	margin-top: 150px;
	margin-bottom: 50px;
	background: none;
  font-size: 10px;
}

.full {
  background: url(images/lake.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.full .lead {
	color: #b7b7b7;
	text-shadow: 0px 1px 1px #000;
	font-size: 4em;
}

.full p {
	font-size: 18px;
	color: #302A2B;
	font-weight: 300;
}


.full h1 {
	font-family: 'Coustard', serif;
	color: #eee;
	text-shadow: 0px 1px 1px #000;
  font-size: 8em;
}

.full .email {
	font-size: 16px;
	color: #eee;
}

.full .social a{
	font-size: 18px;
	/*color: #d5d5d5;*/
	color: #302A2B
}

.full .social a:hover{
	font-size: 18px;
	color: #42393B;
	text-decoration: none;
}

.full .well.well-transparent {
	background-color: rgba(255, 255, 255, .3);
	border: 0px;
	padding: 25px 40px;
	box-shadow: 0px 1px 10px #444;
}


.info h2 {
  color: #eee;
	font-size: 3em;
  text-shadow: 0px 1px 1px #000;
}

.info ul.interests {
	font-size: 2.5em;
  color: #cdcdcd;
	padding-bottom: 20px;
}

.info ul.interests a {
  font-weight: bold;
  color: inherit;
}

.info ul.interests a:hover, .info ul.interests a:focus {
  font-weight: 900;
  text-decoration: none;
  color: #cd9d9d;
}
