/*here you can see only css sizes, if you want set colors/images - see other files*/

.menu__content.active .menu li:nth-child(1) {
  transition-delay: 0.1s;
  transform: rotate(-150deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(1) a {
  transition-delay: 0.2s;
  transform: translate(-50%, -50%) rotate(510deg); }
.menu__content.active .menu li:nth-child(1) a:hover {
  transform: translate(-50%, -50%) rotate(510deg) perspective(1000px) rotateX(360deg);
  background: #003252; }
.menu__content.active .menu li:nth-child(2) {
  transition-delay: 0.2s;
  transform: rotate(-125deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(2) a {
  transition-delay: 0.3s;
  transform: translate(-50%, -50%) rotate(485deg); }
.menu__content.active .menu li:nth-child(2) a:hover {
  transform: translate(-50%, -50%) rotate(485deg) perspective(1000px) rotateY(360deg);
  background: #515B6C; }
.menu__content.active .menu li:nth-child(3) {
  transition-delay: 0.3s;
  transform: rotate(-100deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(3) a {
  transition-delay: 0.4s;
  transform: translate(-50%, -50%) rotate(460deg); }
.menu__content.active .menu li:nth-child(3) a:hover {
  transform: translate(-50%, -50%) rotate(460deg) perspective(1000px) rotateX(360deg);
  background: #FFF56B;
  color: #777777; }
.menu__content.active .menu li:nth-child(4) {
  transition-delay: 0.4s;
  transform: rotate(-75deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(4) a {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) rotate(435deg); }
.menu__content.active .menu li:nth-child(4) a:hover {
  transform: translate(-50%, -50%) rotate(435deg) perspective(1000px) rotateY(360deg);
  background: #E1AA02; }
.menu__content.active .menu li:nth-child(5) {
  transition-delay: 0.5s;
  transform: rotate(-50deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(5) a {
  transition-delay: 0.6s;
  transform: translate(-50%, -50%) rotate(410deg); }
.menu__content.active .menu li:nth-child(5) a:hover {
  transform: translate(-50%, -50%) rotate(410deg) perspective(1000px) rotateX(360deg);
  background: #C4D4D9; }
.menu__content.active .menu li:nth-child(6) {
  transition-delay: 0.6s;
  transform: rotate(-25deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(6) a {
  transition-delay: 0.7s;
  transform: translate(-50%, -50%) rotate(385deg); }
.menu__content.active .menu li:nth-child(6) a:hover {
  transform: translate(-50%, -50%) rotate(385deg) perspective(1000px) rotateY(360deg);
  background: #887D6B; }
.menu__content img {
  max-width: 90px; }

@media all and (min-width: 320px) and (min-height: 500px) {
  .figure:before, .figure:after {
    content: '';
    position: absolute;
    background: transparent;
    width: 400px;
    height: 400px;
  }

  .figure:before {
    left: 0%;
    top: 50%;
    border-radius: 100%;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.53);
    transform: translate(-50%, -50%) scale(0.8); }

  .figure:after {
    left: 0%;
    top: 50%;
    border-radius: 100%;
    box-shadow: none;
    transform: translate(-50%, -50%) scale(0.82); }

  .menu__content {
    font-size: 20px;
  }
  .menu__content.active .menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s;
    transform: translate(-50%, -50%) scale(1);
    width: 400px;
    height: 400px; }
  .menu__content .menu li a {
    width: 56px;
    height: 56px;
    font-size: 9px; }
  .menu__content.active .menu li:nth-child(1) {
    transform: rotate(-150deg) translate(0px, 200px); }
  .menu__content.active .menu li:nth-child(2) {
    transform: rotate(-125deg) translate(0px, 200px); }
  .menu__content.active .menu li:nth-child(3) {
    transform: rotate(-100deg) translate(0px, 200px); }
  .menu__content.active .menu li:nth-child(4) {
    transform: rotate(-75deg) translate(0px, 200px); }
  .menu__content.active .menu li:nth-child(5) {
    transform: rotate(-50deg) translate(0px, 200px); }
  .menu__content.active .menu li:nth-child(6) {
    transform: rotate(-25deg) translate(0px, 200px); }
  .menu__content img {
    max-width: 130px; }
  .menu__content .menu__text {
    font-size: 14px; 
    max-width: 130px;}
  }
@media all and (min-width: 360px) and (min-height: 560px) {
  .figure:before, .figure:after {
    width: 460px;
    height: 460px; }

  .figure:before {
    transform: translate(-50%, -50%) scale(0.8); }

  .figure:after {
    transform: translate(-50%, -50%) scale(0.82); }

  .menu__content {
    font-size: 20px; }
  .menu__content.active .menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s;
    transform: translate(-50%, -50%) scale(1);
    width: 460px;
    height: 460px; }
  .menu__content .menu li a {
    width: 66px;
    height: 66px;
    font-size: 10px; }
  .menu__content.active .menu li:nth-child(1) {
    transform: rotate(-150deg) translate(0px, 230px); }
  .menu__content.active .menu li:nth-child(2) {
    transform: rotate(-125deg) translate(0px, 230px); }
  .menu__content.active .menu li:nth-child(3) {
    transform: rotate(-100deg) translate(0px, 230px); }
  .menu__content.active .menu li:nth-child(4) {
    transform: rotate(-75deg) translate(0px, 230px); }
  .menu__content.active .menu li:nth-child(5) {
    transform: rotate(-50deg) translate(0px, 230px); }
  .menu__content.active .menu li:nth-child(6) {
    transform: rotate(-25deg) translate(0px, 230px); }
  .menu__content img {
    max-width: 140px; }
  }
@media all and (min-width: 360px) and (min-height: 600px) {
  .menu__content img {
    max-width: 160px; }
  .menu__content .menu__text {
    font-size: 16px;
    max-width: 150px;}
  }

/*Iphone 5S - Album - Chrome*/
@media screen and (min-width: 568px)and (min-height:244px) {
  .wrapper{
    overflow-y: visible;
    overflow-x: hidden;
    height: 200vh;
    height: calc(var(--vh, 1vh) * 200);
  }
  .figure{
    height: 200vh;
    height: calc(var(--vh, 1vh) * 200);
    overflow: hidden;
    margin: 0; }
}

/*Iphone 5S - Album - Chrome*/
@media screen and (min-width: 568px)and (min-height:320px) {
  .wrapper{
    height: 150vh;
    height: calc(var(--vh, 1vh) * 150);
  }
  .figure{
    height: 150vh;
    height: calc(var(--vh, 1vh) * 150);
  }
}

@media screen and (min-width: 568px) and (min-height: 500px){
  .wrapper{
    overflow-y: hidden;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .figure{
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}


@media all and (min-width: 768px) and (min-height: 900px) {
  .figure:before, .figure:after {
    width: 778px;
    height: 778px; }

  .figure:before {
    transform: translate(-50%, -50%) scale(0.8); }

  .figure:after {
    transform: translate(-50%, -50%) scale(0.82); }

  .menu__content {
    font-size: 20px; }
  .menu__content.active .menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s;
    transform: translate(-50%, -50%) scale(1);
    width: 776px;
    height: 776px; }
  .menu__content .menu li a {
    width: 105px;
    height: 105px;
    font-size: 16px; }
  .menu__content.active .menu li:nth-child(1) {
    transform: rotate(-150deg) translate(0px, 388px); }
  .menu__content.active .menu li:nth-child(2) {
    transform: rotate(-125deg) translate(0px, 388px); }
  .menu__content.active .menu li:nth-child(3) {
    transform: rotate(-100deg) translate(0px, 388px); }
  .menu__content.active .menu li:nth-child(4) {
    transform: rotate(-75deg) translate(0px, 388px); }
  .menu__content.active .menu li:nth-child(5) {
    transform: rotate(-50deg) translate(0px, 388px); }
  .menu__content.active .menu li:nth-child(6) {
    transform: rotate(-25deg) translate(0px, 388px); }
  .menu__content img {
    max-width: 240px; }
  .menu__content .menu__text {
    font-size: 28px;
    max-width: 250px;}
  }
@media all and (min-width: 320px) and (orientation: landscape) {
  }
@media all and (min-width: 320px) and (orientation: portrait) {
   }
@media all and (min-width: 1025px) and (orientation: landscape) {
  }

/*# sourceMappingURL=wall_paper.css.map */
