/* CSS Document */
#pageBody .container, .pageBody .container {
	background-color: #fff;
}
	h1 {
		font-family:'Bebas Neue';
	}
	h2, h3, h4, h5, h6 {
		font-family: 'Open Sans', sans-serif; 
		font-weight: bold;
	}
	html {
		scroll-behavior: smooth;
	}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.dropdown-item-lg {
	font-size: 1.1em;
}

.homepageRecLinks:hover {
/*	background-size: 120%;*/
	opacity:1!important;
}

.homepageRecLinks {
	 background-size: cover;
   transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 25px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
	xfoo 
	{
        background-color: rgba(0,0,0,0)!important;
        background-image: url(https://home.bcalpine.com/wp-content/uploads/2020/07/footer-3.jpg)!important;
        background-position:50% 25%; /* 50% 5% default*/
        background-blend-mode: lighten;
		background-size: cover;
/*        background-blend-mode: multiply;*/
        position: relative;
        line-height: 1.7em;
        font-family: Open Sans,Arial,sans-serif;
/*        -webkit-font-smoothing: antialiased;*/
        padding: 4% 0 0;
        margin-top: 16px;
		
	}
    footer 
    {
        background-color: rgba(0,0,0,0)!important;
        background-image: url(https://home.bcalpine.com/wp-content/uploads/2020/07/footer-3.jpg)!important;
        background-position:50% 25%; /* 50% 5% default*/
        background-blend-mode: lighten;
		background-size: cover;
/*        background-blend-mode: multiply;*/
        position: relative;
        line-height: 1.7em;
        font-family: Open Sans,Arial,sans-serif;
/*        -webkit-font-smoothing: antialiased;*/
        padding: 4% 0 0;
        margin-top: 16px;
/*
        font-size: 14px;
        font-weight: 500;
*/
    }
    
    footer .container, 
    footer .container h1, 
    footer .container h2, 
    footer .container a, 
    footer .container a:active, 
    footer .container a:hover, 
    footer .container a:link,
    footer .container a:visited
    {
        color:#fff;
        -webkit-transition: color 0.6s;
        -moz-transition:    color 0.6s;
        -ms-transition:     color 0.6s;
        -o-transition:      color 0.6s;
        transition:         color 0.6s;
    }
    
    footer .container h1
    {
        font-size: 17pt;
    }
    
    .footer_contact_us,
    a.footer_link,
    a.footer_link:active, 
    a.footer_link:hover, 
    a.footer_link:link,
    a.footer_link:visited
    {
/*        font-size: 14pt !important; */
        color:#aaa !important;
        text-decoration: none;
        
    }
    
    .footer_contact_us {
        font-size:0.85em;
        font-weight: bold;
        line-height: 1.4em;
    }
    
    a.footer_link:hover 
    {
        color:#fff  !important;
    }
    
    .footer_img_logo
    {
        max-height: 220px;
        max-width: 100%;
        height: auto;
    }

#offcanvas-nav h1 {
        font-size: 17pt !important;
}
