

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 body {
                padding-top: 50px;
                padding-bottom: 20px;
            }
            row  {
                padding-bottom: 30px;
            }

.column {padding-top: 10px; padding-bottom: 10px;}
.row    {padding-top: 10px; padding-bottom: 10px;}
ul      {list-style-type: none; padding: 15px;}
.qrcode  {background: whitesmoke;}
.giga {font-size: 4rem;}


.progress-bar {

background: url(../everybody-progress-bar.gif);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 3s ease;
-o-transition: width 3s ease;
transition: width 3s ease;
}

@keyframes flash {
    0% { color: #ffffff; }
    100% { color: #000000; }
}
@-webkit-keyframes flash {
    0% { color: #ffffff; }
    100% { color: #000000; }
}
.flash {
    -webkit-animation: flash 2s linear infinite;
    -moz-animation: flash  2s linear infinite;
    -ms-animation: flash  2s linear infinite;
    -o-animation: flash  2s linear infinite;
    animation: flash  2s linear infinite;
}



@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-5px);}
    60% {-webkit-transform: translateY(-15px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-5px);}
    60% {transform: translateY(-15px);}
}

.bounce {
    -webkit-animation: bounce 3s linear 2s infinite alternate;
    animation: bounce 3s linear 2s infinite alternate
}

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
