/* Text Elements */

h1.gallery-heading {
  margin-bottom: 0;
  max-width: 40em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.375em;
  font-family: 'Roboto', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  line-height: 1.2;
}

h1 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 1em;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph {
  margin-top: .411em;
  padding-left: 1.764em;
  max-width: 29.41em;
  color: #9b9b9b;
  font-size: .93em;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

p.paragraph.copyright {
  margin-top: .88235em;
  margin-bottom: .588235em;
  padding-left: .4em;
  max-width: none;
  color: rgba(249, 238, 0, .7);
  text-align: center;
}

p.paragraph.paragraph-1 {
  padding-left: 0;
}

span.text-element {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

span.text-element.contact-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9b9b9b;
  font-size: .93em;
}

span.text-element.gallery-author {
  margin-bottom: 3.5714em;
  color: #9c9c9c;
  letter-spacing: .07em;
}

span.text-element.img-caption {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #c6c6c6;
  font-size: .875em;
}

span.text-element span.caption-title {
  color: #fff;
  letter-spacing: .125rem;
  font-weight: 700;
}

span.text-element.contact-text.light {
  margin-bottom: 1.176em;
  margin-left: 10px;
  color: rgba(249, 238, 0, .7);
  font-size: 1em;
}

a.link-text {
  font-family: 'Roboto', sans-serif;
}

a.link-text.about-email-link {
  position: relative;
  left: -.35em;
  z-index: 700;
  float: left;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 15px;
  color: rgba(249, 238, 0, .7);
  font-size: 21px;
  line-height: .8;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text.menu-item {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  min-width: 50%;
  width: 50%;
  border-bottom: .0625rem solid rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .5);
  text-align: center;
}

a.link-text.menu-item-1 {
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

a.link-text.gallery-nav-link {
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 0;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  background-blend-mode: normal;
}

a.link-text span.text-link-text-2 {
  color: rgba(249, 238, 0, .7);
}

a.link-text span.text-link-text-3 {
  color: rgba(249, 238, 0, .7);
}

a.link-text span.text-link-text-4 {
  color: rgba(249, 238, 0, .7);
}

a.link-text span.text-link-text-5 {
  color: rgba(249, 238, 0, .7);
}

a.link-text.about-email-link:hover {
  color: #ff946a;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

/* Interaction Elements */

a.link-button.portfolio-link {
  position: relative;
  z-index: 500;
  display: block;
  float: right;
  padding: .4em .8em 10px;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #fff;
  text-align: right;
  font-size: 1.25em;
  opacity: 1;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;

  background-blend-mode: normal;
}

a.link-button.portfolio-link:hover {
  background-image: -webkit-linear-gradient(top, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
  background-image:    -moz-linear-gradient(top, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
  background-image:      -o-linear-gradient(top, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
  background-image:         linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

/* Layout Elements */

body {
  background-color: #000;
}

.container.header {
  min-height: 0;
  max-height: none;
  height: 100%;
  background-color: #000;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-position: center center;
  background-size: cover;

  background-blend-mode: normal;
}

.container.portfolio-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  min-height: 325px;
  width: 70%;
  height: 95%;
  border-width: .625rem;
  border-style: solid;
  background-image: -webkit-linear-gradient(top, rgba(33, 30, 210, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/MAHS-large.png');
  background-image:    -moz-linear-gradient(top, rgba(33, 30, 210, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/MAHS-large.png');
  background-image:      -o-linear-gradient(top, rgba(33, 30, 210, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/MAHS-large.png');
  background-image:         linear-gradient(180deg, rgba(33, 30, 210, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/MAHS-large.png');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.text-col {
  border: .9375rem solid #000;
}

.container.about-cover {
  float: none;
  margin-top: 20px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  min-height: 120px;
  width: 100px;
  height: 10px;
  background-image: url('../images/kglogolg2021-sm.png'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
}

.container.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #1f1f1f;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.contact.text-col {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vmin;
  padding-left: 0vmin;
  max-width: 400px;
  border-color: #1f1f1f;
}

.container.gallery-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 0;
  padding: 60px .937em 3.125em;
  min-height: 50px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.gallery-nav {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  min-height: 200px;
  width: 50%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .8) 80%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .8) 80%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .8) 80%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(90deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .8) 80%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, repeat;

  background-blend-mode: normal, normal;
}

.container.menu-holder {
  position: absolute;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 10px;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #1f1f1f;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.footer {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 15px 10px;
}

.container.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.off-canvas-wrapper {
  border-right: .125rem solid #8e8888;
}

.container.off-canvas.off-canvas-wrapper {
  display: none;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 71, 71, .9);
}

.container.link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.scroll-up-holder {
  max-width: none;
}

.container.gallery-nav-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  max-height: 200px;
  height: 200px;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.bio-1 {
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.container.bio-2 {
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.container.logo-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 1000px;
  height: auto;
  background-color: rgba(0, 0, 0, .75);
  background-image: -webkit-linear-gradient(top, rgba(7, 2, 2, .65) 0%, rgba(29, 30, 33, .5) 100%), url('../images/header-bg.jpg');
  background-image:    -moz-linear-gradient(top, rgba(7, 2, 2, .65) 0%, rgba(29, 30, 33, .5) 100%), url('../images/header-bg.jpg');
  background-image:      -o-linear-gradient(top, rgba(7, 2, 2, .65) 0%, rgba(29, 30, 33, .5) 100%), url('../images/header-bg.jpg');
  background-image:         linear-gradient(180deg, rgba(7, 2, 2, .65) 0%, rgba(29, 30, 33, .5) 100%), url('../images/header-bg.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal, normal;
}

.container.portfolio-cover.portraits {
  margin-top: 5px;
  width: 70%;
  background-image: url('../images/kg-image8.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.food.portfolio-cover {
  margin-top: 5px;
  width: 70%;
  height: 90%;
  background-image: url('../images/kg-image1.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.Forms.portfolio-cover {
  width: 70%;
  background-image: url('../images/donation_form_small.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.gallery-nav:hover {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .498039) 0%, rgba(29, 30, 33, .8) 80%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(left, rgba(255, 255, 255, .498039) 0%, rgba(29, 30, 33, .8) 80%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(left, rgba(255, 255, 255, .498039) 0%, rgba(29, 30, 33, .8) 80%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(90deg, rgba(255, 255, 255, .498039) 0%, rgba(29, 30, 33, .8) 80%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
}

a.responsive-picture.gallery-img {
  max-width: 75em;
}

a.responsive-picture.gallery-img.portrait {
  max-width: 50em;
}

a.link-button-glyph.btn.button.goto-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 600;
  padding: 13px 16px;
  border-radius: 15px;
  background-color: rgba(47, 49, 51, .6);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.glyph.close-button {
  position: static;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 50px;
  padding-left: 2px;
  color: #fff;
  text-align: center;
  font-size: 60px;
}

a.link-button-glyph.btn.button.goto-top:hover {
  background-color: #2f3133;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

@media screen and (min-width: 28.125rem) {
  /* Text Elements */

  h2 {
    font-size: 1.125em;
  }

  p.paragraph.copyright {
    margin-bottom: 1.588235em;
  }

  span.text-element.gallery-author {
    margin-bottom: 7.142em;
  }

  span.text-element.img-caption {
    font-size: .9375em;
  }

  span.text-element.contact-text.light {
    color: rgba(249, 238, 0, .7);
  }

  a.link-text.about-email-link {
    color: rgba(249, 238, 0, .7);
    font-size: 3em;
  }

  a.link-text.menu-item {
    min-width: 25%;
    width: 25%;
  }

  a.link-text.gallery-nav-link {
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(25, 59, 196, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/picturebasket.jpg'), -webkit-linear-gradient(top, rgba(76, 113, 191, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(25, 59, 196, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/picturebasket.jpg'), -moz-linear-gradient(top, rgba(76, 113, 191, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(25, 59, 196, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/picturebasket.jpg'), -o-linear-gradient(top, rgba(76, 113, 191, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(25, 59, 196, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/picturebasket.jpg'), linear-gradient(180deg, rgba(76, 113, 191, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll, scroll, scroll;
    background-position: left top, left top, left top;
    background-clip: border-box, border-box, border-box;
    background-origin: padding-box, padding-box, padding-box;
    background-size: auto auto, auto auto, auto auto;
    background-repeat: repeat, repeat, repeat;
    text-shadow: #78828c 2px 2px 5px;

    background-blend-mode: normal, normal, normal;
  }

  a.link-text span.text-link-text-1 {
    font-size: .9375rem;
  }

  /* Interaction Elements */

  a.link-button.portfolio-link {
    width: 100%;
  }

  /* Layout Elements */

  .container.about-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 0;
    margin-right: 0;
    margin-left: 25px;
    min-height: 125px;
    width: 100px;
    height: 100px;
    background-image: url('../images/kglogolg2021-sm.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.gallery-column {
    padding: 6.25em 3.125em;
  }

  .container.menu-holder {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.portfolio-container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.portfolio-cover {
    min-height: 320px;
    width: 50%;
    background-image: url('../images/MAHS-large.png');
  }

  .container.about {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.bio-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.bio-2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;

    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }

  .container.logo-container {
    background-image: -webkit-linear-gradient(top, rgba(3, 3, 7, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/header-bg.jpg');
    background-image:    -moz-linear-gradient(top, rgba(3, 3, 7, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/header-bg.jpg');
    background-image:      -o-linear-gradient(top, rgba(3, 3, 7, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/header-bg.jpg');
    background-image:         linear-gradient(180deg, rgba(3, 3, 7, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/header-bg.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container.food.portfolio-cover {
    margin-top: 10px;
    min-height: 320px;
    width: 50%;
    height: 90%;
    background-image: url('../images/kg-image1.jpg');
  }

  .container.portfolio-cover.portraits {
    margin-top: 10px;
    margin-left: 0;
    width: 50%;
    height: 100%;
    background-image: url('../images/kg-image8.jpg'), url('../images/Rose%20%26%20Cassie.png');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, border-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container.Forms.portfolio-cover {
    min-height: 320px;
    width: 49.8%;
    height: 99%;
    background-image: url('../images/donation_form.png');
  }

  .container.gallery-nav-holder {
    width: 50%;
    height: 200px;
    background-image: url('../images/picturebasket.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.gallery-nav {
    width: 100.9%;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .8) 80%), url('../images/picturebasket.jpg');
    background-image:    -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .8) 80%), url('../images/picturebasket.jpg');
    background-image:      -o-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .8) 80%), url('../images/picturebasket.jpg');
    background-image:         linear-gradient(90deg, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, .8) 80%), url('../images/picturebasket.jpg');
  }

  a.responsive-picture.gallery-img {
    margin-bottom: .625em;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  p.paragraph.copyright {
    float: none;
    padding-top: 50px;
  }

  span.text-element.img-caption {
    font-size: 1em;
  }

  span.text-element span.text-text-1 {
    font-size: 1.4375rem;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  }

  span.text-element span.text-text-2 {
    font-family: 'Roboto', sans-serif;
  }

  span.text-element b.text-text-3 {
    font-size: 1.5rem;
  }

  span.text-element b.text-text-4 {
    font-size: 1.5625rem;
  }

  span.text-element b.text-text-5 {
    font-size: 1.5rem;
  }

  span.text-element strong.text-text-6 {
    color: rgba(249, 238, 0, .5);
  }

  span.text-element span.text-text-7 {
    color: rgba(249, 238, 0, .5);
  }

  a.link-text.menu-item {
    position: static;
    width: 100%;
    vertical-align: bottom;
    text-align: right;
  }

  a.link-text.menu-item-1 {
    font-size: 20px;
  }

  a.link-text span.text-link-text-1 {
    color: rgba(249, 238, 0, .5);
    font-size: 1.1875rem;
  }

  a.link-text.gallery-nav-link {
    margin-top: 0;
    margin-right: 0;
  }

  /* Interaction Elements */

  a.link-button.portfolio-link {
    display: inline-block;
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(50, 68, 60, .5) 100%);
    background-image:    -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(50, 68, 60, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(50, 68, 60, .5) 100%);
    background-image:         linear-gradient(90deg, rgba(255, 255, 255, .5) 0%, rgba(50, 68, 60, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
    text-shadow: #062395 4px 4px 4px;
    opacity: 1;
    -webkit-filter: brightness(2) contrast(2) saturate(.95);
            filter: brightness(2) contrast(2) saturate(.95);
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);

    background-blend-mode: normal;
  }

  a.link-button span.button-link-text-1 {
    color: #fff;
    font-weight: 600;
  }

  /* Layout Elements */

  body.body-1 {
    display: block;
    border-bottom: .125rem solid rgba(249, 238, 0, .6);
  }

  .container.menu-holder {
    position: fixed;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    min-height: 100px;
    width: 150px;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.bio-1 {
    max-width: 400px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.gallery-nav-holder {
    clear: none;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100px;
    max-height: none;
    width: 48.2%;
    height: 50%;
  }

  .container.logo-container {
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.bio-2 {
    position: relative;
    margin-top: 0;
    padding-top: 11px;
    padding-left: 50px;
    min-width: 20px;
    max-width: 600px;
  }

  .container.about-cover {
    display: block;
    visibility: visible;
    float: none;
    margin-top: 100px;
    margin-left: 200px;
    padding-top: 0;
    padding-right: 0;
    min-width: 0;
    min-height: 200px;
    max-width: 150px;
    max-height: 46px;
    width: 211px;
    height: auto;
    background-image: url('../images/kglogolg2021.png');
    background-repeat: repeat;
    opacity: .99;

    background-blend-mode: normal;
    -webkit-transform-style: flat;
       -moz-transform-style: flat;
            transform-style: flat;
  }

  .container.contact.text-col {
    max-width: 100%;
    width: 51.6%;
  }

  .container.portfolio-cover {
    min-height: 395px;
    width: 46%;
    border-width: .375rem;
    background-image: url('../images/MAHS-small.png');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;
    box-shadow: rgba(88, 133, 252, .5) 5px 5px 10px 0;
    opacity: .66;

    background-blend-mode: normal;
  }

  .container.food.portfolio-cover {
    min-height: 395px;
    width: 46%;
    background-image: url('../images/kg-image1.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.portfolio-cover.portraits {
    position: static;
    float: right;
    clear: none;
    margin-top: 10px;
    min-height: 315px;
    width: 30.6%;
    background-image: url('../images/kg-image8.jpg');

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    grid-area: auto / auto / auto / auto;
    justify-self: auto;
  }

  .container.about {
    grid-area: auto /auto/ auto / auto;
    justify-self: left;
  }

  .container.Forms.portfolio-cover {
    position: static;
    float: right;
    clear: none;
    margin-top: 10px;
    padding-right: 0;
    padding-left: 0;
    min-height: 315px;
    width: 62.2%;
    height: 99.1%;
    background-image: url('../images/donation_form.png'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    grid-area: auto /span 2/ auto / auto;
    justify-self: auto;
    background-blend-mode: normal, normal;
  }

  .container.portfolio-container {
    position: static;
    top: auto;
  }

  .container.gallery-column {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.gallery-nav {
    min-height: 100px;
    background-image: url('../images/picturebasket.jpg'), -webkit-radial-gradient(rgba(123, 142, 198, .5) 0%, rgba(0, 0, 0, .8) 80%);
    background-image: url('../images/picturebasket.jpg'), -moz-radial-gradient(rgba(123, 142, 198, .5) 0%, rgba(0, 0, 0, .8) 80%);
    background-image: url('../images/picturebasket.jpg'), -o-radial-gradient(rgba(123, 142, 198, .5) 0%, rgba(0, 0, 0, .8) 80%);
    background-image: url('../images/picturebasket.jpg'), radial-gradient(rgba(123, 142, 198, .5) 0%, rgba(0, 0, 0, .8) 80%);
    background-attachment: local, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: contain, auto auto;
    background-repeat: no-repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  div.responsive-picture.picture-1 {
    max-width: 500px;
    width: 100.2%;
  }

  a.responsive-picture.gallery-img.portrait > picture > img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    -o-object-fit: fill;
       object-fit: fill;
  }

  a.responsive-picture.gallery-img.portrait {
    max-width: 50em;
    width: 75%;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  a.responsive-picture.gallery-img > picture > img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  a.responsive-picture.gallery-img {
    float: none;
    clear: none;
    width: 80%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  span.text-element.img-caption {
    font-size: 17px;
    line-height: 1.2;
  }

  a.link-text.menu-item-1 {
    font-size: 24px;
  }

  a.link-text.gallery-nav-link {
    display: block;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    height: 150px;
    background-color: #000;
    background-image: -webkit-linear-gradient(top, rgba(46, 77, 209, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/picturebasket.jpg');
    background-image:    -moz-linear-gradient(top, rgba(46, 77, 209, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/picturebasket.jpg');
    background-image:      -o-linear-gradient(top, rgba(46, 77, 209, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/picturebasket.jpg');
    background-image:         linear-gradient(180deg, rgba(46, 77, 209, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/picturebasket.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, repeat;
    color: #fff;
    text-shadow: #0b18f1 4px 4px 5px;
    font-weight: 500;

    background-blend-mode: normal, normal;
  }

  /* Interaction Elements */

  a.link-button.portfolio-link {
    display: inline-block;
    min-height: 305px;
    height: auto;
  }

  /* Layout Elements */

  .container.bio-1 {
    margin-top: 10px;
    margin-left: 150px;
    padding-top: 10px;
    max-width: 500px;
    width: 200px;
    height: 306px;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .container.bio-2 {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
    max-width: 507px;
  }

  .container.contact-container {
    -ms-flex-pack: distribute;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    width: auto;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.about {
    -ms-flex-pack: distribute;
    margin-right: auto;
    margin-left: auto;
    max-width: 1006px;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.contact.text-col {
    margin-left: 150px;
    max-width: 550px;
  }

  .container.off-canvas.off-canvas-wrapper {
    margin-left: 5px;
  }

  .container.gallery-nav-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    width: 50%;
    height: auto;
  }

  .container.gallery-nav {
    min-height: 150px;
    height: 100%;
    background-color: rgba(9, 48, 165, .5);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .8) 80%), url('../images/picturebasket.jpg');
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .8) 80%), url('../images/picturebasket.jpg');
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .8) 80%), url('../images/picturebasket.jpg');
    background-image:         linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .8) 80%), url('../images/picturebasket.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container.Forms.portfolio-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    min-height: 315px;
    max-width: 100%;
    max-height: 100%;
    width: 615px;
    height: 95px;
    background-image: url('../images/donation_form_small.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    background-blend-mode: normal;
  }

  .container.logo-container {
    height: auto;
    background-image: -webkit-linear-gradient(top, rgba(3, 1, 2, .51) 0%, rgba(2, 2, 2, 1) 100%), url('../images/header-bg.jpg');
    background-image:    -moz-linear-gradient(top, rgba(3, 1, 2, .51) 0%, rgba(2, 2, 2, 1) 100%), url('../images/header-bg.jpg');
    background-image:      -o-linear-gradient(top, rgba(3, 1, 2, .51) 0%, rgba(2, 2, 2, 1) 100%), url('../images/header-bg.jpg');
    background-image:         linear-gradient(180deg, rgba(3, 1, 2, .51) 0%, rgba(2, 2, 2, 1) 100%), url('../images/header-bg.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container.portfolio-cover {
    height: auto;
  }

  .container.portfolio-container {
    width: auto;
  }

  a.glyph.close-button {
    padding-right: 8px;
    padding-left: 1px;
  }

  a.responsive-picture.gallery-img {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}