@import url('https://fonts.googleapis.com/css2?family=Montserrat+Subrayada&display=swap');

/* ========== Sticky footer styles ========== */
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 230px; /* Margin bottom by footer height */
}

.main {}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 230px; /* Set the fixed height of the footer here */
}
/* ========== End Sticky footer styles ========== */

.logo {
	font-family: 'Montserrat Subrayada', sans-serif;
	color: #0066cc;
}

a.logo:hover {
	color: #0066ff;
}

.payment-option {
	height: 40px;
	opacity: .65;
	margin:0 5px;
}

.main {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
}

.primary-call-btn {
	font-size: 1.4rem;
}

.img-primary {
	/*box-shadow: 0px 50px 50px #fff inset, 0px -50px 50px #fff inset*/;
	box-shadows: 0px 120px 100px #fff inset;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
}

.img-primary span {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
}

.bottom-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bottom-banner h3 {
	background-color: rgba(0, 0, 0, 0.65);;
}

.bg-light-blue {
	background-color: rgba(204, 230, 255, 0.5);
}

.blurb-small img {
	height: 30px;
}

.blurb img {
	height: 50px;
}

.footer-contact {
	bottom: 0px;
	left: 0px;
	z-index: 99999;
	width:100vw;
	height:70px;
	background-color: #0d6efd;
	color: #fff;
	padding:15px;
	text-transform:uppercase;
	font-size: 1.2rem;
}

.footer-contact {
	text-decoration: none;
}
.footer-contact:hover {
	color:#fff;
}

.footer-contact img {
	height: 30px;
}

#back_to_top {
	position:fixed;
	bottom:20px;
	z-index: 999999;
	right:20px;
	color:#0d6efd;
	cursor:pointer;
	display:none;
	opacity:.75;
}

#footer_phone {
	display:none;
}

.map_banner {
	width: 100%;
	text-align: center;
	background-color: #fff;
}

#map {
	width: 100%;
	height: 300px;
}


@media only screen and (max-width: 767px){ /*Note: Design for a width of 320px*/
	#back_to_top {
		bottom:75px;
	}

	.primary-call-btn {
		font-size: 1rem;
	}
}
