.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom: 10px solid #1897e0;
  background-color: #fff;
}

.brand {
  margin-left: 2%;
}

.w-iframe{
  position: relative;
  overflow: hidden;
  padding-top: 85.25%;
}

.w-iframe iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 10px;
  border-color: #000 #000 #1897e0;
  background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.39), transparent 49%), url('../images/foggy_glasses_lady.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.body {
  padding-top: 59px;
  font-family: 'Open Sans', sans-serif;
}

.div-block {
  margin-top: 104px;
  margin-left: 50px;
  text-shadow: 0 0 0 #000;
}

.text-block {
  color: #fff;
  font-size: 60px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px #000;
}

.text-span {
  font-weight: 300;
}

.text-block-2 {
  margin-top: 22px;
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-shadow: 2px 2px #000;
}

.nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #1897e0;
}

.nav-link.w--current {
  color: #1897e0;
}

.container {
  margin-right: 2%;
  float: right;
}

.columns {
  width: 70%;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.38);
}

.text-block-3 {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}

.button {
  width: 181px;
  margin-top: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #1897e0;
  text-transform: uppercase;
}

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

.section-2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url('../images/eye-bg.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading {
  margin-bottom: 30px;
  text-align: center;
}

.paragraph {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.paragraph.about-doc {
  text-align: left;
}

.button-2 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
  padding: 5px;
  background-color: #1897e0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

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

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

.html-embed {
  margin-top: 45px;
  text-align: center;
}

.button-3 {
  display: block;
  width: 400px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1897e0;
  text-align: center;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #000;
}

.button-3.callout-btn {
  margin-top: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.button-3.callout-btn:hover {
  border-color: #fff;
}

.bold-text {
  text-align: center;
}

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

.section-4 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e2f0f8;
}

.image {
  padding-right: 25px;
  padding-bottom: 25px;
  float: left;
}

.section-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1897e0;
}

.div-block-2 {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-5 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.section-7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eff0;
  background-image: url('../images/thumbs-up-bg.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-3 {
  width: 52%;
  margin-left: 4%;
  padding: 30px;
  float: left;
}

.section-8 {
  padding-top: 75px;
  padding-bottom: 75px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #1897e0;
}

.contact-header {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.text-field {
  margin-bottom: 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.text-field::-webkit-input-placeholder {
  color: #ddd;
}

.text-field:-ms-input-placeholder {
  color: #ddd;
}

.text-field::-ms-input-placeholder {
  color: #ddd;
}

.text-field::placeholder {
  color: #ddd;
}

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

.columns-2 {
  margin-top: 42px;
}

.text-block-6 {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.section-9 {
  background-color: #000;
}

.text-block-7 {
  padding: 11px;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .section-7 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82))), url('../images/thumbs-up-bg.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82)), url('../images/thumbs-up-bg.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
}

@media (max-width: 767px) {
  .div-block-2 {
    width: 100%;
  }
  .text-block-5 {
    line-height: 33px;
  }
  .section-7 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-3 {
    width: 98%;
  }
  .container-3 {
    padding: 15px;
  }
}

@media (max-width: 479px) {
  .div-block {
    margin-left: -5px;
  }
  .text-block {
    font-size: 46px;
    line-height: 49px;
  }
  .button {
    margin-bottom: 17px;
  }
  .paragraph.about-doc {
    padding: 16px;
  }
  .button-3.callout-btn {
    width: 330px;
  }
  .image {
    margin-left: 14px;
  }
  .div-block-2 {
    width: 100%;
  }
  .text-block-5 {
    font-size: 25px;
    line-height: 25px;
  }
  .section-7 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-3 {
    width: 98%;
    padding: 4px;
  }
  .container-2 {
    padding: 7px;
  }
  .container-3 {
    padding: 13px;
  }
  .text-block-6 {
    margin-bottom: 33px;
  }
}