html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    background-color: #d4d0c8;
}



body {
  font-family: 'Courier New', monospace;
    text-shadow: 0.1px 0.1px 2px #040;
  
}


header#demo-header {
    margin: 0 auto;
    border: 2px groove red;
    height: 242px;
    background: url(/media/image2vector.svg);
    background-repeat: repeat;
    background-size: auto;
    background-size: 42%;
    width: 90vw;
    background-repeat: no-repeat;
    background-size: contain;
}

header#demo-header a{
    font-size:18px;
    background-color: #fff;
    
}
header#demo-header a:hover{
    background-color: #f0ff04;
}



section#main {
    margin: 0 auto;
    max-width: 90vw;
    background-color:#d4d0c8;
    
}

details {
    border: 1px solid #404040;
}


summary{
    padding:10px;
}
summary:hover {
    animation: sumHover 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    text-shadow: 0.21px 0.21px 2px #0ff;
    
}
@keyframes sumHover{
    0%{background-color:#d4d0c8;}
    100% {background-color: #c8c4c8;font-size:18px;}
}
details.sub-details {
    padding: 4px;
    margin: 0 0 0 10px;
}

#releases .sub-details{
  position: relative;
  display: inline-block;
  bottom: 450px;
}

#shows a:hover {
    background-color:aqua;
}



.static-bg { 
    background: 
    repeating-radial-gradient(#000 0 0.0001%,#fff 0 0.0002%) 50% 0/2500px 2500px,
    repeating-conic-gradient(#000 0 0.0001%,#fff 0 0.0002%) 60% 60%/2500px 2500px;
  background-blend-mode: difference;
  animation: b .2s infinite alternate;
}
@keyframes b{
  100% {background-position: 50% 0, 60% 50%}
}

.ip-address-holder {
    width: 65vw;
    word-wrap: break-word;
}


#synthPopOut {
    animation: apperanceMaker .4s;
}

@keyframes appearanceMaker {
    0%{background-color: #000;}
    100% {background-color: aquamarine;}
}

#synthPopOutDeets  {
   
}




/*NOKIA PHONE STYLE*/
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.wrapper .phone-full-wrapper {
  width: 300px;
  height: 440px;
  margin: 0 auto;
/*  transfrom-style: preserve-3d;*/
}
.wrapper .phone-wrapper {
  width: 200px;
  background-color: #1c1c19;
  border-radius: 20px;
  height: 525px;
  margin: 0 auto;
}
.wrapper .phone-wrapper .speaker {
  border-radius: 10px;
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #000;
  margin: 10px auto;
}
.wrapper .phone-wrapper .brand-name {
  font-family: "fonts/NokiaKokia.ttf",cursive;
  font-size: 18px;
  font-weight: 600;
}
.wrapper .phone-wrapper .screen {
  background: #285D01;
  box-shadow: 0px 0px 2px 4px inset #000;
  color: #012500;
  height: 200px;
  margin: 10px 20px;
  position: relative;
  animation: screenOn 5s linear;
}
.wrapper .phone-wrapper .screen:hover {
  background: #012500;
  box-shadow: 0px 0px 2px 4px inset #285D01;
  color: #000;
}
.wrapper .phone-wrapper .screen:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 200px solid transparent;
  border-left: 170px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
}
.wrapper .phone-wrapper .screen .locked-screen {
  font-family: sans-serif;
  padding-top: 50px;
}
.wrapper .phone-wrapper .screen .locked-screen span {
  display: block;
}
.wrapper .phone-wrapper .screen .locked-screen span.date, .wrapper .phone-wrapper .screen .locked-screen span .period {
  font-size: 12px;
}
.wrapper .phone-wrapper .screen .locked-screen span.time {
  font-size: 32px;
}
.wrapper .phone-wrapper .keypad {
  margin: 0 20px;
}
.wrapper .phone-wrapper .keypad button {
  background: #736458;
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 1px inset #000;
  padding: 3px 0;
  width: 100%;
  margin-bottom: 5px;
}
.wrapper .phone-wrapper .keypad button span {
  font-size: 9px;
  margin-left: 4px;
}
.wrapper .phone-wrapper .keypad button.big {
  border-radius: 15px;
  padding: 22px;
  margin: 0 10px;
  border: 1px double black;
  position: relative;
}
.wrapper .phone-wrapper .keypad button.big:before {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #000;
  border-radius: 15px;
  position: absolute;
  left: 4px;
  top: 4px;
  box-shadow: 0px 0px 2px 1px inset #000;
}
.wrapper .phone-wrapper .keypad .actions-left, .wrapper .phone-wrapper .keypad .actions-center, .wrapper .phone-wrapper .keypad .actions-right {
  width: 30%;
  float: left;
}
.wrapper .phone-wrapper .keypad .actions-center {
  width: calc(40% - 20px);
}
.wrapper .phone-wrapper .keypad .actions-right {
  float: right;
}
.wrapper .phone-wrapper .keypad .numbers {
  float: left;
  width: 100%;
  text-align: left;
}
.wrapper .phone-wrapper .keypad .numbers .numbers-left, .wrapper .phone-wrapper .keypad .numbers .numbers-center, .wrapper .phone-wrapper .keypad .numbers .numbers-right {
  width: 30%;
  float: left;
}
.wrapper .phone-wrapper .keypad .numbers .numbers-center {
  margin: 0 8px;
}
.wrapper .phone-wrapper .keypad .numbers .number-right button span {
  margin-left: 0;
  margin-right: 4px;
}
.wrapper .phone-wrapper .keypad .numbers button {
  width: 100%;
  color: #46C114;
  text-shadow: 1px 1px 1px #2A5619;
}
.wrapper .wrapper-back {
  height: 100px;
  background: yellow;
  transform: perspectiveX(90deg);
  top: 0;
}
@keyframes rotate-phone {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(30deg);
  }
  75% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(150deg);
  }
}
@keyframes screenOn {
  0% {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 2px 4px inset rgba(255, 255, 255, 0.3);
    color: #000;
  }
  50% {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 2px 4px inset rgba(255, 255, 255, 0.7);
    color: #000;
  }
  100% {
    background: white;
    box-shadow: 0px 0px 2px 4px inset white;
    color: #000;
  }   
}
