h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

a {
  color: #b30e24;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navbar {
  border-bottom: 1px solid #f5f5f5;
  background-color: #eceaea;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.19);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.heading {
  background-color: #b30e24;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

.nav-link {
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  background-color: #b30e24;
  color: #fff;
}

.nav-link-2 {
  font-family: Raleway, sans-serif;
}

.nav-link-3 {
  font-family: Raleway, sans-serif;
}

.nav-link-4 {
  font-family: Raleway, sans-serif;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.section-2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.list-item {
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.section-3 {
  height: 500px;
  background-image: url('../images/san_diego_hvac.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-3._1 {
  background-image: url('../images/san_diego_hvac.jpg');
}

.section-3._2 {
  background-image: url('../images/san_diego_hvac.jpg');
}

.heading-2 {
  border-bottom: 1px solid #b30e24;
}

.heading-2.margin {
  margin-top: 80px;
}

.image {
  margin-right: 40px;
  float: left;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eceaea;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
	margin-right: 30px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.field-label {
  font-family: Raleway, sans-serif;
}

.field-label-2 {
  font-size: 1px;
}

.heading-3 {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.link {
  color: #b30e24;
  font-weight: 600;
}

.bold-text {
  font-weight: 400;
}

.bold-text-2 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.submit-button {
  background-color: #b30e24;
}

.footer {
  margin-top: 200px;
  background-color: #eceaea;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading-4 {
	margin-top: 10px;
	font-style: italic;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.heading-5 {
	margin-top: 10px;
	font-style: italic;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	color: #4caf4f;
}
@media (max-width: 991px) {
  .image {
    margin-right: 0px;
  }
  .div-block {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-2 {
    width: 480px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .div-block-2 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-3 {
    margin-right: 0px;
  }
  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .paragraph-2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}



.heading-4 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.image-2 {
  float: left;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link-5 {
  font-family: Raleway, sans-serif;
}

.nav-link-new {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #b30e24;
  font-size: 24px;
  line-height: 7px;
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .image {
    margin-right: 0px;
  }
  .div-block {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-2 {
    width: 480px;
    margin-top: 10px;
  }
  .heading-4 {
    font-size: 20px;
    line-height: 26px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .nav-link-new {
    font-size: 20px;
    line-height: 5px;
  }
  .icon {
    color: #b30e24;
  }
}

@media (max-width: 767px) {
  .div-block-2 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-3 {
    margin-right: 0px;
  }
  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-4 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  .paragraph-2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-4 {
    display: none;
    font-size: 14px;
  }
}

