.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #b8462c;
  text-decoration: none;
}

.body__bg {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../images/page-bg.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat-y;
}

.container {
  width: 90vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #b8462c;
  font-size: 13px;
  font-weight: 700;
}

.link {
  color: #b8462c;
}

.logo-text-span {
  margin-left: 2px;
  color: #63637e;
  font-weight: 400;
}

.menu__link {
  padding: 10px 20px;
  color: #b8462c;
  text-decoration: none;
}

.menu__link:hover {
  text-decoration: underline;
}

.grid {
  grid-column-gap: 100px;
  -ms-grid-columns: 0.85fr 1.25fr;
  grid-template-columns: 0.85fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kenn__image {
  position: relative;
  width: 100%;
  height: 90vh;
  min-width: 600px;
  margin-right: auto;
  background-image: url('../images/KM2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.kenn__image._2 {
  min-width: 600px;
  background-image: url('../images/Kenneth-Monfort-Headshot.jpg');
}

.hero__name {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 10%;
  color: #fefefe;
  font-size: 80px;
  line-height: 100%;
}

.main__text {
  overflow: auto;
  width: 100%;
  height: 85vh;
  margin-bottom: 40px;
  padding-right: 20px;
}

.page__title {
  margin-bottom: 20px;
  color: #b8462c;
  font-size: 1rem;
  line-height: 100%;
}

.para {
  margin-top: 0px;
  color: #b8462c;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.paragraph {
  margin-top: 0px;
  color: #5c5c68;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.social-icons-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.social-icons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 20px;
  height: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.social-link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-filter: invert(75%);
  filter: invert(75%);
}

.social-icon {
  width: 30px;
  color: #fefefe;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.title {
  color: #63637e;
}

.btn-primary {
  background-color: #b8462c;
}

.spacer {
  height: 24px;
}

.nowrap-title {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .container {
    width: 80vw;
  }

  .container.auto {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .kenn__image {
    min-width: 350px;
  }

  .kenn__image._2 {
    min-width: 400px;
  }

  .hero__name {
    font-size: 65px;
  }

  .para {
    width: auto;
    line-height: 25px;
  }

  .paragraph {
    width: auto;
    line-height: 25px;
  }

  .social-icons-bar {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: -6%;
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .social-icons {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-link {
    -webkit-filter: none;
    filter: none;
  }

  .social-icon {
    width: 18px;
    height: 18px;
  }

  .row.name-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  a {
    color: #fff;
  }

  .body__bg {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .body__bg.auto {
    position: static;
    height: auto;
  }

  .container {
    width: 100vw;
  }

  .container.auto {
    height: auto;
  }

  .menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 40px;
  }

  .brand {
    color: #fff;
  }

  .menu__link {
    color: #fff;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .kenn__image {
    height: 60vh;
    min-width: auto;
    background-position: 50% 50%;
  }

  .kenn__image._2 {
    min-width: auto;
  }

  .hero__name {
    left: 5%;
    right: auto;
    margin-bottom: 20px;
    font-size: 55px;
  }

  .content {
    margin-top: 20px;
    padding-top: 20px;
  }

  .main__text {
    position: static;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .para {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .social-icons-bar {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #ddd;
  }

  .social-icons {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-link {
    -webkit-filter: invert(80%);
    filter: invert(80%);
  }

  .title {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .menu__link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .kenn__image {
    height: 65vh;
    background-position: 50% 0%;
    background-size: cover;
  }

  .hero__name {
    font-size: 55px;
  }

  .content {
    margin-top: 0px;
  }

  .para {
    font-size: 18px;
    line-height: 22px;
  }

  .title {
    width: 120px;
    font-size: 12px;
    line-height: 16px;
  }

  .nowrap-title {
    white-space: nowrap;
  }
}

