  /*--Body styles--*/

body {
  font-size: 1.50rem;
  font-family: 'Roboto', sans-serif;
}

.display-1 {
  font-size: 3.5rem;
  line-height: 34px;
}

.text-white {
  color: #fff !important;
}

.handwritten {
	font-family: 'Over the Rainbow', cursive !important;
	font-style: normal;
}

.align-center {
    text-align: center;
}

.shadow {
  box-shadow: 0 2px 24px 2px rgba(24,24,24,.35);
}

.gradient {
  background: linear-gradient(rgb(255, 255, 255),rgb(232, 232, 232)) ;
}


.ac-background {
	background: linear-gradient(rgba(0, 52, 89, 0.95), rgba(0, 126, 167, 0.95)), url(images/call-tracking-hvac-website.jpeg); 
	background-size: cover; 
	background-position: center center;
}


hr.white {
	border-top: 3px solid #eee;
    width: 60%;
}

hr.orange {
	border-top: 3px solid #F35B2A;
    width: 60%;
}

.errorstyle {
    color:#ff0000;
}


/*--Header Text styles--*/

h1.title, .title {
    font-family: 'Anton', sans-serif;
    font-size: 5rem;
    font-style: normal;
    line-height: 1.2;
    cursor: default;
    text-transform: uppercase;
}

h2.subtitle, .subtitle {
font-family: 'PT Sans Narrow', sans-serif;
font-size: 3rem !important;
line-height: 1.3;
font-weight: normal;
font-style: normal;
cursor: default;
text-transform: uppercase;
}

.display-1 {
font-size: 2.5rem;
font-style: normal;
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
}

.display-2 {
font-size: 1.8rem;
}


/*--Equal rows--*/

@media (min-width: 992px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

/*--End of equal rows--*/


/*--Navbar--*/


.navbar-default {
    background-color: #fff;
    border-bottom: 3px solid #ccc;
    padding: 20px 10px 5px 10px !important;
}

.navbar-default .btn, .navbar-default .btn:hover {
	color: #fff !important;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited, .dropdown-menu>li>a, .dropdown-menu>li>a:visited {
letter-spacing: 1px;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 1.75rem;
line-height: 23px;
text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
background-color: #6db8e0;
color: #fff !important;
border-radius: 5px;
}

.navbar-default .navbar-nav>li>a:hover, .dropdown-menu>li>a:hover {
    color: #000;
    letter-spacing: 1px;
font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.75rem;
    line-height: 23px;
font-weight: bold;
background-color: #6db8e0;
border-radius: 5px;
}

.navbar {
    margin-bottom: 0px !important;
}

.navbar-default .navbar-brand {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background: transparent url(images/myhvacweb-logo.png) no-repeat left top;
    background-size: 250px auto;
    margin: 0px 6px 0px 15px;
    width: 250px;
    height: 75px;
}

.dropdown-menu {
background-color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:visited{
background-color: #6db8e0;
color: #000 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a:visited {
color: #000 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color: #000 !important;
background-color: #6db8e0;
}


/*Navbar toggle CSS*/

.navbar-default .navbar-toggle {
border-color: #000;
color: #000;
}

.navbar-default .navbar-toggle:hover {
border-color: #000;
background-color: #6db8e0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
border-color: #000;
background-color: #6db8e0;
}

.navbar-default .navbar-toggle .icon-bar{
background-color: #000;
}

/*--End of navbar css--*/



/*--Fullscreen Banner--*/

.fullscreen-banner {
	background: linear-gradient(rgba(0, 23, 31, 0.5),rgba(0, 23, 31, 0.7)), url(images/hvac-website.jpeg) fixed; 
	background-size: auto, cover; 
	background-position: 50% 50%;
}

@media only screen and (max-width: 992px) {
	.fullscreen-banner {
		background-attachment: scroll;
	}
}

.fullscreen-text {
padding-bottom: 0px;
padding-top: 200px;
}

h1.banner-title {
	font-size: 6.5rem;
	cursor: default;
	font-family: 'Anton', sans-serif;
}


/*--End of fullscreen banner--*/


/*--Button styles--*/


.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 3rem;
    border-radius: 3px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.btn-primary, .btn-default {
    background-color: #F35B2A !important;
    border-color: #F35B2A !important;
    color: #ffffff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
font-size: 2rem;
text-transform: uppercase;
}

.btn-primary:hover, .btn-default:hover {
    background-color: #1D3354 !important;
    border-color: #1D3354 !important;
    color: #ffffff !important;
}

.btn-secondary {
    background-color: #1D3354 !important;
    border-color: #1D3354 !important;
    color: #ffffff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
}

.btn-secondary:hover {
    background-color: #D64045 !important;
    border-color: #D64045 !important;
    color: #ffffff !important;
}


.btn-white {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #ffffff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
}

.btn-white:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #ffffff !important;
}

/*--End of button styles--*/


/*--About section--*/

.about-section {
		margin-top: -100px;
	}


/*--End of about section--*/


/*--FAQ section--*/

.faq-card {
	background: #fff; 
	border: 1px solid #ccc;
	padding: 5px;
}

.panel-title-perks {
font-size: 2.5rem;
font-family: 'PT Sans Narrow', sans-serif;
font-style: normal;
color: #fff !important;
}

.panel-title-perks a, .panel-title-perks a:visited {
text-decoration: none !important;
color: #fff !important;
}

.panel-title-perks a:hover {
text-decoration: underline !important;
}

/*--End of FAQ section--*/


/*--Reviews Section--*/

.reviews blockquote {
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
text-align: center;
font-size: 2.5rem;
line-height: 3.5rem;
border-left: 0px !important;
font-family: 'Oswald', sans-serif;
color: #000;
font-weight: 300;
}

.reviews blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 4em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}

.reviews blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    float:right;
    font-size:4em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}

#myReviewCarousel {
    border-style: solid;
    border-width: 0px;
    padding: 10px 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/*--End of reviews section CSS--*/



.nav-tabs {
    border-bottom: 1px solid #6db8e0;
        font-family: 'PT Sans Narrow', sans-serif;
        letter-spacing: 0.5px;
}

.nav-tabs>li>a {
    background: #6db8e0;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #F35B2A;
}

.site-addons {
    background-color: #1D3354;
    color: #fff;
    padding: 10px;
}


/*--Footer--*/

.footer {
  padding-top: 2rem;
  padding-bottom: 40px;
  margin-top: 0px;
    border-top: 1px solid #ccc;
    background: linear-gradient(rgb(202, 202, 202),rgb(255, 255, 255));
    color: #000 !important;
color: #000 !important;
}

.footer a:link, .footer a:visited {
color: #000;
text-decoration: underline;
}

.footer a:link.btn, .footer a:visited.btn {
  text-decoration: none;
}

.footer a:hover {
text-decoration: none;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}

/*--End of footer CSS--*/
