* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: 'Roboto';

  color: rgb(131, 10, 10);
background-image: url('https://kurziokode.github.io/basket2.jpg');


}

.live {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: space-between;

  padding: 90px 0 0 60px;
  margin-bottom: 40px;

}

.live .person {
  position: relative;
  margin-right: 30px;
  text-align: center;
}

.live .profile-pic {
  position: relative;
  background-position: 50%;
  background-size: cover;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}



.live .profile-pic::before {
  content: '';
  display: inline-block;
  border: 3px solid #454D5A;
  padding: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.live .person .name {
  font-size: 24px;
  padding-top: 30px;
  
}

.live-active .profile-pic:before {
  border-color: #FFDF3B !important;
}

.live-active span {
  background: #FFDF3B;
  color: #000;
  width: 50px;
  display: inline-block;
  font-size: 10px;
  border-radius: 50px;
  padding: 2px 0;
  font-weight: 600;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.live-active i {
  padding-right: 3px;
}

.newsfeed {
  padding: 0 20px;
}

.card {
  width: 500px;
  height: 100%;
  background: #242C39;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, .5);
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 14px;
}

.card .picture {
  background-image: url('');
  background-position: 50%;
  background-size: cover;
  height: 200px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card .content {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
}

.card .header {
  display: flex;
  align-items: center;
}

.card .profile-pic {
  background-image: url('');
  background-position: 50%;
  background-size: cover;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.card .detail {
  margin-left: 10px;
}

.card .posted {
  font-size: 10px;
  padding-top: 3px;
}

.card .desc {
  padding-top: 10px;
  line-height: 1.5;
}

.card .tags {
  font-size: 12px;
  color: #FFDF3B;
  padding-top: 10px;
}

.card .footer {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.card .footer .like {
  flex: 0 0 25%;
}

.card .footer .comment {
  flex: 1;
}

.card .footer .share {
  flex: 0 0 18%;
}

.card .footer i {
  padding-right: 3px;
}

.nav {
  background: #000000;
  opacity: 0.7;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -4px 25px 0 rgba(0, 0, 0, .12);
}

.nav .icon {
  flex: 1;
  text-align: center;
  color: #0066cc;
}

.nav .icon i {
  padding-bottom: 15px;
  font-size: 30px;
}

.nav .icon p {
  font-size: 32px;
   color: #0066cc;
}

.active {
  color: #0066cc !important;
}

::-webkit-scrollbar {
  display: none;
}

.space {
  height: 200px;
}









#logo {
      list-style: none;
      font-size: 1em;
      margin: 0;
      padding: 0;
      width: 42em;
      height: 21em;
      position: relative;
      margin:0 auto;
    }
    
    #logo li {
      margin-top: 1em;
      margin-left: 1em;
    }
    
    #logo li, #logo li:before, #logo li:after {
      -webkit-border-radius: 6em;
      -moz-border-radius: 6em;
      border-radius: 6em;
      position: absolute;
    }
    
    #logo li {
      -webkit-border-radius: 6.2em;
      -moz-border-radius: 6.2em;
      border-radius: 6.2em;
    }
    
    #logo li:before {
      -webkit-border-radius: 4.9em;
      -moz-border-radius: 4.9em;
      border-radius: 4.9em;
    }
    
    #logo li {
      width: 12em;
      height: 12em;
      border: solid 0.20em  #000000;
      left: 0;
      top: 0;
      font-size: 1em;
    }
  
    
    #logo li:before {
      display: block;
      content: "";
      top: 1.1em;
      left: 1.1em;
      bottom: 1.1em;
      right: 1.1em;
      border: solid 0.20em  #000000; 
}
    
    #logo li:before, x:-moz-any-link, x:default  {
      border: solid 0.45em  #000000;
    }
    
    #logo li:after {
      display: block;
      content: "";
      top: -0.1em;
      left: -0.1em;
      right: -0.1em;
      bottom: -0.1em;
      border: solid 1.4em black;
    }
    /*  */
    #logo .blue   { z-index: 10; left: 0;     top: 0; }
    #logo .yellow { z-index: 20; left: 6.8em; top: 5.7em; }
    #logo .black  { z-index: 21; left: 13.6em; top: 0; }
    #logo .green  { z-index: 20; left: 20.4em; top: 5.7em; }
    #logo .red    { z-index: 10; left: 27.2em; top: 0px; }
    
    /*  */
    #logo .blue:after   { border-color: #013d5b; }   
    #logo .yellow:after { border-color: #856b04; } 
    #logo .black:after  { border-color: #0b0c0e; }
    #logo .green:after  { border-color: #025421; } 
    #logo .red:after    { border-color: #620212; }
    
    #logo .blue.alt { z-index: 24; }
    #logo .blue.alt, 
    #logo .blue.alt:before, 
    #logo .blue.alt:after {
      border-top-color: transparent;
      border-left-color: transparent;
      border-bottom-color: transparent;
    }
    
    #logo .yellow.alt { z-index: 23; }
    #logo .yellow.alt, 
    #logo .yellow.alt:before, 
    #logo .yellow.alt:after {
      border-right-color: transparent;
      border-left-color: transparent;
      border-bottom-color: transparent;
    }    
    
    #logo .green.alt { z-index: 23; }
    #logo .green.alt,
    #logo .green.alt:before,
    #logo .green.alt:after {
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
    }
    
    #logo .red.alt { z-index: 23; }
    #logo .red.alt, 
    #logo .red.alt:before,
    #logo .red.alt:after {
      border-top-color: transparent;
      border-right-color: transparent;
      border-left-color: transparent;
    }

  #logo .blue.alt,
  #logo .yellow.alt,
  #logo .green.alt,
  #logo .red.alt{
    opacity:0;
  }

  /*wrapper positions the elements to the middle of the screen*/
  .wrapper{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
  }

/*button*/
  #btn-replay{
    width: auto;
    display: block;
    background-color:#8a1844;
    border:2px solid #8a1844;
    box-sizing:border-box;
    padding:0.5em 1em;
    color: #FFF;
    cursor: pointer;
    margin: 0 auto;
    transition:0.3s;
    border-radius:0.25em;
  }

  #btn-replay:hover, #btn-replay:focus, #btn-replay:active{
    color: #8a1844;
    background-color:#FFF;
  }










#ball{
--speed:2s;
 --size:15vw;
}
#x{
animation-name: moveX;
animation-duration:var(--speed);
animation-timing-function:linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#y{
animation-name: moveY;
animation-duration:calc(var(--speed) * 0.725);
animation-timing-function:linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#base{
position: relative;     
width: var(--size);
height: var(--size);
border-radius: 50%;
margin: calc(var(--size) / -2);  
overflow: hidden;

animation-name: ballHeight;
animation-duration: calc(var(--speed) / 2);
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction: alternate;   
}
#light{
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
background-image: radial-gradient(circle at 20% 20%, rgba(255, 221, 179,.7),rgba(255, 221, 179,.5) 10%, transparent 30% ,rgba(83,42,0,.8) 85%);
}
#ballShape{
height: 100%;
background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='75 75 251 251' fill='rgb(83,42,0)'><path d='M313.3,145.3c-14.4-29.3-38.8-50.5-67.1-61.6c-4.6-1.7-16.2-5.1-21.3-6.3	c-26.3-5.3-54.5-2.3-80.4,10.4c-30.2,14.8-52.9,40.6-63.8,72.5c-10.9,31.8-8.7,66,6.2,96.1l0.1,0.2c2.1,4.2,4.4,8.3,6.9,12.2l0,0 c0,0,0,0,0,0c23.6,36.9,64.4,58,106.5,58c18.7,0,37.6-4.1,55.4-12.9c30.2-14.8,52.9-40.6,63.8-72.5 C330.3,209.6,328.1,175.5,313.3,145.3z M238.3,86.2c25.2,12.5,41.2,36.6,46,68.5c-24.3,0.8-45.4-15.7-67.4-33.1 c-18.4-14.5-37.3-29.3-58.9-34.2C184.6,77.6,212.8,77.7,238.3,86.2z M85.4,161.9c10.4-30.6,32.2-55.3,61.2-69.6 c0.9-0.4,1.7-0.8,2.6-1.2c23.6,2.3,44.4,18.6,64.6,34.5c21.4,16.9,43.4,34.1,68.8,34.1c0.8,0,1.5,0,2.3-0.1c1,9.5,1.1,19.7,0.2,30.4 c-9.8-3.3-19.3-5.9-25.7-7.6c-37.6-9.8-79.7-16.1-112.5-16.7c-24-0.5-53,1.8-66,14.2C81.8,173.9,83.4,167.8,85.4,161.9z M91.4,254.4 l-0.1-0.2c-10.1-20.5-14.1-42.8-11.9-65l0.5,0.2c5.3-12.9,29-19.5,66.7-18.8c32.5,0.7,74.1,6.8,111.4,16.6 c10.1,2.6,18.9,5.3,26.5,7.8c-1.2,10.2-3.3,20.4-6.3,30.3c-19.8-8.8-48.7,2.6-81.8,15.7c-32,12.6-68.1,26.8-99.7,23 C94.9,261,93.1,257.7,91.4,254.4z M187.8,321.2c-34.6-3.6-67-21.9-87.5-51.7c31.8,2.4,66.9-11.4,98-23.7 c32.4-12.8,60.6-23.9,78.4-15.5c-5.6,17.2-13.6,33.4-23.5,47c-12.8,17.7-34.5,39.5-65.6,43.3L187.8,321.2z M253.5,309.4 c-15.6,7.7-32.1,11.6-48.4,12.3c36.2-12.4,62.8-49,76.1-88.8c9.1,6.7,14.2,20.1,15.8,40.6C285.7,288.6,270.9,300.9,253.5,309.4z M314.8,239.8c-3.3,9.8-7.8,19-13.3,27.4c-2.4-19.7-8.5-32.6-18.7-39.3c3.1-10.3,5.4-20.8,6.6-31.1c19.2,6.9,29.2,13.2,30.7,17.3 l0.4-0.2C319.6,222.6,317.7,231.3,314.8,239.8z M290,191.7c1.1-11.3,1-22.1-0.2-32.4c6.8-0.9,13.8-3,21.1-6.8l-2.3-4.5 c-6.8,3.4-13.2,5.4-19.5,6.3c-1.6-11.1-4.6-21.4-8.8-30.7c-4.6-10.3-10.8-19.2-18.3-26.6c19.5,11.6,36,28.7,46.8,50.5 c9.3,18.9,13.4,39.4,12.3,59.8C314.9,201.6,302.6,196.1,290,191.7z'/></svg>");
background-color: darkorange; 
background-size: 100%;

animation-name: spinBall;
animation-duration: var(--speed);
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}

@keyframes moveX {
0%{transform:translateX(0)}
100%{transform:translateX(100vw)}
}
@keyframes moveY {
0% {transform:translateY(0);}
100% {transform:translateY(100vh);}
}
@keyframes spinBall {
to {transform:rotate(360deg);}
}
@keyframes ballHeight {
from {transform:scale(1);filter:drop-shadow(0 0 0 rgba(0,0,30,.4))}
to{transform:scale(1.3);filter:drop-shadow(calc(var(--size) * .8) calc(var(--size) * .8) 10px rgba(0,0,30,.4))}
}






input{
    display:none;
}
#labels{
position: absolute;
bottom: 10px;
right: 10px;
width: 160px;
}
#fast:checked ~ #ball{
--speed:1s;
}
#slow:checked ~ #ball{
--speed:3s;
}
label{
cursor: pointer;
display: block;
border: 1px solid black;    
text-align: center;
margin-top: 5px;
background-color: white;
font-size: 18px;
}
#fast:checked ~ div>[for=fast], #default:checked ~ div>[for=default], #slow:checked ~ div>[for=slow]{
background-color: black;
color: white;
cursor: default;
}







/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}

/* ----------- Galaxy Tab 2 ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {

}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 

}

/* ----------- Galaxy Tab S ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) { 

}


/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {

}




