* {
    -webkit-text-size-adjust: none;
}
html {
    width: 100%;
}
a[href^="tel:"] {
    color: inherit;
	text-decoration: none;
}
p{
	text-align: justify;
}
h1{
	padding-top:4px;
	font-weight:normal;
	font-size:40px;
}
h2{
	font-weight:bold;
	font-size:32px;
}
h3{
	font-weight:bold;
	font-size:24px;
}
h4,h5,h6{
	font-weight:bold;
	font-size:20px;
}
body{
	/* background-color:silver; */
	background-color:silver;
	color:#2c4964;
	font-family:'Lato', sans-serif;
	font-size: 16px;
	line-height: 25px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 1%;
}

/* Starts overlay */
/* -------------------------------------------------- */

.overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #008CBA;
	opacity: 0.9;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	font-size:14px;
}
.overlay span{
	color:white;
}

/* Ends overlay class ------------------------------- */

/* Starts overwriting Bootstrap style` */
/* -------------------------------------------------- */


.btn{
	font-size:14px;
}
.btn-primary{
	background-color:#314C89;	
}

/* Ends overwriting Bootstrap style  ---------------- */

#site-main-container{

}
#site-pre-header{	
	padding-right:1%;
	background-color:#fbfbfb;
}
#site-pre-header .bi{
	color:#437099;
}
#site-header-top .navbar-brand{
	font-weight:bold;
	color:#2C4964;
	
}
#site-header{
	position: relative;
	height:auto;
	align-items: center;
	justify-content: center;
}
/*
#site-header::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('assets/img/bg-banner.jpg');
	background-size: cover;
	top: 0;
	right:0;
	left: 0;
	opacity: 0.50;
}
*/

#site-header .navbar-fixed-top{
	color:white;
}
#site-header .navbar.navbar-inverse{
	margin-bottom:0;
	/* background-color: transparent; */
	border:none;
}
#collapsible-navbar .nav-item .nav-link {
	color:inherit;
}
#collapsible-navbar .nav-item .nav-link.active, .nav-link:hover {
	font-weight: bold;
	border-bottom:5px solid #314C89;
	border-bottom-style: double;
	color:#314C89;
}
#site-banner{	
	margin-bottom:0;
	padding:0%;
}
/*
#site-banner-carousel .carousel-item img{
	opacity:1;
}
*/
#site-banner label{
	font-size:32px;
	font-weight:bold;
}
#site-banner p{
	font-size:22px;
	font-weight:normal;
}
#site-contents-container{
	background-color:white;
	margin:0;
	padding:1%;
	min-height:350px;
}
#site-breadcrumb, .breadcrumb{
	background-color:#f1f7fd;
}

#site-feature-boxes .zoom  img{
	transition: transform .2s; /* Animation */
}
#site-feature-boxes .zoom img:hover{
	cursor:zoom-in;
	transform: scale(1.2);
	z-index:1;
}
#site-footer-container{
	background-color:#454545;
	color:silver;
}
#site-footer h5{
	color:white;
}
#site-footer a{
	color:silver;
}
#site-footer input{
	max-width:200px;
}
#site-footer button{
	color:black;
	background-color:silver;
}
#site-footer .bi{
	font-size:24px;
}

/* Starts back to top */
/* ------------------------------------ */
#back-to-top {
    position: fixed;
    bottom: 45px;
    right: 10px;
    z-index: 999;
}
#back-to-top a {
    width: 40px;
    display: block;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.7;
}
#back-to-top a:hover {
    opacity: 1;
}
#back-to-top span {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* background-color: #F4C700; */
	background-color:gray;
}
#back-to-top span:before {
    font-family: 'FontAwesome';
    content: "\f106";
    line-height: 40px;
    font-size: 25px;
    color: #fff;
}
/* Ends back to top ---------------------- */

/* Responsive CSS
***************************************************************/

/* Extra Small devices */
@media (min-width: 320px) and (max-width: 479.98px) {
	h1{
		padding-top:2px;
		font-weight:normal;
		font-size:32px;
	}
	h2{
		font-weight:bold;
		font-size:24px;
	}
	h3{
		font-weight:bold;
		font-size:20px;
	}
	h4,h5,h6{
		font-weight:bold;
		font-size:18px;
	}
	p{
		font-size:14px;
	}
	.carousel-caption h1{
		font-size:22px;
		color:black;
	}
	.carousel-caption p{
		display:none;
	}
	.carousel-caption {
		top:-5%;
	}
	.inner-page .carousel-caption{
		top:18%;
	}
}

/* Small devices */
@media (min-width: 480px) and (max-width: 767.98px) {
	.carousel-caption h1{
		font-size:22px;
		color:blue;
	}
	.carousel-caption {
		top:15%;
	}
	.inner-page .carousel-caption{
		top:22%;
	}
}

/* Medium devices */
@media (min-width: 768px) and (max-width: 1023.98px) {
	.carousel-caption h1{
		font-size:32px;
	}
	.carousel-caption {
		top:25%;
	}
	.inner-page .carousel-caption{
		top:24%;  
	}
}

/* Large devices */
@media (min-width: 1024px) {
	.carousel-caption h1{
		font-size:42px;
	}
	.carousel-caption {
		top:25%;
	}
	.inner-page .carousel-caption{
		top:18%;
	}
}

/* Ends Responsive CSS 
************************************************/