/* Color Theme Swatches in Hex */

.Promerita---Green-Scale-1-hex {
  color: #031727;
}

.Promerita---Green-Scale-2-hex {
  color: #126872;
}

.Promerita---Green-Scale-3-hex {
  color: #0B877D;
}

.Promerita---Green-Scale-4-hex {
  color: #18C29C;
}

.Promerita---Green-Scale-5-hex {
  color: #88F9D4;
}

/* Color Theme Swatches in RGBA */

.Promerita---Green-Scale-1-rgba {
  color: #021726;
}

.Promerita---Green-Scale-2-rgba {
  color: #116772;
}

.Promerita---Green-Scale-3-rgba {
  color: #0b877c;
}

.Promerita---Green-Scale-4-rgba {
  color: #17c19c;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 1.6rem;
  counter-reset: i;
}

.logo {
  padding: 2rem 0 0 2rem;
}

.logo a {
  font-family: "Megrim", sans-serif;
  color: #ececec;
  font-size: 3rem;
  line-height: 3rem;
  text-decoration: none;
}

.logohead {
  grid-column: fullstart/col-start 3;
  grid-row: 1/2;
}

.logofoot {
  justify-self: start;
  margin-top: 2rem;
}

.logo-black {
  grid-column: fullstart/center-end;
  grid-row: 1/2;
  padding: 2rem 0 0 2rem;
  z-index: 5;
}

.logo-black a {
  text-decoration: none;
  display: block;
  color: #000000;
  font-family: "Megrim", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

@media only screen and (max-width: 37.5em) {
  .logo-black a {
    grid-column: fullstart/center-start;
    text-align: left;
    font-size: 2.5rem;
    z-index: 5;
  }
}

.container {
  display: grid;
  grid-template-columns: [fullstart] 0.5fr [center-start] 1fr [center-end] 0.5fr [fullend];
  grid-template-rows: auto;
  justify-content: center;
}

.title {
  font-family: "Roboto", sans-serif;
  grid-column: fullstart/fulltend;
  justify-self: center;
  padding: 3rem 0;
  font-size: 3.2rem;
  font-weight: 900;
  color: black;
  letter-spacing: 0.5rem;
  z-index: 5;
}

.main {
  grid-column: fullstart/fullend;
  display: grid;
  justify-items: center;
  margin: 0 0 2rem 0;
}

@media only screen and (max-width: 50em) {
  .main {
    grid-column: fullstart/fullend;
    margin: 0 0 0 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .logo a {
    font-size: 2.5rem;
  }
}

.ham {
  grid-column: center-end/fullend;
  grid-row: 1/-1;
  justify-self: right;
  align-self: start;
  padding: 2rem 2rem 0 0;
  z-index: 1000;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 2px;
  background-color: black;
  margin: 7px 0;
  transition: 0.2s;
  border-radius: 2px;
}

.change .bar1 {
  background-color: black;
  transform: rotate(-45deg) translate(-9px, 7px);
  z-index: 100;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  background-color: #2c2c2c;
  transform: rotate(45deg) translate(-5px, -5px);
}

.navigationgeneral {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  opacity: 0;
  display: grid;
  justify-items: center;
  align-items: top;
  padding-top: 25vh;
}

.navmobile li {
  width: 30rem;
  text-decoration: none;
  list-style: none;
  text-align: center;
  line-height: 7rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #ececec;
  position: relative;
}

.navmobile li:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  border-radius: 4px;
  bottom: -2px;
  left: 0;
  background-color: #888888;
  transform-origin: bottom center;
  transition: transform 0.25s ease-out;
}

.navmobile li:hover:after,
.navmobile li a:active {
  transform: scaleX(1);
  transform-origin: bottom center;
}

.navmobile li a {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-decoration: none;
  text-align: center;
}

.navmobile li:hover a,
.navmobile li a:active {
  transform: translateY(2px);
  transition: transform 0.2s;
}

.showNavW {
  opacity: 1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/themes/Giorgiphotos/img/m.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 200;
}

@media only screen and (max-width: 50em) {
  .showNavW {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/themes/Giorgiphotos/img/m.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 37.5em) {
  .showNavW {
    background-color: rgba(134, 134, 134, 0.98);
  }
}

.landing {
  display: grid;
  grid-template-columns: [fullstart] 0.5fr [center-start] repeat(6, [col-start] minmax(-webkit-min-content, 16rem) [col-end]) [center-end] 0.5fr [fullend];
  grid-template-columns: [fullstart] 0.5fr [center-start] repeat(6, [col-start] minmax(min-content, 16rem) [col-end]) [center-end] 0.5fr [fullend];
  grid-template-rows: repeat(4, minmax(-webkit-min-content, 30vh));
  grid-template-rows: repeat(4, minmax(min-content, 30vh));
  justify-content: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url(/wp-content/themes/Giorgiphotos/img/Kazbegi_night3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

@media only screen and (max-width: 37.5em) {
  .landing {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url(/wp-content/themes/Giorgiphotos/img/Kazbegi_night3_sm.jpg);
  }
}

h1.hero {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  grid-column: fullstart/fullend;
  grid-row: 2/3;
  font-size: 3rem;
  letter-spacing: 0.5rem;
  color: #fefefe;
  justify-self: center;
  align-self: center;
}

.heromore {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  grid-column: col-start 5/col-start 6;
  justify-self: end;
  grid-row: 3/4;
  font-size: 2rem;
  color: #88F9D4;
  align-self: top;
  transform: translateY(-6rem);
}

.enter {
  grid-column: fullstart/fullend;
  grid-row: 4/5;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  color: #888888;
  text-decoration: none;
  justify-self: right;
  align-self: end;
  z-index: 25;
}

@media only screen and (max-width: 37.5em) {
  h1.hero {
    grid-column: fullstart/fullend;
    grid-row: 2/3;
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    color: #fefefe;
    padding: 0 2rem;
    justify-self: center;
    align-self: center;
    text-align: center;
  }

  .heromore {
    grid-column: fullstart/fullend;
    grid-row: 3/4;
    font-size: 1.6rem;
    color: #88F9D4;
    align-self: top;
    text-align: center;
    justify-self: center;
    transform: translateY(-2rem);
  }
}

@media only screen and (max-width: 50em) {
  .enter {
    justify-self: center;
  }
}

.about {
  margin-top: 3rem;
  display: grid;
  width: 70%;
  grid-template-columns: 0.5fr 1fr;
}

.birdwatching {
  margin: 3rem 0 25rem 0;
  display: grid;
  width: 70%;
  grid-template-columns: 0.5fr 1fr;
}

.composition {
  position: relative;
}

.composition__photo {
  width: 55%;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  transition: all 0.2s;
  outline-offset: 1rem;
}

.composition__photo--p1 {
  left: 0;
  top: -2rem;
}

.composition__photo--p2 {
  right: 0;
  top: 2rem;
}

.composition__photo--p3 {
  left: 20%;
  top: 10rem;
}

.composition__photo:hover {
  outline: 0.2rem solid #88F9D4;
  transform: scale(1.05);
  box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.4);
  z-index: 20;
}

.composition:hover .composition__photo:not(:hover) {
  filter: grayscale(100%);
  opacity: 0.8;
}

@media only screen and (max-width: 50em) {
  .about {
    width: 98%;
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .birdwatching {
    width: 100%;
    margin: 1rem 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .composition {
    display: grid;
    justify-items: center;
  }

  .composition__photo {
    position: static;
    display: block;
    align-self: center;
    margin: 1rem;
    width: 90%;
  }

  .composition__photo--p1 {
    left: 0;
    top: 0;
  }

  .composition__photo--p2 {
    left: 0;
    top: 0;
  }

  .composition__photo--p3 {
    left: 0;
    top: 0;
  }
}

.bio {
  padding: 1rem 2rem;
  text-align: justify;
}

.profile {
  margin-top: 5rem;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.paragraph {
  margin-top: 5rem;
}

.paragraph a,
.paragraph a:hover,
.paragraph a:active {
  color: #0B877D;
  font-weight: 500;
}

.about__1 {
  color: #0B877D;
  font-size: 1.6rem;
  text-align: right;
}

.about__1 a {
  color: #0B877D;
  font-size: 1.6rem;
  text-align: right;
}

.about__2 {
  text-align: right;
  color: #2c2c2c;
  font-size: 2.4rem;
  padding: 1rem 0;
}

.about__3 {
  text-align: right;
  color: #2c2c2c;
  font-size: 1.6rem;
}

.bio p {
  padding: 1rem 0;
}

.exp_b {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 40rem);
  grid-template-rows: repeat(7, -webkit-max-content);
  grid-template-rows: repeat(7, max-content);
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/themes/Giorgiphotos/img/m.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  justify-items: center;
}

.experience:nth-child(odd) {
  width: 50%;
  justify-self: end;
  grid-area: auto/1/auto/span 2;
  text-align: left;
  border-left: 1px dashed #126872;
  padding: 2rem;
}

.experience:nth-child(even) {
  width: 50%;
  justify-self: start;
  grid-area: auto/1/auto/span 2;
  text-align: right;
  border-right: 1px solid #126872;
  padding: 2rem;
  transform: translateX(1px);
}

@media only screen and (max-width: 50em) {
  .exp_b {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, -webkit-max-content);
    grid-template-rows: repeat(7, max-content);
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/themes/Giorgiphotos/img/m.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    justify-items: center;
  }

  .experience:nth-child(odd) {
    width: 98%;
    justify-self: center;
    grid-area: auto/1/auto/2;
    text-align: right;
    border-left: none;
    border-right: 2px dashed #126872;
    padding: 2rem;
  }

  .experience:nth-child(even) {
    width: 98%;
    justify-self: center;
    grid-area: auto/1/auto/2;
    text-align: right;
    border-right: 2px solid #126872;
    padding: 2rem;
    transform: translateX(0);
  }
}

.subtitle {
  grid-column: 1/-1;
  align-self: center;
  text-align: center;
  font-size: 2rem;
  color: #2c2c2c;
  padding: 10rem 0;
}

@media only screen and (max-width: 50em) {
  .subtitle {
    padding: 5rem;
  }
}

.work__date {
  color: #126872;
  font-weight: 700;
  padding: 1rem 0;
}

.work__place {
  color: #888888;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.workdescription {
  color: #000000;
}

.btngreen {
  background-color: #0B877D;
  padding: 0.4rem;
  margin: 0.8rem;
  color: white;
}

.btngreen:hover {
  background-color: #88F9D4;
  color: black;
}

.gallerywrapper {
  margin-right: auto;
  margin-left: auto;
  width: 90vw;
}

.my-gallery {
  -moz-columns: 4;
       columns: 4;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.my-gallery img {
  width: 100%;
}

.galleryitem {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1300px) {
  .my-gallery {
    -moz-columns: 3;
         columns: 3;
  }
}

@media only screen and (max-width: 1023px) {
  .my-gallery {
    -moz-columns: 2;
         columns: 2;
  }
}

@media only screen and (max-width: 768px) {
  .my-gallery {
    -moz-columns: 1;
         columns: 1;
  }
}

.galleryitem,
.galleryitem img {
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

.galleryitem {
  position: relative;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

.galleryitem img:hover {
  transform: scale(1.1);
}

.gallerycaption {
  position: absolute;
  padding: 8px;
  bottom: -42px;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease-in-out;
}

.galleryitem:hover .gallerycaption {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
}

#menu-gallery-menu {
  margin: 2rem;
  text-align: center;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#menu-gallery-menu .menu-item {
  padding: 0.2rem 2rem;
  font-family: "Raleway", sans-serif;
  background-color: white;
  margin-left: 2rem;
  cursor: pointer;
}

#menu-gallery-menu .menu-item:hover,
#menu-gallery-menu .menu-item:active {
  background-color: #ececec;
}

#menu-gallery-menu .menu-item a {
  color: #888888;
  font-size: 1.6rem;
  text-decoration: none;
}

#menu-gallery-menu .menu-item a:hover,
#menu-gallery-menu .menu-item a:active {
  color: black;
}

#menu-gallery-menu .current-menu-item {
  background-color: #ececec;
}

#menu-gallery-menu .current-menu-item a {
  color: black;
}

@media only screen and (max-width: 37.5em) {
  #menu-gallery-menu {
    margin-top: 0;
    text-align: center;
    list-style: none;
    display: flex;
    flex-direction: column;
  }

  #menu-gallery-menu .menu-item {
    padding: 0.2rem 1rem;
    font-family: "Raleway", sans-serif;
    background-color: white;
    cursor: pointer;
  }
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

canvas {
  vertical-align: top;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 60%;
  z-index: 20;
}

.showno {
  display: none;
  z-index: -200;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  opacity: 0.2;
}

.success_message {
  width: 90%;
  color: #0B877D;
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

.contactform {
  margin-top: 3rem;
  width: 70%;
  padding-top: 2rem;
}

.hidetext {
  display: none;
}

@media only screen and (max-width: 50em) {
  .contactform {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .contactform {
    margin-top: 0;
  }
}

.inputstyle {
  width: 100%;
  padding: 1rem;
  border: 1px solid #0B877D;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 2rem;
}

.btn {
  position: relative;
  padding: 1.6rem;
  border: none;
  outline: none;
  font-family: "Raleway", sans-serif;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 700;
  color: black;
  cursor: pointer;
}

.btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #88F9D4;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.btn:active,
.btn:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

@media only screen and (max-width: 37.5em) {
  .btn {
    margin-bottom: 2rem;
    position: relative;
    padding: 1rem;
    font-family: "Raleway", sans-serif;
    font-size: 1.6rem;
    background-color: white;
    color: black;
    border-radius: 4px;
    border: 1px solid #0B877D;
    box-sizing: border-box;
    cursor: pointer;
  }

  .btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #88F9D4;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
  }

  .btn:active,
  .btn:hover:before {
    visibility: hidden;
    transform: scaleX(1);
  }
}

.footer {
  z-index: 10;
  grid-column: fullstart/fullend;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  justify-items: end;
  background-color: black;
  min-height: 20rem;
}

.footernav {
  grid-column: 2/3;
  grid-row: 1/span 2;
  margin: 2rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footernav li {
  padding: 0 1rem;
  margin: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}

.footernav li:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.footernav li a {
  font-family: "Raleway", sans-serif;
  color: #ececec;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0.5rem;
}

.footernav li a:hover,
.footernav li a:link,
.footernav li a:active {
  color: black;
}

.footernav .current-menu-item {
  background-color: #ececec;
}

.footernav .current-menu-item a {
  color: #2c2c2c;
}

.social {
  justify-self: start;
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 1.2rem;
  color: #ececec;
  padding: 2rem 0.2rem 0 2.2rem;
  letter-spacing: 0.5rem;
}

.social__icon {
  font-family: "Raleway", sans-serif;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin: 1rem 1rem 0 0;
}

.social__insta {
  background: url(/wp-content/themes/Giorgiphotos/img/instagram.png);
  background-size: cover;
}

.social__fb {
  background: url(/wp-content/themes/Giorgiphotos/img/facebook.png);
  background-size: cover;
}

