/* ============================================================================================= */
/* ============================================================================================= */
/* -------------------- Global common style
/* ============================================================================================= */
/* ============================================================================================= */
body { background-color: rgba(73,52,43,1); }

.panel {
	border: 0;
	background: transparent;
}

/* ============================================================================================= */
/* -------------------- HEADER
/* ============================================================================================= */
header {
	background-color: #48342b;
}
header nav {
	display: table;
	vertical-align: middle;
	padding: 20px 50px;
}
header nav a {
	display: table-cell;
	text-align: center;
	color: #c29e4a;
	font-size: 0.9em;
	font-family: 'Lora', serif;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: 300ms ease-in;
	transition: 300ms ease-in;
}
header nav a img {
	height: 90px;
}
header nav a:hover {	
	color: #48342b;
	background-color: #c29e4a;
}
header nav a:nth-child(4):hover {
	background-color: inherit;
	color: inherit;
}

/* --------------- for team --------------- */
.team-page header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
}

/* ============================================================================================= */
/* -------------------- FOOTER
/* ============================================================================================= */
footer {
	background-color: #f2f2f2;
	padding: 30px 0;
	text-align: center;
}
footer span {
	font-family: 'Roboto', sans-serif;
}
footer a.network {
	display: inline-block;
	margin: 20px;
	margin-bottom: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid rgba(73,52,43,1);
	background-color: rgba(73,52,43,1);
	color: #c29e4a;
	-webkit-transition: 300ms ease-in;
	transition: 300ms ease-in;
}
footer a.network:hover {
	background-color: #c29e4a;
	color: rgba(73,52,43,1);
}
footer a.network i {
	line-height: 36px;
}

/* --------------- for team --------------- */
.team-page footer {
	position: absolute;
	width: 100%;
}





p {
	font-family: 'Lora', sans-serif;
	font-size: 0.9em;
}