
* {
    color:#0abbd6;
	font-family: 'Arial', sans-serif;
    /* font-family: 'Noto+Sans&display=swap', sans-serif; */
	font-weight: 200;
    font-style: normal;
}
body {
    color:#0abbd6;
	font-family: 'Dosis', sans-serif;
	font-weight: 100;
    font-style: normal;
    background-size: cover;
    background-color: #0B1319;
    margin: 0;
    padding:0;
    width:100%;
    height: 100vh;
    z-index:-500;
}

a { 
    text-decoration: none;
    transition-property: all;
    transition-duration: .5s; 
}
a:hover {
    opacity: .7;
}
p {
    text-transform: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.logo{
    position: absolute;
    margin:0 auto;
    z-index: 1;    
}
.stamp img{
    width:50%;
    text-align: left;
}

.hidden{
    display:none;
}

/* HOME GRID */

.animated-grid {
    height: 100%;
    width:33.3vw;
  }

  section {
    display: inline-block;
    animation-delay: 5000ms;
    width: 100%;
  }
  @keyframes cardEntrance {
    from {
      opacity: 0;
      transform: scale(.3);
      transform:translateY(75%);
    }
    to {
      opacity: 1;
      transform: scale(1); 
      transform: translateY(0%);
    }
  }
  .card {
    animation: cardEntrance 800ms ease-in-out;
    animation-fill-mode: backwards;
    --standard-delay: 800ms;
  }  
  .card:nth-child(1) {
    animation-delay: calc(1 * var(--standard-delay));
    margin-left: 0;
    /* margin-top:-100vh; */
  }
  .card:nth-child(1){
    background-origin:bottom center;
  }
  .card:nth-child(1):hover .cardtxt{
    opacity: .7;
    /* color: #0abbd6; */
    transition: .5s;
    margin: auto auto 25% auto;
  }
  .card:nth-child(2) {
    animation-delay: calc(2 * var(--standard-delay));
    margin-left:100%;
    margin-top:-100vh;
    background-position-x: right;
  }
  .card:nth-child(2):hover .cardtxt{
    opacity: .8;
    transition: .5s;
    margin: auto auto 25% auto;
  }
  .card:nth-child(3) {
    animation-delay: calc(3 * var(--standard-delay));
    margin-left:200%;
    margin-top:-100vh;
  }
  .card:nth-child(3):hover .cardtxt{
    opacity: .7;
    transition: .5s;
    margin: auto auto 25% auto;
  }
    
  .card {
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    color: #fff;
    line-height: .6em;
    height: 100%;
    width: 100%;
    transition: all 500ms;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
   }
   .cardtxt{
    opacity: 0;
    font-family: 'didot';
    font-size: .6em;
    color:white;
    transition-property: all;
    text-align: center;
   }

/* STORE */

.ecwid .store{
    margin:0;
    padding:0;
    z-index: 8888;
}

/* .front{
    margin:8em 2em 0 2em;
    text-align: center;
    margin:0;
    padding:0;
} */
/* li{
  list-style-type: none;
} */

/* account button */
li.ec-footer__cell .footer__link--my-account{ 
    margin-left: 25px;
    position: relative;
  }

/* cart button */
.ec-size .ec-store .ec-link.link--icon-top.footer__link--shopping-cart .svg-icon:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 30px;  
    height: 30px;
    top: 1.3em;
    right: 6em;
    z-index: 7000;
    background-image: url('https://modernstains.com/images/shoppingcartR.png');
    /* background-image: url('https://cdn0.iconfinder.com/data/icons/webshop-essentials/100/shopping-cart-512.png'); */
    background-size: cover;
    }
    
.ec-footer__link .ec-link .ec-link--muted .link--icon-top .footer__link--shopping-cart{
   display: none;
   font-size: 18px;
   color: red;
} 
/* ###  */

/* MENU */

.burger-wrapper {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.meny {
    background: rgba(14, 27, 41);
    width: 220px;
    scale: (-0.5, 1);
    /* height: 100vh; */
    position: fixed;
    right: 0;
    transition-timing-function: cubic-bezier(10,2,3,1);
    transform: translateX(100%);
    top: 0;
    z-index: 8000;
    transition: 0.5s;
}
#menyAvPaa {
    display: none;
}

#menyAvPaa:checked ~ .meny {
    transform: translateX(0rem);
}
#burger {
    position: absolute;
    cursor: pointer;
    width: 1.6rem;
    height: 1.2rem;
    right: 1.5rem;
    top: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#burger > div {
    height: 2px;
    background-color: #cc3300;
    transition: 0.5s;
    z-index: 9999;
}

#menyAvPaa:checked ~ #burger > div {
  background-color: #cc3300;
}

#menyAvPaa:checked ~ #burger > div:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}
#menyAvPaa:checked ~ #burger > div:nth-child(2) {
    opacity: 0;
    transform: translateX(5rem);
}
#menyAvPaa:checked ~ #burger > div:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.items{
    margin-top: 1em;
    text-align: left;
    font-size:1.2em;
}

nav{
    margin:0;
    padding:0;
    height: 100vh;
    width:100%;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

#menu-wrapper {
    overflow: hidden;
    /* max-width: 100%; */
    cursor: pointer;
}

#menu-wrapper #hamburger-menu {
    position: fixed;
    width: 25px;
    height: 20px;
    margin: 15px;
    right: 1em;
    z-index: 9999;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #cc3300;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

ul{
    list-style: none; 
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.menu-list .menu-submenu {
    padding: 1em 0;
    text-transform: uppercase;
    font-size: .6em;
}
.menu-submenu{
    text-align: right;
    margin-right: 2em;
}
#menu-container .menu-list {
    top: 0;
    margin: 0;
    padding-top: 1.5em;
    display: block;
    width: 100%;
    background: rgb(24, 24, 24);
    z-index: 999;
    position:relative;
    overflow-y: hidden;
    overflow-x: hidden;
    right: -100%;
}
.static {
    font-size: .8em;
    padding: 20px;
    text-transform: uppercase;
}
.email{
    font-size: .7em;
    padding: 1.5px;
    text-transform: uppercase;
    color: #0abbd6;
    cursor: default;
    text-align: right;
}
nav .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    position: relative;
    font-size: .8em;
    padding: 20px;
    text-transform: uppercase;
    border-top: .02em solid rgba(40, 149, 199, 0.3);
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.head{
    padding: 1.5px 0;
}
.accordion-toggle, .accordion-content{
    cursor: pointer;
    font-size: .6em;
    position: relative;
    letter-spacing: 1px;
}
  .accordion-content {
    display: none;
}

/*  +/-  */
.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: .05em;
    margin-top: -1px;
    background-color: #0abbd6;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: #7f2001;
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #0abbd6 !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #0abbd6 !important;
    opacity: 0;
}

/* MENU FOOTER */
.about{
    text-align: center;
    margin:1.5em;
    font-size: .8em;
    font-weight: 100;
}
.sm{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    width: 100%;
}
.sm img{
    padding: 0 5px;
}

/* copy email */

.formButton {
    background-color:transparent;
    color:#91e2ee;
    font-size:.6em;
    font-weight: 500;
    margin-top:6px;
    border: solid 1px rgba(204,51,0,.8);
    border-radius: .3em;
    text-decoration:none;
    transition-property: all;
    transition-duration: .5s;
    cursor: pointer;
  }
  /* li{
    list-style-type: none;
    border-bottom: solid 1px rgba(204,51,0,.5);
    margin: 8px 5px;
  } */
  
  .formButton:hover {
    opacity: .7;
  }
  
  .formButton:active {
    background-color: black;
    position:relative;
    top:3px;
  }
  
  .sm{
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 1em;
      width: 100%;
  }
  .sm img{
      padding: 0 5px;
      width: 25px;
  }
  .signup{
    font-size: 1em;
    padding:6px;
    border: solid 1px rgba(204,51,0,.8);
    border-radius: .3em;
    max-width: 300px;
    text-align: center;
    /* margin-left:2em; */
  }

/* #### */


/* FOOTER */

.cr{
    font-size: 11px;
    position: fixed;
    right: 2em;
    bottom: 1.5em;
    text-align: right;
    opacity: .7;
}

/* Media Queries */
@media screen and (max-width: 890px){
    .cardtxt{
    padding:0;
    }
}

@media screen and (max-width: 600px){
    .meny {
    width: 100%;
    }
    .signup{
    margin:auto;
    }
    .cardtxt{
    margin-top: 80vh;
    padding:0 .38em;
    opacity: .8;
    font-size: .38em;
    line-height: .9em;
    text-align: center;
    }
    .card:nth-child(1):hover .cardtxt{
    margin-top: 80vh;
    }
    .card:nth-child(3):hover .cardtxt{
    margin-top: 80vh;
    }
    .card:nth-child(2):hover .cardtxt{
    margin-top: 80vh;
    }
}