.body {
  padding-top: 59px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #3b3b3b;
  color: #3b3b3b;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero1.jpg');
  background-position: 33% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link {
  padding-right: 16px;
  padding-left: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #58acd5;
}

.nav-link.w--current {
  color: #58acd5;
}

.container {
  margin-right: 15px;
  float: right;
}

.image {
  margin-top: 10px;
  margin-left: 0%;
  padding-left: 0px;
}

.button {
  margin-top: 7px;
  margin-right: 11px;
  margin-left: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: right;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #888;
}

.div-block {
  width: 540px;
  margin-top: 0%;
  margin-left: 0%;
  float: left;
}

.text-block {
  color: #6b6b6b;
  font-size: 60px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
}

.text-span {
  display: block;
  font-family: 'Great Vibes', cursive;
  color: #3b3b3b;
  font-size: 136px;
  text-transform: none;
}

.text-span-2 {
  font-size: 34px;
  line-height: 62px;
}

.text-block-2 {
  margin-top: 19px;
  margin-right: 0px;
  color: #6b6b6b;
  font-size: 41px;
  text-align: center;
  text-transform: uppercase;
}

.columns {
  margin-top: 54px;
}

.button-2 {
  width: 230px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #3b3b3b;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #888;
}

.button-2.request-btn-content {
  display: block;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
}

.column {
  text-align: right;
}

.column-2 {
  text-align: center;
}

.section-2 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3b3b3b;
  color: #3b3b3b;
  font-size: 40px;
  text-align: center;
}

.image-2 {
  padding-right: 20px;
  float: left;
}

.paragraph {
  line-height: 25px;
}

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

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

.columns-2 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.column-3 {
  text-align: center;
}

.column-4 {
  text-align: center;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.column-7 {
  text-align: center;
}

.column-8 {
  text-align: center;
}

.brand {
  margin-left: 30px;
}

.services {
  display: block;
  height: 250px;
  background-image: url('../images/services-crowns.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services.crown {
  display: block;
  background-image: url('../images/services-crowns-2.jpg');
}

.services.partial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/services-crowns.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/services-crowns.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.services.partial:hover {
  background-image: url('../images/services-crowns.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services.bridges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/services-bridge.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/services-bridge.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.services.bridges:hover {
  background-image: url('../images/services-bridge.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services.dentures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/services-dentures.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/services-dentures.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.services.dentures:hover {
  background-image: url('../images/services-dentures.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services.gum-disease {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/services-gum-disease.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/services-gum-disease.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.services.gum-disease:hover {
  background-image: url('../images/services-gum-disease.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services.sealants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/services-sealants.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/services-sealants.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.services.sealants:hover {
  background-image: url('../images/services-sealants.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-2 {
  display: block;
}

.link-block {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.link-block.services.crown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/services-crowns-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/services-crowns-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.link-block.services.crown:hover {
  background-image: url('../images/services-crowns-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-2 {
  display: block;
}

.link-block-3 {
  display: block;
}

.link-block-4 {
  display: block;
}

.link-block-5 {
  display: block;
}

.link-block-6 {
  display: block;
}

.link-block-7 {
  display: block;
}

.servicies.dentures {
  display: block;
}

.text-block-3 {
  font-size: 17px;
  text-transform: uppercase;
}

.text-block-4 {
  margin-bottom: 20px;
  text-align: center;
}

.section-5 {
  padding-top: 150px;
  padding-right: 0px;
  padding-bottom: 150px;
  background-color: rgba(144, 193, 218, 0.2);
}

.container-2 {
  margin-top: 45px;
}

.paragraph-2 {
  line-height: 25px;
}

.image-3 {
  padding-right: 20px;
  float: left;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3b3b3b;
}

.heading-2 {
  margin-bottom: 30px;
  color: #fff;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.text-field {
  border: 1px solid #fff;
  background-color: transparent;
}

.submit-button {
  margin-top: 15px;
  border: 1px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
}

.text-block-5 {
  margin-top: 87px;
  padding-left: 16px;
  color: #fff;
  line-height: 25px;
}

.bold-text {
  font-size: 21px;
}

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

.text-block-6 {
  color: #d4d4d4;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 991px) {
  .section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.64)), to(hsla(0, 0%, 100%, 0.64))), url('../images/hero1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.64), hsla(0, 0%, 100%, 0.64)), url('../images/hero1.jpg');
    background-position: 0px 0px, 67% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div-block {
    margin-top: 56%;
    margin-left: 5%;
  }
}

@media (max-width: 767px) {
  .section {
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.73)), to(hsla(0, 0%, 100%, 0.73))), url('../images/hero1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.73), hsla(0, 0%, 100%, 0.73)), url('../images/hero1.jpg');
    background-position: 0px 0px, 61% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .button {
    float: left;
  }
  .div-block {
    width: 98%;
    margin-top: 55%;
  }
  .column {
    margin-bottom: 18px;
    text-align: center;
  }
  .services.partial {
    margin-bottom: 10px;
  }
  .services.bridges {
    margin-bottom: 10px;
  }
  .services.dentures {
    margin-bottom: 10px;
  }
  .services.gum-disease {
    margin-bottom: 10px;
  }
  .link-block.services.crown {
    margin-bottom: 10px;
  }
  .container-2 {
    padding: 19px;
  }
  .container-3 {
    padding: 12px;
  }
  .container-5 {
    padding: 16px;
  }
  .menu-button {
    color: #fff;
  }
}

@media (max-width: 479px) {
  .section {
    height: 500px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/hero1.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/hero1.jpg');
    background-position: 0px 0px, 66% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image {
    margin-left: -6%;
  }
  .button {
    float: left;
  }
  .div-block {
    width: 98%;
  }
  .text-block {
    font-size: 39px;
    line-height: 28px;
  }
  .text-span {
    font-size: 81px;
  }
  .text-block-2 {
    font-size: 33px;
  }
  .column {
    margin-bottom: 16px;
    padding-right: 41px;
  }
  .image-2 {
    margin-bottom: 16px;
  }
  .services.partial {
    margin-bottom: 10px;
  }
  .services.bridges {
    margin-bottom: 10px;
  }
  .services.dentures {
    margin-bottom: 10px;
  }
  .services.gum-disease {
    margin-bottom: 10px;
  }
  .link-block.services.crown {
    margin-bottom: 10px;
  }
  .paragraph-2 {
    padding: 20px;
  }
  .image-3 {
    margin-bottom: 16px;
  }
  .container-3 {
    padding: 18px;
  }
  .container-4 {
    padding: 18px;
  }
  .container-5 {
    padding: 18px;
  }
  .menu-button {
    color: #fff;
  }
}

