body{
    margin-top:20px;
    color: #fff;
    text-align: left;
    background-image: url("images/background_img.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    font-size: clamp(0.7rem, 1rem, 1rem);
}

@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    box-shadow:
      0 0 1px #fff,
      0 0 2px #fff,
      0 0 3px #fff,
      0 0 10px #0fa,
      0 0 15px #0fa,
      0 0 20px #0fa,
      0 0 26px #0fa,
      0 0 30px #0fa;
  }
  20%, 24%, 55% {
    box-shadow: none;
  }
}

@keyframes text-flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    text-shadow:
      0 0 1px #fff,
      0 0 2px #fff,
      0 0 3px #fff,
      0 0 10px #ff5c5d,
      0 0 15px #fd0000,
      0 0 20px #fd0000,
      0 0 26px #fd0000,
      0 0 30px #fd0000;
  }
  20%, 24%, 55% {
    text-shadow: none;
  }
}

@keyframes pulsate {
  100% {
    /* Larger blur radius */
    box-shadow:
      0 0 3px #fff,
      0 0 9px #fff,
      0 0 16px #fff,
      0 0 20px #0fa,
      0 0 40px #0fa,
      0 0 50px #0fa,
      0 0 55px #0fa,
      0 0 90px #0fa;
  }
  0% {
    /* Smaller blur radius */
    box-shadow:
      0 0 1px #fff,
      0 0 2px #fff,
      0 0 3px #fff,
      0 0 10px #0fa,
      0 0 20px #0fa,
      0 0 30px #0fa,
      0 0 43px #0fa,
      0 0 52px #0fa;
  }
}

.main-body {
    padding: 15px;
    font-family: 'Tilt Neon', serif;
}

.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.1);
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.list-group-item {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.01);
}

.list-group {
  animation: flicker 1.5s infinite alternate;
  border-radius: .25rem !important;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
    animation: pulsate 2.5s infinite alternate;
    border-radius: .25rem;
}

.text-secondary {
   color: #fff !important
}

.text-muted {
    color: #fff !important
}

a {
    color: #fff !important
}

a:hover {
  animation: text-flicker 1.5s infinite alternate;
}

a:active {
    text-shadow:
      0 0 1px #fff,
      0 0 2px #fff,
      0 0 3px #fff,
      0 0 15px #ff5c5d,
      0 0 20px #fd0000,
      0 0 25px #fd0000,
      0 0 31px #fd0000,
      0 0 35px #fd0000;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}

.footer {
    position: fixed;
    bottom:0;
}

#copyright-mark {
    color: #343a40; /* Fallback for older browsers */
    color: rgba(255, 255, 255, 0.1);}

.font-effect-neon {
	text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #ff5c5d,0 0 0.6em #fd0000, 0 0 0.8em #fd0000, 0 0 1.0em #fd0000, 0 0 1.2em #fd0000;
	color: #fff;
}

svg {
  filter: drop-shadow(2px 3px 2px rgb(255 255 255 / 0.8));
}

p {
    line-height: 1.8;
}


/* peel sticker profile pic */

.animate {
  transition: all 750ms ease-in-out;
}

.awesome {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto;

  backface-visibility: hidden;
}

#back-pic {
    text-shadow: none;
    color: #000
}

.awesome .sticky {
	transform: rotate(31deg);
}

.awesome:hover .sticky {
	transform: rotate(6deg);
}

.awesome .sticky {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
}

.awesome .reveal .circle {
  box-shadow: 0 1px 0px rgba(0,0,0,.15);
  font-family: 'helvetica neue', arial;
  font-weight: 200;
  line-height: 140px;
  text-align: center;
  cursor: pointer;
}

.awesome .reveal .circle {
	background: #fafafa;
}

.awesome .circle_wrapper {
	position: absolute;
	width: 180px;
	height: 180px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.awesome .circle {
	position: absolute;
	width: 140px;
	height:  140px;
	margin: 20px;
	border-radius: 999px;
}

.awesome .back {
	height: 10px;
	top: 30px;
}

.awesome:hover .back {
	height: 90px;
	top: 110px;
}

.awesome .back .circle {
	margin-top: -130px;
	background-color: #d6d4c2;
	background-image: -webkit-linear-gradient(bottom,
	                  rgba(251,236,63,.0),
	                  rgba(255,255,255,.8));
}

.awesome:hover .back .circle {
	margin-top: -50px;
}

.awesome .front {
	height: 150px;
	bottom: 0;
	top: auto;
	-webkit-box-shadow: 0 -140px 20px -140px rgba(0,0,0,.3);
}

.awesome:hover .front {
	height: 70px;

	-webkit-box-shadow: 0 -60px 10px -60px rgba(0,0,0,.1);
}

.awesome .front .circle {
  margin-top: -10px;
  background-image: #fbec3f;

  background-image: -webkit-linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
  background-image: -moz-linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
  background-image: linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
  background-image: url("images/profile_pic_tilted.jpg");
  background-size: 141px;
}

.awesome h4 {
  font-family: 'helvetica neue', arial;
  font-weight: 200;
  text-align: center;
  position: absolute;
  width: 180px;
  height: 140px;
  line-height: 140px;

	transition: opacity 50ms linear 400ms;
}

.awesome:hover h4 {
	opacity: 0;

	transition: opacity 50ms linear 300ms;
}

.awesome:hover .front .circle {
	margin-top: -90px;
	background-color: #e2d439;
	background-position: 0 100px;
}
