html {
    font-family: sans-serif;
    font-family: averia, "Source Sans Pro", helvetica, Verdana, sans-serif;
    padding: 0px;
    margin: 0px;
    max-width: 100vw;
}

header, h1 {
    font-weight: bold;
    font-size: 2em;
    color: #570096;
    text-transform: capitalize;
}

body {
    color: black;
    padding: 0px;
    margin: 0px;;
    letter-spacing: .07;
}

h4 {
    font-weight: bolder;
    font-size: 1em;
    text-transform: lowercase;
}

ul.pageList li>h4 {
    margin-bottom: 0.25em;
}

ul.pageList li>p:first-of-type {
    margin-top: 0.25px;
}

.content {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding-top: 200px;
    border: 4px solid black;
    border-radius: 15px;
    background: white;
    box-shadow: 0px 7px 15px rgba(0,0,0,.8);
}

.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
}

.slide-in-top {
	-webkit-animation: slide-in-top 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 3s both;
	        animation: slide-in-top 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 3s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-11-22 12:16:9
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2018-11-22 16:47:21
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

li.bye {
    animation-name: ohyesthatone;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-fill-mode: forwards;    
    animation-play-state: running;
}

li.ohyesthatone:hover {


}

@keyframes ohyesthatone {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
    
    30% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
        opacity: 1;
    }
    60% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
      opacity: 1;
    }
    
    
    90% {
        opacity: 1;
    }

  100% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
      opacity: 0;
  }
}

.about {
    
}

div.heading {
    margin: 0;
    padding: 1em;
    background: white;
    border-bottom: 4px solid black;
    box-shadow: 0px 10px 20px rgba(0,0,0, .8);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    position: fixed;
    z-index: 50;
        width:97%;

}

@media only screen 
    and (max-device-width : 580px) {
        .content {
            position: relative;
            width: 100%;
            margin: 0;
            padding-top: 10px;
            border: none;
            border-radius: 0;
            background: white;
            box-shadow: none;
        }

        div.heading {
            margin: 0;
            padding: 0;
            background: white;
            border-bottom: 4px solid black;
            box-shadow: 0px 10px 20px rgba(0,0,0, .8);
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            overflow: hidden;
            position: relative;
            z-index: 50;
        }        
        header, h1 {
            font-weight: bold;
            font-size: 2em;
            color: #fff;
            text-transform: capitalize;
            background: #570096;
            padding: .5em;
        }  
        
        .about {
            padding: .2em;
        }
} 