a, a :link, a :visited, a:hover, a:active{
	color: black;
	text-decoration: none;
}

p {
	color: #994d00;
	text-indent: 50px;
}

h3 {
	color: #994d00;
	text-transform: uppercase;
}

h3 > small {
	color: #663300;
}

/* MOBILE FRIENDLY SETTINGS */
.mobile {
	text-align: center;
	text-transform: uppercase;
	background-color: #f6f0e9;
	height: 600px;
}

.mobile a, a :link, a :visited, a:hover, a:active{
	color: #e6a100;
	text-decoration: none;
	font-weight: 700;
}

.mobile .mobile-icon {
	padding-top: 50px;
	position: relative;
	display: inline-block;
	margin: auto;
	width: 50px;
}

/* MAIN CONTENT */

.main-content {
}

/* NAVIGATION BAR */

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-brand {
	padding-left: 90px;
}

.nav-logo {
	background: url(../img/vantina-logo.png);
	position: fixed;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	background-size: cover;
	z-index: 100;
	background-color: white;
	border: solid black;
}

/* MAIN BODY */

.main-body {
	float: left;
	height: 100%;
	padding: 0;
	margin-top: -20px;
}

.hero {
	position: relative;
	height: 700px;
	background: url("../img/financial-hero.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}

.hero-text {
	display: block;
	padding-top: 150px;
	font-weight: 700;
	text-align: center;
}

.hero .hero-face{
	height: 200px;
	width: 200px;
	background: url(../img/photo.jpg);
	background-size: contain;
	border-radius: 50%;
	border: 3px solid;
	margin: auto;
}

.section {
	padding: 150px 100px 75px 100px;
}

.section h4 {
	text-transform: uppercase;
}

.section p {
	text-indent: 50px;
	text-align: justify;
}

.overview {
}

.overview-blurb {
	padding-top: 50px;
}

.logo {
	float: left;
	background: url(../img/vantina-logo.png);
	height: 200px;
	width: 200px;
	background-size: cover;
	margin: 0 30px 0 0;
}

.specialization {
	clear: left;
}

.cv {
}

.cv .panel-title a, a :link, a :visited, a:hover, a:active {
	font-weight: 500;
	text-decoration: none;
}

.cv ul {
	list-style-position: inside;
    color: #994d00;
}

.education-skills ul {
    list-style-position: inside;
    color: #353535;
}

.section .pre-title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	color: #993000;
}

.date {
	text-decoration: italic;
	font-weight: 700;
}

.workshops {
}

.download {
	text-transform: uppercase;
	text-align: center;
}

.contact {
	max-width: 700px;
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	margin: 0 auto 20px;
	padding-bottom: 100px;
}

.social-media {
	padding: 25px 0 30px 0;
	margin: auto;
	width: 22%;
}

.contact-icon {
	display: inline-block;
	width: 50px;
}

input, textarea {
	border: 3px solid #d88900;
	width: 100%;
}

.info-group-pt2 label{
	width: 100%;
}

form input:focus, textarea:focus {
	outline: none;
	border-color: #c65600;
}

.info-group label {
	width: 50%;
	float: left;
}

form .info-group label:nth-child(1) {
	padding-right: 5px;
}

form .info-group label:nth-child(2) {
	padding-left: 5px;
}

/* FOOTER STYLES */
.footer {
	color: #e5e5e5;
	background-color: black;
	padding: 20px 10px 10px 10px;
	width: 100%;
	height: 50px;
}
