img {
  max-width: 100%;
}

a,
p,
li,
input {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.4em;
}

p {
  font-size: 16px;
  line-height: 35px;
}

a {
  color: #256993;
}

blockquote {
  margin: 0 0 1rem;
  border-left: 5px solid #256993;
  padding-left: 10px;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
font-title {
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
}
h3 {
  font-size: 1.3rem;
  font-weight: 700;
}
.blue {
  color: #256993;
}

.full-height {
  height: 100%;
}

.gray {
  background: #e7e7e7;
  margin-top: 100px;
  padding-bottom: 80px;
  padding-top: 50px;
}

.btn-green {
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
  border: 3px solid #016f38;
  background: transparent;
  color: #016f38;
  padding: 10px 20px;
  border-radius: 0px;
}

.btn-green:hover {
  background: #016f38;
  color: #fff;
}

.btn-blue {
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
  border: 3px solid #256993;
  background: transparent;
  color: #256993;
  padding: 10px 20px;
  border-radius: 0px;
}

.btn-blue:hover {
  background: #256993;
  color: #fff;
}

.logo {
  max-width: 150px;
}

.navbar {
  background: rgba(37, 105, 147, 0.95);
}

.navbar a {
  color: #fff;
  font-weight: bold;
}

.navbar a:hover {
  color: #eee;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.home-hero {
  background: url("img/tanksure-main-image.jpg") no-repeat center center fixed;
  height: 550px;
  background-size: cover;
}

.home-hero ._hero-content {
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  color: #fff;
  min-height: 420px;
  text-shadow: 3px 2px #000;
}

.home-hero ._hero-content ._hero-text-small {
  font-size: 20px;
}

.home-hero ._hero-content ._hero-text-large {
  font-size: 70px;
  line-height: 50px;
}

.home-hero ._hero-content ._hero-text-medium {
  font-size: 30px;
  line-height: 20px;
}

.content-block-margin-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-block-margin-tb-40 h1 {
  margin-top: 5px;
  color: #256993;
}

.gray-content-box {
  background: #e7e7e7;
  padding: 30px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.gray-content-box img {
  max-width: 100px;
}

.gray-content-box h2 {
  color: #016f38;
  font-size: 20px;
}

.gray-content-box p {
  line-height: 27px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-75 {
  margin-top: 75px;
}

.section-background-img {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("img/house-background.jpg") no-repeat center center fixed;
  height: auto;
  background-size: cover;
}

.section-background-img h2,
.section-background-img a,
.section-background-img p {
  color: #fff;
}

.section-background-img p {
  font-size: 20px;
  line-height: 40px;
}

footer {
  background: #333333;
  color: #fff;
  padding: 40px 10px;
}

footer i {
  color: #256993;
  font-size: 22px;
}
/*# sourceMappingURL=style.css.map */

/* Old Styles */
.slide1 {
  background: url(img/currentsite/home-comfort2.jpg) no-repeat center center
    fixed;
  display: table;
  height: 500px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide2 {
  background: url(img/currentsite/calculator.jpg) no-repeat center center fixed;
  display: table;
  height: 500px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
