* {
    box-sizing: border-box;
}
body {
    font-family: "balloon-urw",sans-serif;
    font-display:auto;
    font-style:normal;
    font-weight:700;
    margin: 0vw;
    background-color: #f1f1f1;
}
#header {
    color: #ff7b88;
    padding: 30px;
    background-color: #00000098;
    text-align: center; 
    border-bottom: 4px solid #E7717D;
}
h1 {
    font-family: brim-narrow-combined-2, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    font-size: 6vw;
    background-color: #000000bb;
}
#navigation {
    float:left;
    width:20%;
    text-align:center;
}
#navigation a {
    background-color: #1A1A1D;
    border-top: 2px solid #E7717D;
    border-bottom: 2px solid #E7717D;
    padding:8px;
    margin-top:15px;
    display:block;
    width:100%;
    font-size: 35px;
}
a:link {
    color: #E7717D;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    font-size: 30px;
    font-family: "balloon-urw",sans-serif;
    font-display:auto;
    font-style:normal;
    font-weight:700;
    padding: 10px 15px;
}
a:visited {
    color: #ffa3bf;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #838383;
    font-size: 34px;
    text-decoration: underline;
}
a:active {
    color: #ff94ca;
    background-color: transparent;
    text-decoration: underline;
}
#content {
    text-align: left;
    float:left;
    width:60%;
    padding:0 20px;
}
h2 {
    padding-top: 0vw;
    color: #E7717D;
    text-align: left;
    font-family: "continuo",sans-serif;
    font-display:auto;
    font-style:normal;
    font-weight:400;
    font-size: 42px;
}
b {
    color: #C3073F;
    font-family: brim-narrow-combined-2, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    font-size: 25px;
}
p {
    color: #000000;
    text-align: left;
    font-family: "balloon-urw",sans-serif;
    font-display:auto;
    font-style:normal;
    font-weight:700;
}
ul{
    list-style: square;
    margin: 1.25vw;
    padding: 0vw 5vw;
}
ul li {
    color: #000000;
    text-align: left;
    font-family: "balloon-urw",sans-serif;
    font-display:auto;
    font-style:normal;
    font-weight:700;
    margin: 0.9375vw;
    font-size: 32px;
}
ol{
    margin: 0vw 1vw 0vw 0.5vw;
}
ol li {
    color: #000000;
    text-align: left;
    font-family: "balloon-urw",sans-serif;
    font-display:auto;
    font-style:normal;
    font-weight:700;
    font-size: 32px;
    padding: 0 0 80px 0;
}
table {
    font-family: "balloon-urw",sans-serif;
    font-display:auto;
    font-style:normal;
    font-weight:700;
    outline-color:#ffffff;  
    outline-style:solid;
    outline-width: 5px;
}
table, th, td {
    font-size: 30px;
    border: 2px solid #ffafd7;
    border-collapse: collapse;
    margin-left: 3vw; 
    padding: 10px;
    margin-bottom: 20px;
    text-align: left;
}
tr:nth-child(odd){
    background-color: #ffffff;
    color: #000000;
}
tr:nth-child(even){
    background-color: black;
    color: white;
}
th {
    font-weight: 700;
    background-color: #ff6675;
    color: #ffffff;
}
td {
    font-weight: 300;
}
#footer {
    padding: 0vw;
    margin-top: 60px;
    margin-bottom: 0vw;
    border-top: 4px solid #E7717D;
    background-color: #1A1A1D;
}
h6 {
    font-family: brim-narrow-combined-2, sans-serif;
    font-display:auto;
    font-style:normal;
    font-weight:400;
    color: #ff7b88;
    padding: 20px 0 0 0;
    margin: 0vw;
    font-size: 25px;
    text-align: center;
}
#footnav {
    padding: 0vw;
    font-size: 30px;
    margin: 0vw;
    text-align: left;
    color: #ffffff;
    background-color: transparent;
}
#footnav ul {
    margin: 0vw 1vw 0vw 10vw;
}
#footnav ul li {
    color: #ffffff;
    list-style: none;
    float: left;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 1vw;
    z-index: 99;
    font-size: 6vh;
    border: none;
    outline: none;
    background-color: transparent;
    color: #E7717D;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
#myBtn:hover {
    color: #C3073F;
}
img {
    max-width: 100%; height: auto;
}
button {
    padding: 10px;
    font-size: 30px;
    font-family: "futura-pt";
    font-display:auto;
    font-style:normal;
    font-weight:400;
    margin: 1vw;
    outline: none;
    text-align: center;
    box-sizing: border-box;
    text-decoration:none;
    text-shadow: 0 0.64px 0.64px #000000;
}
.mybutton {
    margin-top: 8px;
    margin-bottom: 10px;
    background-color: #ff7b88;
    border:2.56px solid #ff7b88;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.mybutton:hover {
    background-color: #000000;
    color: #ff7b88;
}
.mybutton:after {
    content: "";
    background: #f1f1f1;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -1.25vw !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s;
}  
.mybutton:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}
.mybutton2 {
    margin-top: 7.2px;
    background-color: #C3073F;
    border:2.56px solid #C3073F;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.mybutton2:hover {
    background-color: #000000;
    color: #C3073F;
}
.mybutton2:after {
    content: "";
    background: #f1f1f1;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -1.25vw !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s;
}  
.mybutton2:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}
/*https://fdossena.com/?p=html5cool/buttons/i.frag*/
.bouncy {
    animation:bouncy 5s infinite linear;
    position:relative;
}
@keyframes bouncy {
    0%{top:0em}
    40%{top:0em}
    43%{top:-0.9em}
    46%{top:0em}
    48%{top:-0.4em}
    50%{top:0em}
    100%{top:0em;}
}
@media only screen and (max-width:620px) {
    /* For mobile phones: */
        #navigation, #content {
            width:100%;
        }
}
/*<!-- Created By CodingNepal start-->*/
.glow ul{
    display: flex;
    justify-content: center;
}
.glow ul li{
    position: relative;
    display: inline-flex;
    color: #ffffff;
    font-size: 4vh;
    height: 8vh;
    width: 8vh;
    background: #f7356f;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 1.5vw;
    cursor: pointer;
    transition: .5s;
}
.glow ul li:before{
    position: relative;
    content: '';
    top: 0;
    left: 0;
    height: inherit;
    width: inherit;
    border-radius: 50%;
    transform: scale(.9);
    z-index: -1;
    transition: .5s;
}
.glow ul li:nth-child(1):before{
    background: #4267B2;
}
.glow ul li:nth-child(2):before{
    background: #1DA1F2;
}
.glow ul li:nth-child(3):before{
    background: #FCAF45;
}
.glow ul li:nth-child(4):before{
    background: #fffc00;
}
.glow ul li:nth-child(5):before{
    background: #cb2027;
}
.glow ul li:hover:before{
    filter: blur(3px);
    transform: scale(1.2);
}
.glow ul li:nth-child(1):hover:before{
    box-shadow: 0 0 15px #4267B2;
}
.glow ul li:nth-child(2):hover:before{
    box-shadow: 0 0 15px #1DA1F2;
}
.glow ul li:nth-child(3):hover:before{
    box-shadow: 0 0 15px #FCAF45;
}
.glow ul li:nth-child(4):hover:before{
    box-shadow: 0 0 15px #fffc00;
}
.glow ul li:nth-child(5):hover:before{
    box-shadow: 0 0 15px #cb2027;
}
.glow ul li:nth-child(1):hover{
    color: #456cba;
    box-shadow: 0 0 15px #4267B2;
    text-shadow: 0 0 15px #4267B2;
}
.glow ul li:nth-child(2):hover{
    color: #26a4f2;
    box-shadow: 0 0 15px #1DA1F2;
    text-shadow: 0 0 15px #1DA1F2;
}
.glow ul li:nth-child(3):hover{
    color: #fca731;
    box-shadow: 0 0 15px #FCAF45;
    text-shadow: 0 0 15px #FCAF45;
}
.glow ul li:nth-child(4):hover{
    color: #fdfa22;
    box-shadow: 0 0 15px #fffc00;
    text-shadow: 0 0 15px #fffc00;
}
.glow ul li:nth-child(5):hover{
    color: #e2242a;
    box-shadow: 0 0 15px #cb2027;
    text-shadow: 0 0 15px #cb2027;
}
/*<!-- Created By CodingNepal end-->*/
