/*	Interlink Business Solutions, Inc
*	CUSTOM CSS FILE
*/

.navbar-custom {
    background-color: #F2C94C;
}

.interlink-logo-custom {
	height: 60px;
	max-width: 220px;
}

/* change the navbar link colors */
.navbar-custom .navbar-nav .nav-link {
    color:black;
    transition: 0.3s;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #F0F0F0 !important;
}


.spacing-whatwedo {
	padding-top: 140px;
	padding-bottom : 140px;
}

.services-home {
	padding-top : 35px;
	padding-bottom : 35px;
}

.services-button {
	padding-left : 0px !important;
}

.footer-custom {
    background-color: #F2C94C;
}

.blue-button {
	color: #FFF;
	background-color: #03244B;
	border-color: #03244B;
}

.text-blue-custom {
	color: #03244B;
}

.social a {
  text-align: center;
  height: 2rem;
  width: 2rem;
  background: #000;
  border-radius: 100%;
  line-height: 2rem;
  color: #FFF;
  transition: 0.3s;
}

.social a:hover {
  background: #F2C94C;
  color: #000;
}

.footer-font {
	font-size: .55rem;
}

.footer-font-md {
	font-size: .75rem;
}

.text-to-right {
	text-align: right;
}

.product-top{
	padding-top : 65px;
}

.carousel-item{
    height:100vh !important;
}

.carousel-caption-custom{
    text-align: left;
    top: 30%;
}

.custom-caption{
	text-align: right;
}

.services-button a:hover{
	background: #FFF;
}

.about-section {
	padding: 5rem 0;
	background: url("../assets/img/home_banner.png");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	height: 100vh;
}

.banner-template {
	background: url("../assets/img/home_banner.png");
}

.whatwedo-bg {
	background: url("../assets/img/bg_abouthome.png");
}

.bg-body-inquire {
	background-color: #F2C94C;;
}

.custom-h1-home{
	font-size: 55px;
}

.near-white{
	background: #F4F5F9;
}