


/*Navbar*/
a.button-collapse { padding-left: 15px; }
a.brand-logo.left-align.hide-on-med-and-down { padding-left: 20px; }
a.brand-logo.left-align.hide-on-small-only.hide-on-large-only{ font-size: 1.675rem; }
a.brand-logo.left-align.hide-on-small-only.hide-on-large-only span{ font-size: 1.12rem; }
@media only screen and (max-width: 320px) {
    a.brand-logo.left-align.hide-on-med-and-up { font-size: 1.15rem; }
}
@media only screen and (min-width: 321px) {
    a.brand-logo.left-align.hide-on-med-and-up { font-size: 1.25rem;}
}




nav {

	background-color: rgba(3, 9, 21, 0);
	z-index:1100;

}

#header{

	width: 100%;


}



#set-ctn-bg{

	width:100%;
	color:#000;

	margin-bottom:-20px;

}

.empty {

	padding-bottom:100px; 

	margin-top:-70px;


}

h2 { 

	font-size:3rem;
	margin-bottom:25px;
	font-style: italic;

}

h3 {

	font-size:1.8rem;

}

.flow-text {

	font-size:1.2rem;

}

.container .row {

	

}




#faq-carousel .item p{
    display: block;
    width: 100%;
    height: auto;
}


.parallax-container {
    height: 400px;
}

#honey{



	visibility: hidden; 
}

.container {

	max-width: 100%;



}

.handesign-logo {
	margin-top: 5px;
	width: 21%;



}

.handesign-logo-color {

	width: 50%;



}

#desc-handesign .col.l7, .col.m8 {



	/*border-left: 1px solid #CCCCCC;*/

}


#desc-handesign .flow-text {

	font-size:2rem;
	font-weight: 200;

	font-style: italic;

	color:7b7b7b;


}



.body-link {
	color: #000;
	text-decoration: none;
	outline: none;
	font-weight: 600;
}

.body-link:hover, .body-link:focus {
	color: #9facc2;
}

.breadcrumb{


	color:black;
}

.icon-footer {

	width: 25%;


}


.face-img {

	
	width : 75%;

	
}



a.bg-trans img {

		

	-webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;

}

a.bg-trans:hover img{
    opacity: 0.7;
            
}
 

 .footer-logo{
 	padding-top: 20px;
 	width: 40%;
 }

@media screen and (max-width: 50em) {

	.empty {

		padding-bottom:0px; 

		margin-top:-69px;


}


	
}

