body{
	padding-top: 0;
}
.navbar.is-home .navbar-brand{
	opacity: 0;
}
.navbar .logo-home{
	position: absolute;
	width: auto;
	height: 36px;
	left: 20px;
	top: 18px;
}
.navbar.is-home .logo-home{
	opacity: 1;
}
.navbar.is-home .burger .top, .navbar.is-home .burger .mid, .navbar.is-home .burger .bot{
	background-color: var(--white);
}
#home{
	padding-top: 0;
}
#company .carousel{
	margin-top: 40px;
}
#company .dots{
	bottom: 20px;
}
#team .main .column:first-child .image{
	margin-left: -20px;
	margin-right: 20px;
}
#team .main .column:last-child .image{
	margin-left: 20px;
	margin-right: -20px;
	margin-top: 20px;
}


#team .image{
	margin-bottom: 14px;
}
#team .main h1{
	margin-top: 4px;
	margin-bottom: 4px;
	text-transform: none;
}
#team .main .link{
	margin: 0;
	color: var(--lblue);
	font-size: 11px;
	font-family: 'Gotham-Bold';
}
#team .main .column:last-child{
	text-align: right;
}
#team .less{
	display: none;
}
#team .bio{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	padding: 20px;
	left: 0;
	top: 0;
	z-index: 2000;
	background: rgba(0, 174, 239, 0.98);
	color: var(--white);
	overflow-y: auto;
	text-align: left;
}
#team .bio h1{
	margin-bottom: 20px;
}
#team .close{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 20px;
	background: url(../images/ico-close-white.svg) center no-repeat;
	background-size: 14px;
	z-index: 10;
}
#team .carousel{
	margin: 0 -20px;
	margin-top: 30px;
}
#team .carousel .item{
	padding: 0 10px;
	background-color: transparent;
}
#team .carousel h3, #team .carousel h5{
	color: var(--black);
	text-align: center;
}
#team .carousel h3{
	margin-bottom: 4px;
}
#team .vid{
	margin: 0 10px;
	margin-top: 40px;
}
#team .vid .overlay{
	background-image: url(../images/ico-play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}
#projects{
	text-align: center;
}
#projects .grid a:nth-child(n+4){
	display: none;
}
#projects .btn{
	margin-top: 40px;
}
#contact .btn {
	margin-top: 4px;
	margin-bottom: 20px;
}
#contact .social img{
	height: 18px;
	margin-left: 0;
	margin-right: 6px;
}
#contact .map{
	margin-top: 40px;
}




/* TABLETS */
@media screen and (min-width: 767px){	
	
	.navbar .logo-home {
		height: 54px;
		left: 30px;
		top: 20px;
	}
	.carousel-top .image{
		padding-top: 75%;
	}
	#company .carousel {
		margin-top: 60px;
	}
	#company .carousel .image {
		padding-top: 40%;
	}
	#team .main{
		display: flex;
	}
	#team .main .column{
		width: 50%;
	}
	#team .main .column:first-child{
		display: flex;
		flex-direction: column-reverse;
	}
	#team .main .column:first-child .image, #team .main .column:last-child .image {
		margin: 0;
	}
	#team .main .column:first-child .image{
		margin-top: 14px;
	}
	#team .main .column:last-child .image{
		margin-bottom: 14px;
	}
	#team .main h1 {
		margin-top: 0;
		margin-bottom: 8px;
	}
	#team .main .link {
		font-size: 13px;
	}
	#team .image{
		overflow: hidden;
	}
	#team .bio {
		position: absolute;
		height: 100%;
		padding: 16px;
		font-size: 12px;
		line-height: 1.6;
	}
	#team .bio h1, #team .bio h3, #team .close{
		display: none;
	}
	#team .carousel {
		margin: 0 -15px;
		margin-top: 40px;
	}
	#team .carousel .item {
		padding: 0 15px;
		background-color: transparent;
	}
	#team .carousel h3 {
		font-size: 16px;
	}
	#team .vid {
		margin: 0;
		margin-top: 60px;
	}
	#team .image.vid {
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 40%;
	}
	#team .vid .overlay {
		background-size: 40px;
	}
	#projects .grid a:nth-child(n+4){
		display: block;
	}
	#projects .btn {
		margin-top: 60px;
	}
	#contact .line:first-child{
		margin-top: 0;
	}
	#contact .map {
		height: 400px;
		/* margin: 0 -30px; */
		margin-top: 60px;
		padding-top: 0;
	}	

}




/* DESKTOP */
@media screen and (min-width: 1024px){

	.carousel-top .image {
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		padding-top: 0;
	}
	.carousel h1 {
		margin-bottom: 10px;
		font-size: 50px;
	}
	.carousel .slick-dots {
		bottom: 40px;
	}
	.navbar .logo-home {
		height: 70px;
		left: 40px;
		top: 30px;
	}
	#company .text{
		column-count: 2;
		column-gap: 30px;
	}
	#team .main h3 {
		font-size: 20px;
	}
	#team .main h1 {
		margin-top: 4px;
		margin-bottom: 6px;
	}
	#team .main .link {
		font-size: 15px;
	}	
	#team .bio {
		padding: 24px;
		font-size: 13px;
	}
	#team .carousel {
		margin: 0 -20px;
		margin-top: 80px;
	}
	#team .carousel .item {
		padding: 0 20px;
	}
	#team .image {
		margin-bottom: 24px;
	}
	#team .carousel h3 {
		font-size: 20px;
	}
	#team .image.vid {
		margin-left: 40px;
		margin-right: 40px;
		padding-top: 40%;
	}
	#team .vid .overlay {
		background-size: 60px;
	}
	#contact .social img {
		height: 24px;
		margin-right: 8px;
	}
	#contact .map {
		height: 600px;
		margin: 0;
		margin-top: 80px;
	}

}