@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: normal;
  src: local("Anton"), url("../fonts/anton/anton.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Regular"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Light";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Light"), url("../fonts/montserrat/Montserrat-Light.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Bold"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Italic"), url("../fonts/montserrat/Montserrat-Italic.woff") format("woff");
}
body {
  margin: 0;
  color: #1C1C1C;
  background: #F5F5F5;
  font-family: Montserrat Light;
  font-size: 18px;
}

h1, h2 {
  font-family: Anton;
  margin: 0;
}

.about-russia img, .about-greece img {
  position: absolute;
  z-index: 2;
  max-width: 30vw;
  height: auto;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}

.about-russia img:nth-child(1) {
  top: 10%;
  right: 10%;
  transition-delay: 0s;
}

.about-russia img:nth-child(2) {
  top: 15%;
  right: 15%;
  transition-delay: 0.15s;
}

.about-russia img:nth-child(3) {
  top: 5%;
  right: 5%;
  transition-delay: 0.3s;
}

.about-russia img:nth-child(4) {
  top: 12.5%;
  right: 12.5%;
  transition-delay: 0.45s;
}

.about-russia img:nth-child(5) {
  top: 0;
  right: 8.5%;
  transition-delay: 0.6s;
}

.about-russia img:nth-child(6) {
  top: 25%;
  right: 10%;
  transition-delay: 0.75s;
}

.about-greece img:nth-child(1) {
  top: 10%;
  right: 10%;
  transition-delay: 0s;
}

.about-greece img:nth-child(2) {
  top: 15%;
  right: 15%;
  transition-delay: 0.15s;
}

.about-greece img:nth-child(3) {
  top: 5%;
  right: 5%;
  transition-delay: 0.3s;
}

.about-greece img:nth-child(4) {
  top: 12.5%;
  right: 12.5%;
  transition-delay: 0.45s;
}

.about-greece img:nth-child(5) {
  top: 0;
  right: 8.5%;
  transition-delay: 0.6s;
}

.about-greece img:nth-child(6) {
  top: 25%;
  right: 10%;
  transition-delay: 0.75s;
}

.about-russia img.visible, .about-greece img.visible {
  opacity: 1;
}

.navbar {
  position: fixed;
  z-index: 10;
  width: 100%;
}
.navbar .grid {
  justify-content: space-between;
}
.navbar .menu-box {
  width: 20px;
  height: 20px;
  border: 3px solid #F5F5F5;
  position: relative;
  cursor: pointer;
}
.navbar .menu-box .menu-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #F5F5F5;
  width: 6px;
  height: 6px;
}
.navbar .navbar-wrapper {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #F5F5F5;
  font-size: 16px;
}

.my-name, .greece, .piter {
  cursor: pointer;
  font-style: italic;
  color: #5e5e5e;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.menu-field {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1C1C1C;
  z-index: 9;
  display: none;
  flex-direction: column;
}
.menu-field a {
  text-decoration: none;
  color: inherit;
}
.menu-field .menu-field-wrapper {
  margin: auto;
  position: relative;
}
.menu-field .menu-item {
  font-size: 30px;
  color: #F5F5F5;
  position: absolute;
  display: none;
}
.menu-field .item-home {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-field .item-about {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: -60px;
}
.menu-field .item-projects {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-field .item-contact {
  top: 50%;
  left: -75px;
  transform: translateY(-50%) rotate(270deg);
}
.menu-field .menu-box-field {
  position: relative;
  background: #F5F5F5;
  width: 0;
  height: 0;
  transition: all 0.5s;
}
.menu-field .menu-box-field .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1C1C1C;
  border-radius: 50%;
  width: 30%;
  height: 30%;
}
.menu-field .menu-box-field.opened {
  width: 345px;
  height: 345px;
}

.header-container {
  width: 100%;
  height: 200vh;
  position: relative;
  background-color: #1C1C1C;
}

.first-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F5F5F5;
  width: 100%;
  min-height: 100vh;
}
.first-section .grid {
  justify-content: center;
  text-align: justify;
}
.first-section .quote {
  font-size: 30px;
}

.jumbotron {
  font-size: 500px;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding-bottom: 200px;
}

.wrapper {
  top: calc((100vh - 345px) / 2);
  display: flex;
  flex-direction: column;
  position: sticky;
}

.box {
  min-width: 345px;
  min-height: 345px;
  background: #F5F5F5;
  margin: auto;
  max-width: 100% !important;
  max-height: 100vh !important;
  overflow: hidden;
  position: relative;
}

.outer-promo, .inner-promo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 165px;
  color: #F5F5F5;
}

.inner-promo {
  color: #1C1C1C;
}

.work-img {
  width: 100%;
  height: auto;
}

.experiments {
  background: #1C1C1C;
  color: #F5F5F5;
}

.mt-auto {
  margin-top: auto;
}

span.featured {
  font-size: 11vw;
}

span.work {
  font-size: 18vw;
}

.work-item {
  border-bottom: 5px solid #1C1C1C;
}

.project-info {
  background-color: #1C1C1C;
  color: #F5F5F5;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 25px;
  display: none;
}
.project-info .project-info-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.project-info .project-info-wrapper a {
  color: inherit;
}

.close-circle {
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: Anton;
  font-size: 250px;
  line-height: 1;
  display: none;
}

footer {
  display: flex;
  background-color: #1C1C1C;
  padding: 10px 20px;
  border-top: 1px solid #B1B1B1;
  font-size: 0.8rem;
}
footer div {
  flex: 1;
  text-align: center;
  color: #B1B1B1;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:hover {
  color: #F5F5F5;
}
footer .footer-links {
  text-align: right;
}

@media screen and (min-width: 320px) {
  .pb-md {
    padding-bottom: calc(20px + 120 * (100vw - 320px) / 1600);
  }
  p {
    font-size: calc(18px + 7 * (100vw - 320px) / 1600);
    margin-top: 0;
    text-align: justify;
  }
  .main-padding {
    padding-left: calc(10px + 130 * (100vw - 320px) / 1600);
    padding-right: calc(10px + 130 * (100vw - 320px) / 1600);
  }
  .main-margin {
    margin-left: calc(10px + 130 * (100vw - 320px) / 1600);
    margin-right: calc(10px + 130 * (100vw - 320px) / 1600);
  }
  .section-padding {
    padding-top: calc(20px + 120 * (100vw - 320px) / 1600);
    padding-bottom: calc(20px + 120 * (100vw - 320px) / 1600);
  }
  .featured-work h2 {
    line-height: 0.9;
  }
  .featured-work .work-wording {
    font-size: calc(25px + 385 * (100vw - 320px) / 1600);
    padding-top: calc(10px + 30 * (100vw - 320px) / 1600);
    line-height: 1;
  }
  .featured-work p {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 0;
  }
  .work-item h2 {
    font-size: calc(25px + 65 * (100vw - 320px) / 1600);
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
  }
  .experiments a {
    color: inherit;
    text-decoration: none;
    transition: all 0.5s;
  }
  .experiments a:hover {
    color: white;
  }
  .experiments h2 {
    font-size: calc(25px + 115 * (100vw - 320px) / 1600);
  }
  .experiments p {
    padding-right: calc(0px + 80 * (100vw - 320px) / 1600);
  }
  .experiments ul {
    font-size: calc(25px + 65 * (100vw - 320px) / 1600);
    list-style: none;
    padding: 0;
    font-family: Anton;
  }
  .experiments ul li {
    color: #B1B1B1;
    border-bottom: 5px solid #B1B1B1;
    margin-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
    transition: all 0.5s;
    cursor: pointer;
  }
  .experiments ul li:hover {
    color: #F5F5F5;
    border-color: #F5F5F5;
  }
}

/*# sourceMappingURL=style.css.map */
