a, a:hover {
	text-decoration: none;
}

body {
	background: url('images/clouds.jpg');
	background-size: cover;
}

#page {
	background: rgba(255, 255, 255, 0.6);
	background: linear-gradient(to bottom,
	rgba(255, 255, 255, 0.3),
	rgba(255, 255, 255, 0.8),
	rgba(255, 255, 255, 0.8),
	rgba(255, 255, 255, 0.3)
	);
	border-radius: 4px;
	margin: 3em 5em;
	box-shadow: 0 1px 0 #ccc,
	0 2px 0 #c9c9c9,
	0 3px 0 #bbb,
	0 4px 0 #b9b9b9,
	0 5px 0 #aaa,
	0 6px 1px rgba(0, 0, 0, .1),
	0 0 5px rgba(0, 0, 0, .1),
	0 1px 3px rgba(0, 0, 0, .3),
	0 3px 5px rgba(0, 0, 0, .2),
	0 5px 10px rgba(0, 0, 0, .25),
	0 10px 10px rgba(0, 0, 0, .2),
	0 20px 20px rgba(0, 0, 0, .15);
}

#header h1 {
	text-shadow: 0 1px 0 #ccc,
	0 2px 0 #c9c9c9,
	0 3px 0 #bbb,
	0 4px 0 #b9b9b9,
	0 5px 0 #aaa,
	0 6px 1px rgba(0, 0, 0, .1),
	0 0 5px rgba(0, 0, 0, .1),
	0 1px 3px rgba(0, 0, 0, .3),
	0 3px 5px rgba(0, 0, 0, .2),
	0 5px 10px rgba(0, 0, 0, .25),
	0 10px 10px rgba(0, 0, 0, .2),
	0 20px 20px rgba(0, 0, 0, .15);
	color: #FFF;
	font-size: 3em;
}

#header h1 .subtitle {
	text-shadow: none;
	font-size: 1.3rem;
	margin-top: 20px;
	color: #666;
}

#content #contact table {
	font-size: 1.3rem;
}

#content #contact table .special {
	color: #AAA;
	text-align: right;
}

#content #contact table td {
	border: none;
}

#content #contact {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	background: rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.6);
}

#content #contact * {
	color: #CCC;
}

#content #contact h2 {
	padding: 0.3em 0;
	margin: 0;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 1px dashed #CCC;
}

#content #contact img {
	padding: 3px;
	border: 1px dashed #CCC;
}

#content #vitae td{
	padding-top:0 !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #666;
}
#content h3 {
	margin-top: 0;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	color: #666;
	border-bottom: 1px dashed #666;
}

a{
	color:#444;
}

.pricing td{
	padding: 3px 5px;
	vertical-align: top;
}