body {
	font-family: 'Open Sans', sans-serif;
	color: #606060;
	line-height: 26px;
	font-size: 16px;
	font-weight: 300;
}

a {
	color: #598FFD
}

.no-gutter [class*="-6"] {
    padding-left:0;
}

.hero {
	background-color: #3B71D4;
	padding: 60px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.hero:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1.0;
    background-image: url('assets/images/hero_city.png');
    background-repeat: no-repeat;
    background-size: cover;
}			

.hero .logo {
	opacity: 1;
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
	max-width: 180px;
}

.hero subtext {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: white;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	opacity: 0.8;
}

.section {padding: 70px 0;}
.section h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	font-weight: normal;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.nav-section {background-color: white; border-bottom: 1px solid #f2f2f2;}
.nav-section li a {border-bottom: 4px solid transparent;}
.nav-section li a.active {border-color: #598FFD;}

  .navbar-nav {
    width: 100%;
    text-align: center;
  }

  .navbar-nav > li {
  	float: none;
     display: inline-block;
  }

.about-section {text-align: center;}

.team-section, .social-section {
	border-top: 1px solid #f2f2f2;
}

.team-section .spacer {
	border: 2px solid #598FFD;
	width: 30px;
	margin: 30px auto 30px auto;
	text-align: center;
}


.social {
	display: inline-block;
	border-radius: 16px;
	width: 32px; height: 32px;
	border: 1px solid #D5D5D5;
	padding: 2px;
	font-size: 18px;
	color: #565E72;
	text-align: center;
	margin-top: 8px;
}

.member .social:hover {background-color: #E5E5E5;}

.member .bio {
	font-family: 'Open Sans', sans-serif;
	min-height: 180px;
	margin-bottom: 30px;
}

.member img {
	width: 100%;
}

/* Non-mobile devices */
@media (min-width: 768px) {
	.member .bio {margin-bottom: 0;}
	.member .photo {text-align: right;}
	.member .photo img {
		width: 180px;
		height: 180px;
	}
}

.member .title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	color: #598FFD;
}

.member .name {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 16px;
	color: #606060;
}





.portfolio-section {border-top: 1px solid #f2f2f2;}

.company {
	border: 1px solid #f2f2f2;
	height: 160px;
	text-align: center;
	padding: 20px;
}

.company:hover {
	background-color: #f2f2f2;
}

.company-logo {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

.angellist_embed {border: none !important; padding: 0 !important; margin: none !important; height: 600px; overflow: auto;}
.al_pic {box-sizing: content-box !important;}

.contact-section {
	text-align: center;
	color: #D5D5D5;
	background-color: #151B28;
}

.contact-section h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}


.contact-section a {
	border-bottom: 1px solid;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
}

.contact-section a:hover {text-decoration: none;}

.footer {
	padding: 15px 0px;
	background-color: #0F141E;
	color: #565E72;
	font-size: 14px;
}

.footer .symbol {text-align: center; margin-bottom: 12px;}
.footer .symbol img {height:50px; max-width:100%; position: relative; top: 2px;}
.footer .definition {font-weight: 400;}

.footer .links {text-align: right;}
.footer a {color: white;}
.footer .design {color: #565E72; opacity: 0.7;}
.footer .design a {color: #565E72;}
