/* Leadership Page CSS formating */

@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Raleway);
/* Body */
body {
    font-family: raleway;
    background-color: #ffffff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
    width: 100%;
}
/* Container */
.container {
    width: 100%; 
	height: 950px;
	background-color: #FFFFFF;
    margin-right: 0px;
	padding-left: 0px;
	left: 0px;
	top: 15px;
	margin-top: 0px;  
	background-repeat: no-repeat;
}
/* Navigation */
header {
    width: 100%;
    height: 50px;
    background-color: #862D27;
    border-bottom: 1px solid #862D27;
}
.logo {
    color: #fff;
    font-weight: bold;
    width: 25%;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
    color: #918F90;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
    background-color: #B3B3B3;
    padding-top: 150px;
    padding-bottom: 0px;
    background-image: url("../images/lobby.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
    padding-right: 0px;
    padding-left: 0px;
	width: 100%;
	height: 250px;
}
.light {
	font-weight: bold;
	color: #717070;
}
/* About Section */
.text_column {
	width: 80%;
	text-align: justify;
	font-weight: bold;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 40px;
	color: #918F90;
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.thumbnail2 {
    width: 25%;
    text-align: center;
    float: left;
    margin-top: 35px;
	object-fit: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 25%;
	min-height: 350px;
	
    /* [disabled]margin-bottom: 100%; */
}
.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #862D27;
}
.gallery .thumbnail p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #918F90;
    width: auto;
}
/* Parallax Section */
.banner {
	background-color: #862D27;
	background-image: url(../images/parallax.png);
	height: 25px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
    color: #918F90;
    text-align: center;
}
footer .footer_column p {
    color: #918F90;
    background-color: #FFFFFF;
}
.cards {
	width: 300px;
	height: 130px;
	object-fit: cover;
	overflow: hidden;
	background-size: 75%;	
	background-position: center;
}
.cards2 {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 500px;
}
footer .footer_column p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ffffff;
	font-size: 100%;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #862D27;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.hero{
		height: auto;
		margin-bottom: 0px;
		margin-top: 100px;
		background-size: 200%;
		background-position: bottom;
		width: 100%;
		height: 200px;
		position: inherit;
	}
.text_column {
	width: 75%;
	font-size: 15px;
	padding-left: 12%;
}
.thumbnail {
	width: 100%;
	justify-content: center;
}
.thumbnail2 {
	display: none;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ffffff;
	font-size: 100%;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #862D27;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.hero{
		height: auto;
		margin-bottom: 0px;
		margin-top: 150px;
		background-size: 200%;
		background-position: center;
		width: 100%;
		height: 100px;
		position: inherit;
	}
.text_column {
	width: 75%;
	font-size: 15px;
	padding-left: 12%;
}
.thumbnail {
	width: 100%;
	justify-content: center;
}
.thumbnail2 {
	display: none;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1250px) {
.logo{
	font-size: 12px;
	width: 300px;
	}
nav ul li{
		font-size: 12px;
		margin-right: 20px;
	}
.hero{
		height: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		background-size: 100%;
		background-position: center;
		width: 100%;
		height: 175px;
		position: inherit;
	}
.text_column {
	width: 75%;
	font-size: 13px;
	padding-left: 12%;
}
.thumbnail {
	width: 50%;
	justify-content: center;
	height: 375px;
}
.thumbnail2 {
	width: 50%;
	height: 350px;
}


}
