body, * {
	font-family: "acumin-pro",sans-serif;
	font-weight: 300;
	color: #6898AD;
}

#site_header {
	height: 100vh;
	position: relative;
}

#site_header #logo h1 {
	display: none;
}

#site_header #logo {
	text-align: center;
}

#site_header #logo img {
	width: 300px;
	height: auto;
	margin-top: 30vh;
}

#site_header #main_nav {
	text-align: center;
	margin-top: 5vh;
	height: 60px;
	line-height: 60px;
	width: 100%;
	font-size: 19px;
}

.divider {
	color: #ddd;
	padding: 0 10px;
}

body.scrolled #site_header #main_nav {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 0;
	background: #fff;
	z-index: 500;
}

body.scrolled2 #site_header #main_nav {
	border-bottom: 1px solid #F3F3F3;
}

.arrow_down {
	text-align: center;
}

.arrow_down a {
	border: none !important;
}

.cleardiv {
	clear: both;
}

#site_header .arrow_down {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 20px;
}

#site_header .arrow_down img {
	height: 20px;
	width: auto;
	margin-bottom: 20px;
}

section {
	position: relative;
	padding: 100px 0;
}

#About {
	padding-bottom: 0;
	height: 100vh;
	position: relative;
}

h2 {
	text-align: center;
	font-size: 60px;
	color: #6898AD;
	font-weight: 100;
	line-height: 1.0em;
	margin: 0 0 60px 0;
}

h3 {
	text-align: center;
	font-size: 24px;
	color: #6898AD;
	line-height: 1.1em;
	margin: 0 0 20px 0;
}

p {
	margin-bottom: 40px;
}

#About .container,
#Currents .container {
	max-width: 900px;
}

#Team {
}

.team_photo {
	text-align: center;
	margin-bottom: 20px;
}

.team_photo img {
	height: 200px;
	width: auto;
	margin-bottom: 60px;
}

.team_content {
	max-width: 400px;
	margin: 0 auto;
	color: #b0afb4;
}

.team_content a {
	color: #7da7b7;
}

#About {
	text-align: center;
	background: url(../img/divider.png) center top repeat-x;
	background-size: auto 12px;
}

#About, #About p {
	font-size: 24px;
	line-height: 1.25em;
}

#Currents {
	background: #598b9f url(../img/current-background-min.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

#Currents, #Currents h2, #Currents p {
	color: #fff;
}

.current_articles,
#Currents article {
	padding: 30px 0;
	background-image: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%);
	background-size: 10px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 24px;
}

.current_articles {
	padding: 0;
	background-position: top;
}

#Currents article a {
	padding-left: 50px;
	display: block;
	background: transparent left 5px no-repeat;
	background-size: auto 28px;
	color: #fff;
	min-height: 34px;
}

a.carousel-control-prev:hover,
a.carousel-control-next:hover,
#Currents article a:hover {
	opacity: .5;
}

#Currents article.current-podcast a {
	background-image: url(../img/icon-podcast2@2x.png);
}

#Currents article.current-article a {
	background-image: url(../img/icon-article2@2x.png);
}


/* carousel */

.carousel-inner {
	min-height: 385px;
}

.carousel-indicators {
	bottom: -50px;
}

.carousel-indicators li {
	height: 12px;
	width: 12px;
	background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-control-next, 
.carousel-control-prev {
	opacity: 1;
	width: 40px;
	z-index: 100;
}

.carousel-control-prev {
	left: -70px;
}

.carousel-control-next {
	right: -70px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	opacity: 1;
	width: 38px;
	height: 38px;
	background-size: 38px 38px;
}

.carousel-control-prev-icon {
	background-image: url(../img/carousel-prev.png);
}

.carousel-control-next-icon {
	background-image: url(../img/carousel-next.png);
}


#site_footer {
	background-size: cover;
	padding: 35px 0;
	text-align: center;
	font-size: 17px;
	color: #fff;
}

#site_footer a, #site_footer a:visited {
	text-decoration: underline;
}

a, a:visited {
	color: #6898AD;
	text-decoration: none;
}

#site_header #main_nav a:hover {
	color: #848487;
}

#About a {
	border-bottom: 1px solid #6898AD;
}

a:hover,
#About a:hover {
	color: #848487;
	text-decoration: none;
	border-bottom: 1px solid #848487;
}

#main_nav a:hover,
#Currents article a,
#Currents article a:hover,
#site_footer a:hover {
	border: none;
}



/* full screen styles */
@media screen and (min-width: 767px) {

	#site_footer span {
		padding-left: 20px;
	}

	#site_header #main_nav a.active {
		color: #848487;
	}
	
}


/* mobile screen styles */
@media screen and (max-width: 767px) {

	#site_header {
		height: 90vh;
	}

	#site_header #logo img {
		margin-top: 25vh;
	}

	body.scrolled #site_header #main_nav {
		border-bottom: 1px solid #F3F3F3;
	}
	
	h2 {
		font-size: 50px;
	}
	
	#Currents h2 {
		margin-bottom: 40px;
	}

	p {
		margin-bottom: 30px;
	}
	
	section {
		padding: 60px 0;
	}
	
	.team_content {
		padding: 0 20px 80px 20px;
		max-width: none;
	}
	
	.team_member:last-of-type .team_content {
		padding-bottom: 20px;
	}
	
	#About .container {
		padding: 0 40px;
	}
	
	#About, #About p {
		font-size: 22px;
	}
	
	section#Currents {
		padding-bottom: 100px;
	}
	
	.current_articles, #Currents article {
		font-size: 20px;
	}
	
	.current_articles {
		margin: 0 20px;
	}
	
	.carousel-inner {
		min-height: 480px;
	}
	
	.carousel-control-prev,
	.carousel-control-next {
		bottom: -50px;
		align-items: flex-end;
		z-index: 5;
	}
	
	.carousel-inner {
		z-index: 10;
	}
	
	.carousel-control-prev {
		left: 20px;
	}
	
	.carousel-control-next {
		right: 20px;
	}
	
}
