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

.hero-section {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 500px;
  padding-top: 75px;
  padding-bottom: 110px;
  background-image: url('../images/bubela-texas-bluebonnets.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
}

.link-block {
  display: block;
  width: auto;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/bubela-texas3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 31px;
  background-color: #fff;
  text-align: center;
}

.heading {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: -30px;
  font-family: Oswald, sans-serif;
  color: #165373;
  font-weight: 500;
  letter-spacing: 2px;
}

.link-block-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  padding-bottom: 0px;
  background-color: #ff5e00;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #ff7322;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

.content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #165373;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.co-link {
  width: 48%;
  min-height: 275px;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  border: 0px solid #f7f7f7;
  background-color: #fff;
  background-image: url('../images/HomeLogo1.png');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.co-link:hover {
  border: 10px none #f7f7f7;
  opacity: 0.7;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.co-link._2 {
  border: 0px solid #f7f7f7;
  background-image: url('../images/Team-Bubela-Logo.png');
  background-size: 60%;
}

.co-link._2:hover {
  border: 10px none #f7f7f7;
}

.co-link._3 {
  background-color: #7669af;
  background-image: url('../images/download.png');
  background-size: 110%;
}

.co-link._4 {
  background-image: url('../images/1919935723.png');
  background-size: 50%;
}

.image {
  max-width: 50px;
}

.section-2 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #e8e8e8;
  text-align: center;
}

.link-block-3 {
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}

.link-block-3:hover {
  opacity: 0.55;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background-color: #165373;
}

html.w-mod-js *[data-ix="scrollup"] {
  -webkit-transform: translate(0px, 110px);
  -ms-transform: translate(0px, 110px);
  transform: translate(0px, 110px);
}

html.w-mod-js *[data-ix="scrolldown"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="heightup"] {
  height: 0px;
}

@media (max-width: 991px) {
  .div-block {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-bottom: 100px;
    background-position: 50% 100%;
    background-attachment: scroll;
  }
  .div-block {
    width: 80%;
  }
  .heading {
    margin-bottom: -20px;
    font-size: 28px;
  }
  .link-block-2 {
    height: 100px;
    padding-top: 15px;
  }
  .paragraph {
    font-size: 14px;
  }
  .image-2 {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .hero-section {
    min-height: 425px;
    padding-top: 75px;
    background-position: 50% 50%;
  }
  .div-block {
    width: 90%;
    padding: 25px 15px;
  }
  .heading {
    margin-bottom: -5px;
    font-size: 20px;
  }
  .link-block-2 {
    width: 80px;
  }
  .paragraph {
    font-size: 12px;
    line-height: 22px;
  }
  .co-link {
    width: 98%;
    min-height: 200px;
    margin-bottom: 3%;
  }
  .co-link._2 {
    width: 98%;
    min-height: 200px;
  }
  .image {
    max-width: 40px;
  }
  .image-2 {
    width: 100%;
  }
}

