*
{
  color: #FFF;
  box-sizing: border-box;
}

@font-face
{
  font-family: outerspace;
  src: url("../Fonts/OuterspaceMilitia.otf") format("opentype");
  font-display: swap;
}

@font-face
{
  font-family: consolefont, monaco, monospace;
  src: url("../fonts/console.ttf");
  font-display: swap;
}

html
{
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}


body
{
  height: 100%;
  min-width: 100%;
  min-height: 100%;
	padding: 0;
	margin: 0;
	background-color: #000;
}


input[type='password']
{
	background-color: black;
	color: white;
	width: 200px;
	height: 40px;
	border: 0;
	border-bottom: 1px solid white;
	text-align: center;
  margin: 0 auto;
  display: block;
}

input[type='password']:focus 
{
	outline: 0;
	border-bottom: 1px solid #FFFF00;
}

#msg
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: black;
  line-height: 50px;

  -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
}

#login-button
{
	width: 200px;
	height: 40px;
	background-color: black;
	color: white;
	border: 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 20px;
}

#login-button:hover 
{
	border-left: 1px solid #FFFF00;
	border-right: 1px solid #FFFF00;
	cursor: pointer;
}

#login-button:focus
{
	outline: 0;
}

.fade-in { opacity: 0.8;}
.fade-out { opacity: 0.2;}
.set { opacity: 0.15;}
.lowset { opacity: 0.05;}
.display-none {display: none;}
.ready { opacity: 0;}
.full { opacity: 1;}
.before {opacity: 0;}
.hidden {opacity: 0;}
.after {opacity: 1;}
.widthnone {width: 0px;}
.widthfull {width: 100%;}

.slide
{
  bottom: 0px;
}

.no-slide
{
  bottom: -500px;
}

.tabslide
{
	bottom: 472px;
}

.notabslide
{
  bottom: -5px;
}

#logo
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 256px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -5;

  -webkit-transition: opacity 2s ease-in;
       -moz-transition: opacity 2s ease-in;
        -ms-transition: opacity 2s ease-in;
         -o-transition: opacity 2s ease-in;
            transition: opacity 2s ease-in;
}

#center-me
{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 256px;
    transform: translate(-50%, -50%);
    text-align: center;
}

#center-me h1
{
    font-size: 72px;
}

#center-me p
{
    font-family: outerspace;
    font-size: 32px;
}

#logo-gone
{
    position: absolute;
      top: 50%;
      left: 50%;
      width: 256px;
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: -5;

      -webkit-transition: opacity 2s ease-in;
           -moz-transition: opacity 2s ease-in;
            -ms-transition: opacity 2s ease-in;
             -o-transition: opacity 2s ease-in;
                transition: opacity 2s ease-in;
        animation: fadeinout 3s ease 0s 1 normal forwards;
}

.seperate-flex
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#nav-bar
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

#nav-bar img
{
	
}

#menu-icon
{
  width: 24px;
}

#menu-icon-container
{

}

#nav-bar-container
{
  margin: 20px 10px;
  padding-top: 12px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  transition: flex-grow 1000ms linear;

  -webkit-transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
      -ms-transition: all 0.5s ease-in;
       -o-transition: all 0.5s ease-in;
          transition: all 0.5s ease-in;
}

#nav-bar-container img
{
  width: 20px;
}

#nav-bar-container a
{
  margin: 0px 10px;
}

#view-container
{
	width: calc(100% + 17px);
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
  scrollbar-width: none; /* Firefox 64 */
}

.fav-heart
{
  width: 64px;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  transform: scale(0,0);
}

.haszoom
{
  animation: zoomfromcenter 1.5s ease-in 0s 1 normal forwards;
  -webkit-animation: zoomfromcenter 1.5s ease-in 0s 1 normal forwards;
}

#view-container::-webkit-scrollbar {
  display: none;
}

#viewpost-container
{
  width: calc(100% + 17px);
  height: calc(100% - 40px);
  margin-top: 25px;
  overflow-y: scroll;
  padding-right: 17px; 
  overflow-x: hidden;
  -ms-overflow-style: none;
}

#viewpost-container::-webkit-scrollbar {
  display: none;
}

#fadecontainer
{
  text-align: center;
  position: relative;
  -webkit-transition: opacity 1s ease-in;
       -moz-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
}

.column img:hover
{
  cursor: pointer;
}

#post-table
{
  border-collapse: collapse;
  width: 90%;
  margin: 100px auto;
  border: 1px solid #ddd;
}

#post-table th
{
  background-color: #6CF199;
}

#post-table td 
{
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

#post-table tr:nth-child(even) {background-color: #f2f2f2;}

#login-tab
{
  text-align: center;
	position: fixed;
  left: calc(50% - 24px);
	border: 0;
  z-index: 999;
	transition: 0.5s ease-in-out;
  opacity: 0.5;
}

#login-tab:focus {outline: 0;}
#login-tab:hover {cursor: pointer;}

#login-container
{
  text-align: center;
  z-index: 998;
  position: fixed;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #000;
  color: black;

  overflow: hidden;

  transition: 0.5s ease-in-out;
}

#slideout-standard-button
{
	width: 200px;
	height: 40px;
	background-color: black;
	color: white;
	border: 0;
  border-bottom: 1px solid white;
	margin: 5px;
}

#slideout-standard-button:focus {outline: 0;}
#slideout-standard-button:hover
{
  color: #FFFF00;
  border-bottom: 1px solid #FFFF00;
  cursor: pointer;
}

#form-container
{
  text-align: center;
  width: 100%;
  margin-top: 75px;
  position: relative;
}

#form-container h3
{
  margin: 5px auto;
}

#login-logo
{
  width: 128px;
  margin: 0px auto;
  margin-top: 10px;
}

#title-container
{
  width: 100%;
  text-align: center;
}

#title-container h1
{
    font-family: outerspace;
    letter-spacing: 10px;
    font-size:48px;
  margin: 50px auto;
  margin-bottom: 50px;
}

#product-container
{
  width: 100%;
  height: calc(100% - 40px);
  margin: 0px auto;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
    
}

#product-container::-webkit-scrollbar {
  display: none;
}

.product-sub-cell
{
    opacity: 0;
}

.product-cell
{
  width: 100%;
  height: 400px;
  padding: 10px;
  margin: 100px auto;
  text-align: center;
  position: relative;
}

#product-option
{
  color: white;
  background-color: black;
  width: 200px;
  height: 36px;
  margin: 0 auto;
  display: block;
}

#addtocart
{
  width: 200px;
  height: 36px;
  line-height: 35px;
  margin: 0 auto;
  display: block;
  background-color: red;
  text-align: center;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  cursor: pointer;
  border: 0;
  border-radius: 0px 0px 5px 5px;
}

#addtocart img
{
  vertical-align: middle;
}

.prod-img
{
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

.fadeinanim
{
    animation: fadeinprod 0.5s ease-in 0.5s 1 normal forwards;
    -webkit-animation: fadeinprod 0.5s ease-in 0.5s 1 normal forwards;
}

.fadeinanim2
{
    animation: fadeinprod 0.5s ease-in 1s 1 normal forwards;
    -webkit-animation: fadeinprod 0.5s ease-in 1s 1 normal forwards;
}

.prod-bkg
{
  position: absolute;
  left: calc(50% - 150px);
  z-index: -5;
  opacity: 0;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}

.anim-bkg-scale
{
  animation: zoomfromcenter 0.5s ease-in 0s 1 normal forwards;
  -webkit-animation: zoomfromcenter 0.5s ease-in 0s 1 normal forwards;
}

#open-cart
{
    position: fixed;
    top: 10px;
    right: 12px;
}

#open-cart:hover
{
    cursor: pointer;
}

.console-active
{
    transform: translateY(20px);
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    animation: growheight 0.25s ease-in 0s 1 normal forwards;
  -webkit-animation: growheight 0.25s ease-in 0s 1 normal forwards;
}

.console-inactive
{
    transform: translateY(-20px);
    transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
    animation: shrinkheight 0.25s ease-in 0s 1 normal forwards;
  -webkit-animation: shrinkheight 0.25s ease-in 0s 1 normal forwards;
}

#cart-border-container
{
    z-index: 9998;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    background-color: white;
}

#cart-border-container p
{
    color: black;
    font-size: 12px;
    margin: 0px 0px 0px 5px;
}

#console-close-button
{
    color: black;
    z-index: 9999;
    font-size: 12px;
    position: absolute;
    right: 2px;
    padding: 0px 3px;
}

#console-close-button:hover{
    cursor: pointer;
}

#cart-console
{
    width: 300px;
    height: 0px;
    position: fixed;
    top: -20px;
    right: 0;
    z-index: 9997;
    background-color: black;
    overflow: hidden;
    
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

#console-scroll-container
{
    width: 100%;
    height: 375px;
    overflow-y: scroll;
    padding-top: 5px;
}

#console-scroll-container p
{
    display: block;
    margin: 0;
    text-align: left;
    color: white;
    font-size: 14px;
    min-height: 16px;
}

#back-button
{
    position: absolute;
    left: 15px;
    top: 15px;
}

#back-button:hover{
    cursor: pointer;
}

.gotocheckout
{
    
}

.gotocheckout:hover
{
    cursor: pointer;
}

@media only screen and (min-width: 960px)
{
    
    #cart-console
    {
        width: 300px;
        height: 0px;
    }

  .widthnone {width: 0px;}
  .widthfull {width: 500px;};
    
    

  #menu-icon
  {
    width: 32px;
  }

  #nav-bar-container
  {
    margin: 12px 10px;
  }

  #nav-bar-container a
  {
    margin: 15px 15px;
  }

  #nav-bar-container img
  {
    width: 24px;
  }

  #logo, #logo-gone
  {
    width: 512px;
  }

	#nav-bar
	{

	}

  #product-container
  {
    width: 50%;
    height: calc(100% - 140px);
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

	#view-container
	{
		width: 75%;
    height: calc(100% - 140px);
		margin: 100px auto;
	}

  #viewpost-container
  {
    width: 75%;
    margin: 100px auto;
  }

  #post-table
  {
    border-collapse: collapse;
    width: 50%;
    margin: 100px auto;
    border: 1px solid #ddd;
  }
}

.row {
  display: flex;
  padding: 0 5px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 5px;
}

.column img#main {
  margin: 5px 0px;
  vertical-align: middle;
  border: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

#create-container
{
	width: 100%;
	height: calc(100% - 40px);
	overflow-y: scroll;
	padding-right: 17px; 
	overflow-x: hidden;
	-ms-overflow-style: none;
	padding-top: 100px;
	padding-bottom: 100px;
  text-align: center;
}

#create-container::-webkit-scrollbar {
  display: none;
}

#product-pictures-section
{
  width: calc(100% + 17px);
  border: 0;
  margin: 0;
}

#post-title
{
  text-align: center;
  font-size:22px;
}

#main-pic
{
  border: 2px solid black;
  width: 100%;
  min-width: 256px;
  cursor: pointer;
  transition: 0.3s;
}

#social-container
{
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  text-align: left;
  margin-top: 5px;
}

#fav-icon
{
  display: inline-block;
  margin-left: 5px;
}

#fav-icon:focus {outline: 0;}
#fav-icon:hover {cursor: pointer;}

#fav-text
{
  color: #FFF;
  display: inline-block;
  margin: 0px 5px;
  position: relative;
  top: -5px;
}

#date-text
{
  margin-right: 10px;
}

#product-info-section
{
  width: 100%;
  border: 0;
  margin: 50px auto;
}

#product-subsection
{
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#pic
{
  max-width: 100%;
  max-height: 512px;
  object-fit: contain;
}

input[type='file']
{
  background-color: white;
  border: 1px solid grey;
  width: 90%;
  height: 40px;
  padding: 5px;
}

#dashboard-edit-input
{
  width: 90%;
  height: 40px;
  padding: 5px;
}

textarea#dashboard-edit-input
{
  width: 90%;
  height: 200px;
  padding: 5px;
}

#standard-button, input[type='submit']
{
	background-color: black;
  	width: 92%;
  	height: 40px;
  	color: white;
  	border: 0;
  	margin: 5px auto;
}

#yellow-btn
{
  background-color: #bbb;
  width: 200px;
  height: 40px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  color: #FFF;
  border: 0;
}

#loading-div
{
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;

}

#loading-div h1
{
  font-size: 24px;
}

@media only screen and (min-width: 960px)
{
    #title-container h1
    {
        font-family: outerspace;
        letter-spacing: 10px;
        font-size:72px;
      margin: 100px auto;
      margin-bottom: 50px;
    }

    
    .product-cell
    {
      width: 50%;

    }
  #product-subsection
  {
    width: 75%;
  }

	input[type='file']
	{
	  background-color: white;
	  border: 1px solid grey;
	  width: 50%;
	  height: 40px;
	  padding: 5px;
	}

	#dashboard-edit-input
	{
	  width: 50%;
	  height: 40px;
	  padding: 5px;
	}

	textarea#dashboard-edit-input
	{
	  width: 50%;
	  height: 200px;
	  padding: 5px;
	}

	#standard-button, input[type='submit']
	{
		background-color: black;
	  	width: 52%;
	  	height: 40px;
	  	color: white;
	  	border: 0;
	  	margin: 5px auto;
	}
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: 50px auto;
  display: block;
  width: 80%;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes fadeinprod 
{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }

}

@-webkit-@keyframes fadeinprod 
{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }

}

@keyframes zoomfromcenter 
{
    0% {
        transform: rotate(0deg) scale(0.25,0.25);
        opacity: 0;
    }
    100% {
        transform: rotate(180deg) scale(1.0,1.0);
        opacity: 0.25;
    }

}

@-webkit-@keyframes zoomfromcenter 
{
    0% {
        transform: rotate(0deg);
        transform:scale(0,0);
        opacity: 0;
    }
    100% {
        transform: rotate(180deg);
        transform:scale(1,1);
        opacity: 0.25;
    }

}

@media only screen and (min-width: 960px)
{
    @keyframes zoomfromcenter 
    {
        0% {
            transform: rotate(0deg) scale(0.25,0.25);
            opacity: 0;
        }
        100% {
            transform: rotate(180deg) scale(1.0,1.0);
            opacity: 0.05;
        }

    }

    @-webkit-@keyframes zoomfromcenter 
    {
        0% {
            transform: rotate(0deg);
            transform:scale(0,0);
            opacity: 0;
        }
        100% {
            transform: rotate(180deg);
            transform:scale(1,1);
            opacity: 0.05;
        }

    }
}


/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 95%;
  }
}

.hidden
{
  opacity: 0;
  transform: translateY(-900px);
}

.show
{
  opacity: 1;

}

#portfolio-overlay
{
  position: absolute;
  top: 100px;
  left: calc(50% - 150px);
  text-align: center;
  z-index: 999;
  background-color: black;
  width: 300px;
  border: 5px solid #FFF600;
  box-sizing: content-box;
  border-style:outset;
  border-radius: 15px;
  overflow-x: hidden;
  padding-right: 17px; 
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox 64 */

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: all 0.5s ease-in-out;
}

#portfolio-overlay a
{
  color: white;
  font-size: 20px;
  margin: 30px 15px;
  display: block;
  text-decoration: none;

  -webkit-transition: opacity 0.2s ease-in;
       -moz-transition: opacity 0.2s ease-in;
        -ms-transition: opacity 0.2s ease-in;
         -o-transition: opacity 0.2s ease-in;
            transition: all 0.2s ease-in-out;
}

#portfolio-overlay a:hover
{
  color: #FFF600;
}

.hiddenlinkl
{
  opacity: 0;
  transform: translate(-150px);
}

.hiddenlinkr
{
  opacity: 0;
  transform: translate(150px);
}

.visiblelink
{
  opacity: 1;
}



@media only screen and (min-width: 960px)
{
  #portfolio-overlay
  {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox 64 */
    width: 400px;
  }
}

#cookie-msg
{
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0px;
}

.cookie-scroller
{
    width: 100%;
    height: 0px;

    position: relative;
}

.cookie-container
{
   position: relative;
}

.cookie-img
{
    width: 64px;
    position: absolute;
    left: 0;
    bottom: 0;
    animation: cookieroll-m 2s linear 0s 1 normal forwards;
    -webkit-animation: cookieroll-m 2s linear 0s 1 normal forwards;
    z-index: 98;
}

.cookie-face
{
    width: 64px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 99;
}

.cookie-bubble
{
    width: 64px;
    position: absolute;
    right: 55px;
    bottom: 45px;
    z-index: 99;
}

.cookie-text
{
    position: absolute;
    right: 58px;
    bottom: 55px;
    z-index: 99;
    width: 50px;
    font-size: 9px;
}

#removeItem, #addquant, #subtractquant
{
    padding-left: 20px;
    color: red;
    font-size: 12px; 
}

#removeItem:hover, #addquant:hover, #subtractquant:hover
{
    cursor: pointer;
}

@media only screen and (min-width: 960px)
{
    .cookie-scroller
    {
       
    }
    #cookie-msg
    {
        
    }
    .cookie-img
    {
        width: 128px;
        animation: cookieroll 2s linear 0s 1 normal forwards;
        -webkit-animation: cookieroll 2s linear 0s 1 normal forwards;
    }
    .cookie-face
    {
        width: 128px;
        right: 10px;
        bottom: 10px;
    }
    
    .cookie-bubble
    {
        width: 100px;
        position: absolute;
        right: 120px;
        bottom: 75px;
    }
    
    .cookie-text
    {
        position: absolute;
        right: 130px;
        bottom: 100px;
        z-index: 99;
        width: 75px;
        font-size: 12px;
    }
}





.shake
{
  animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
}

.rotate-me-180
{
  animation: rotationfull 0.5s ease 0s 1 normal forwards;
}

.rotate-me-back-180
{
  animation: rotationbackfull 0.5s ease 0s 1 normal forwards;
}


.rotate-me-90
{
  animation: rotation 0.5s ease 0s 1 normal forwards;
}

.rotate-me-back
{
  animation: rotationback 0.5s ease 0s 1 normal forwards;
}

@keyframes cookieroll {
    0% {
        transform: rotate(0deg);
        left: 0;
    }
    100% {
        transform: rotate(720deg);
        left: calc(100% - 128px);
    }
}

@-webkit-keyframes cookieroll {
    0% {
        transform: rotate(0deg);
        left: 0;
    }
    100% {
        transform: rotate(360deg);
        left: calc(100% - 128px);
    }
}

@keyframes cookieroll-m {
    0% {
        transform: rotate(0deg);
        left: 0;
    }
    100% {
        transform: rotate(720deg);
        left: calc(100% - 64px);
    }
}

@-webkit-keyframes cookieroll-m {
    0% {
        transform: rotate(0deg);
        left: 0;
    }
    100% {
        transform: rotate(360deg);
        left: calc(100% - 64px);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: rotate(90deg);
        opacity: 0.5;
    }
}

@keyframes rotationfull {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes rotationback {
    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
    0% {
        transform: rotate(90deg);
        opacity: 0.5;
    }
}

@keyframes rotationbackfull {
    100% {
        transform: rotate(360deg);
    }
    0% {
        transform: rotate(180deg);
    }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes fadeinout {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes growheight {
    0% {
        height: 0px;
        border: 1px solid white;
    }
    100% {
        height: 400px;
        border: 1px solid white;
    }
}

@-webkit-keyframes growheight {
    0% {
        height: 0px;
        border: 1px solid white;
        border-top: 20px solid white;
    }
    100% {
        height: 400px;
        border: 1px solid white;
    }
}

@keyframes shrinkheight {
    0% {
        height: 400px;
        border: 1px solid white;
    }
    100% {
        height: 0px;
        border: 0px;
    }
}

@-webkit-keyframes shrinkheight {
    0% {
        height: 400px;
        border: 1px solid white;
    }
    100% {
        height: 0px;
        border: 0px;
    }
}