@font-face {
	font-family: 'Timeless-Normal';
	font-style: normal;
	font-weight: normal;
	src: local('Timeless-Normal'), url('/css/font/Timeless.woff') format('woff');
}

/**[ GLOBAL ]*******************************************/
* {
	font-family: Timeless-Normal,serif;
}
.icons,a.icons{
	text-decoration: none;
}

html,body{
	height: auto;
	color: #000;
	width: 100%;
	font-size: 12px;
}
.dg-color{
	color: #333;
}
.mg-color{
	color: #666;
}
.lg-color{
	color: #CCC;
}
a,a:hover,a:visited{
	color: #000;
}
.header a{
	font-size: 1.5rem;
}
p {
	line-height: 1.2rem;
	font-size: 1.2rem;
}
.footer p {
	line-height: 1.4rem;
	font-size: 1.2rem;
}
.dark-bg{
	background-color: #d1698b;
}
.light-bg{
	background-color: #c6b3a8;
}
.white-bg {
	background-color: #FFF;
}
.black-bg {
	background-color: #000;
	color: #FFF;
}
.icons.jumbo{
	font-size: 3.5rem;
}
.icons.medium{
	font-size: 1.5rem;
}
span.border-cs {
	border-top: 3px solid;
	width: 100px;
	display: inline-block;
}
.navbar .icons, .icons-lg.icons {
	font-size: 1.5rem;
	line-height: 1rem;
	vertical-align: middle;
}

.circle-sm {
	width: 3rem;
	height: 3rem;
}
.circle-lg {
	width: 18rem;
	height: 18rem;
}
.circle-sm, .circle-lg{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 1rem;
}
.circle-sm img, .circle-lg img {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: auto;
	left: 50%;
	transform: translate( -50%, 0%);
}
.teams ul {
	list-style: none;
	padding: 0px;
}
.teams li {
	border-top: 2px solid #000;
	font-size: 1.5rem;
	position: relative;
}
.teams li:last-child {
	border-bottom: 2px solid #000;
}

.p-j,.px-j,.pl-j {
	padding-left: 8rem;
}
.p-j,.px-j,.pr-j {
	padding-right: 8rem;
}
.p-j,.py-j,.pt-j {
	padding-top: 8rem;
}
.p-j,.py-j,.pb-j {
	padding-bottom: 8rem;
}

p.jumbo{
	line-height: 3.2rem;
	font-size: 3rem;
}
h2.jumbo {
	font-size: 3rem;
}

#building1{
	background-image: url(/image/get/jpg/team-4/);
	background-position: top center;
	background-size: contain;
	background-color: #111;
	
}
#building2{
	background-image:url('/image/get/jpg/plume2/');
	background-position: center;
	background-size: cover;
}
#building1,#building2{
	background-repeat: no-repeat;
	min-height: 35vh;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	html,body{
		font-size: 14px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	html,body{
		font-size: 16px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	html,body{
		font-size: 18px;
	}
	.teams li span:not(.circle-sm){
		position: absolute;
		left: 50%;
		top: 1em;
	}
	#building1{
		background-size: cover;
		min-height: 80vh;
	}
}