:root {
  /* Globals */
  --line-height: calc(1em * 1.7);
  /* Set this way so it can be used in calculations */
  --element-padding: 8px;
  --element-border: 1px;
  --element-height: calc(var(--line-height) + var(--element-padding)*2 + var(--element-border)*2);
  --border-radius: 4px;

  /* Basics */
  /* --container-max-width: 800px; */


  --font-size: 1.8rem;
  --font-weight: 400;


  --background-color: rgb(255, 255, 255);
  --text-color: rgb(0, 0, 0);
}



@font-face {
  font-family: "Yantramanav";
  src: url("../fonts/Yantramanav-Black.ttf") format("truetype");
}


/* SF New Republic Font Family   -  ShyFoundry Fonts */
@font-face {
  font-family: "sf";
  src: url("../fonts/sf-new-republic.regular.ttf") format("truetype");
}


@font-face {
  font-family: "Creattion Demo";
  src: url("../fonts/Creattion.otf") format("truetype");
}



.kitty-font2 {
  font-family: "Creattion Demo", sans-Serif !important;
  color: black;
}

body,
a {
  /* text-decoration: none; */
  color: #d7729e;
}


body,
html {
  /* background-attachment: fixed;
  background-size: cover; */
  /* background-color: rgb(255, 251, 249); */
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif !important;
}



ul li {
  margin: 0 0 3px 0;
  list-style: none;
}




.intro {
  margin-top: 20px;
}


/* BASE */

.title {
  font-weight: 400;
}

.example-grid .column>div,
.example-grid .columns>div {
  background-color: #eee;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

@media (min-width: 550px) {

  .example-grid .column>div,
  .example-grid .columns>div {
    margin-bottom: 1.5rem;
  }
}

.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  font-weight: 400;
  text-transform: none;
}



.header-image {
  max-width: 200%;
  margin-left: -7rem;
  padding-top: 10rem;
}



/* Larger than phablet */
@media (min-width: 720px) {
  .is-hidden-tab {
    display: block !important;
  }
}



/* smaler than phablet */
@media (max-width: 720px) {

  .is-hidden-tab {
    display: none !important;
  }

}


@media screen and (min-width: 700px) {
  .is-hidden-desktop {
    display: none !important;
  }
}



/* new stuff  */


.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.aimee-btn {
  color: white;
  background-color: #049499;
  min-width: 14rem;
  font-size: 0.8rem;
  margin-top: 1rem;
}



.kitty-list {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.intro h1 {
  margin-bottom: 0;
}


.subtitle {
  /* text-decoration: none; */
  color: #d7729e;
  font-size: 2rem;
  padding-top: -3rem;
}


.navbar2 a {
  white-space: nowrap;
  color: #888888 !important;
  text-decoration: none;
  font-size: 1.4rem;
  /* font-family:sf, sans-Serif!important; */
  text-transform: uppercase;
}



.menu-list li {
  white-space: nowrap;
  color: #888888 !important;

  font-size: 1.4rem;
  /* font-family:sf, sans-Serif!important; */

  text-transform: uppercase;
}

.menu-list a {

  text-transform: uppercase;
  text-decoration: none!important;
}




.navbar2 a:hover {
  white-space: nowrap;
  text-decoration: underline
}


.header2 {
  color: #049499;
  font-family: "Yantramanav", sans-Serif !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.8rem;
}


.page-titles {
  /* font-family: "Creattion Demo",  sans-Serif!important; */
  /* font-family: "Yantramanav",  sans-Serif!important; */
  font-family: sf, sans-Serif !important;
  text-transform: uppercase;
  color: black;
  font-size: 4rem;
  padding-top: 2rem;
}


.page-subtitles {
  /* font-family: "Creattion Demo",  sans-Serif!important; */
  font-family: sf, sans-Serif !important;
  text-transform: uppercase;
  color: #049499;
  letter-spacing: 0.4rem;
  font-size: 1.8rem;
}




.portfolio-blurb {
  /* margin: 10rem 0 0 0; */
  /* padding-bottom: 20rem; */
  margin: auto 0;
  color: #7a7a7a;

}


.portfolio-blurb a {
  text-decoration: none;

}

.portfolio-blurb a:hover {
  text-decoration: underline;

}


.portfolio-blurb h4 {
  font-family: sf, sans-Serif !important;
  text-transform: uppercase;
  margin: auto 0;
  color: #049499;
  font-size: 2rem;
  margin-bottom: 2rem;

}

.portfolio-blurb p {
  margin: auto 0;
  /* color:#049499; */
  font-size: 1.5rem;
  line-height: 150%;
  margin-bottom: 2rem;

}


.portfolio-image {
  /* margin: 10rem 0 0 0; */
  margin-left: -4rem;
  padding: 0 auto;
  margin: auto 0;
}


.port {
  padding-bottom: 15rem !important;
}



.col-img {
  width: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  cursor: pointer;
}



.gallery {
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 7px;
  -moz-column-count: 3;
  -moz-column-gap: 5px;
  column-count: 3;
  column-gap: 5px;
}




.gallery1 {
  line-height: 0;
  -webkit-column-count: 1;
  -webkit-column-gap: 2px;
  -moz-column-count: 1;
  -moz-column-gap: 5px;
  column-count: 1;
  column-gap: 5px;
  width: 100%;

}


.gallery2 {

  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  column-count: 2;
  column-gap: 5px;
}

.column,
.columns {
  padding: 5px;

}


.gallery img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 5px;
  /* to match column gap */

}



@media (max-width: 1200px) {
  .gallery {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}


@media (max-width: 1000px) {
  .gallery {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}


@media (max-width: 800px) {
  .gallery {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}


@media (max-width: 400px) {
  .gallery {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}


.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}


#popup-image {
  max-width: 80%;
  max-height: 80%;
}


.close-btn {
  position: absolute;
  top: 8rem;
  right: 8rem;
  font-size: 15rem;
  color: white;
  cursor: pointer;
}


.col-img1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;

}

.popup-trigger {
  cursor: pointer;
}



/* burger 2*/


.navbar {
  /* background-color: #333; */
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.burger-menu {
  cursor: pointer;
  display: none;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #45a2a5;
  margin: 5px 0;
}


@media only screen and (max-width: 720px) {
  .burger-menu {
    display: block;
  }

  .menu-list {
    align-items: center;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 40px;
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
    height: 100%;
    margin-left:-2rem;

  }

  .menu-list li {
    margin: 10px 0;
  }
}