html {
      touch-action: manipulation;
}
.a2a_dd {
    all: none;
    background-color: white;
    animation: none;
}

@media all and (orientation:landscape) {
    #mid {
        display:none;
    }
}
#mid {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
}
input[type=checkbox] {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #FF8C8C;
}
input[type=checkbox]:checked {
    background-color: #D8FF79;
}
#mid img {
    margin-top: 50%;
    border-radius: 0px;
    border-style: hidden;
}
body {
                margin: 0px;
                background-color: #f2f2f2;
                text-align: center;
                font-family: 'Quicksand', sans-serif;
                font-size: 50px;
                width: 100%;
            }
            #content {
                margin-left: 20%;
                margin-right: 20%;
            }
#content img {
    background-color: white;
}
#hero {
    background-color: #fdd602;
                padding-top: 50px;  padding-bottom: 50px;
                color: white;
                background-position: center;
                background-size: cover;
    height: 100vh;
}
            
            
            #first {
                background-color: #fdd602;
                padding-top: 50px;  padding-bottom: 50px;
                color: white;
                background-position: center;
                background-size: cover;
            }
            #second {
                background-color: #f2f2f2;
                padding-top: 50px;  padding-bottom: 50px;
                color: black; 
            }
            #third {
                background-color: #FF6200;
                padding-top: 50px;  padding-bottom: 50px;
                color: white; 
            }
            #fourth {
                padding-top: 50px;  padding-bottom: 50px;
                color: white;
                background-color: mediumorchid;
            }
            #uns input {
                border-style: solid;
                border-color: #f2f2f2;
                font-size: 30px;
                margin: 10px;
                width: 90%;
                padding:10px;
                border-radius: 20px;
                color: black;
                font-family: 'Quicksand', sans-serif;
            }
            #uns input[type=submit] {
                background-color: #FF6200;
                color: white;
                animation-name: yo;
                animation-duration: 0.3s;
                margin-bottom: 0px;
            }
            #uns input[type=submit]:hover {
                background-color:#fdd602;
                animation-name: oy;
                animation-duration: 0.3s;
            }
            #op *:focus {
                outline: none;
                border-color: gray;
            }       
            #op {
                width: 30%;
                float: left;
                background-color: white;
                box-shadow: 2px 2px 10px lightgray;
                margin: 0.666%;
                padding: 1%;
                animation-name: lower;
                animation-duration: 0.5s;
                border-radius: 5px;
            }
            #op:hover {
                animation-name: rise;
                animation-duration: 0.5s;
                box-shadow: 10px 10px 10px lightgray;
            }
            #op h5 {
                padding: 0px;
                margin: 5px;
                font-size: 40px;
            }
            #op img {
                box-shadow: 2px 2px 10px lightgray;
            }
            #op textarea {
                border-style: solid;
                border-width: 2px;
                border-color: #f2f2f2;
                font-size: 30px;
                background-color: white;
                margin: 10px;
                resize: none;
                width: 90%;
                height: 30%;
                padding:10px;
                border-radius: 20px;
                font-family: 'Quicksand', sans-serif;
                color: black;
            }
            #op input {
                border-style: solid;
                border-color: #f2f2f2;
                font-size: 30px;
                margin: 10px;
                width: 90%;
                padding:10px;
                border-radius: 20px;
                color: black;
                font-family: 'Quicksand', sans-serif;
            }
            #op input[type=submit] {
                background-color: #FF6200;
                color: white;
                animation-name: yo;
                animation-duration: 0.3s;
                margin-bottom: 0px;
            }
            #op input[type=submit]:hover {
                background-color:#fdd602;
                animation-name: oy;
                animation-duration: 0.3s;
            }
            #op table {
                width:100%;
                text-align: center;
                border-style: solid; 
                border-color: gray; 
                border-width: 1px; 
                padding: 5px;
                border-radius:20px;
                margin-top: 15px;
            }
            #op table {
                width:100%;
                text-align: center;
                border-style: solid; 
                border-color: gray; 
                border-width: 1px; 
                border-width: 1px; 
                padding: 5px;
                border-radius:20px;
                margin-top: 15px;
                line-height: 2em;
            }
@keyframes rise {
    from {box-shadow: 2px 2px 10px lightgray;}
    to{box-shadow: 10px 10px 10px lightgray;}
}
@keyframes lower {
    from {box-shadow: 10px 10px 10px lightgray;}
    to{box-shadow: 2px 2px 10px lightgray;}
}

.s {
                background-color: #FF6200;
                color: white;
                animation-name: yo;
                animation-duration: 0.3s;
                margin-bottom: 0px;
                border-style: solid;
                border-color: #f2f2f2;
                font-size: 30px;
                margin-left: 25%;
                margin-right: 5%;
                width: 20%;
                float: left;
                padding:10px;
                border-radius: 20px;
                font-family: 'Quicksand', sans-serif;
            }
.s:hover {
                background-color:#fdd602;
                animation-name: oy;
                animation-duration: 0.3s;
            }
.x {
    float: left;
    margin-left: 20%; 
    margin-top: 12px;
    color: lightgray;
}
.x:hover {
    color: gainsboro;
    font-weight: bold;
    cursor: pointer;
    margin-top: 11px;
}



button {
    font-family: 'Quicksand', sans-serif;
    border: 0px solid lightgray;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px; margin-right: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;
}
button:hover {
    background-color: gainsboro;
    box-shadow: 0 0 0 2pt gainsboro;
    cursor: pointer;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;
}


#project {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px lightgray;
    color: black;
    width: 30%;
    float: left;
    height: 300px;
}
}
#project p {
    margin-top: 0px;
    margin-bottom: 10px;
}

            
            #nav {
                background-color: rgba(0, 0, 0, 0.8);
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                text-align: center;
                padding-bottom: 15px;
                padding-top: 8px;
                box-shadow: 0px 0px 5px black;

            }
            #nav a {
                margin-left: 0px;
                margin-right: 0px;
                padding: 18px;
                border-radius: 0px;
                border-style: hidden;
                background-color: rgba(0, 0, 0, 0);
                color: white;
            }
#nav a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}
#nav a img {
    height: 50px;
    width: 111px;
    border-radius: 0px 18px 0px 0px;
    border-style: hidden;
    vertical-align: middle;
}



            #colors {
               background-color: rgba(0,0,0, 0.3);
                padding: 10px;
                position: fixed;
                top: 85.5;
                left: 0;
                width: 120px;
                height: 100%;
                text-align: center;
                font-size: 18px;
            }
            #colors input {
                vertical-align: middle;
            }
            #animations {
               background-color: rgba(0,0,0, 0.3);
                padding: 10px;
                position: fixed;
                top: 85.5;
                right: 0;
                width: 120px;
                height: 100%;
                text-align: center;
                font-size: 18px;
                transform: translateZ(0);
                -webkit-transform: translateZ(0);
            }
            #animations input {
                vertical-align: middle;
            }
            #bot {
                background-color: rgba(0,0,0, 0.1);
                padding: 10px;
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 40px;
                text-align: center;
                font-size: 18px;
                transform: translateZ(0);
                -webkit-transform: translateZ(0);
            }
            #bot input {
                vertical-align: middle;
            }
input {
    -webkit-appearance: none;

}
            

    
        #db {
            width: 20%;
            float: left;
            background-color: white;
            box-shadow: 2px 2px 10px lightgray;
            margin: 0.666%;
            padding: 15px;
            animation-name: lower;
            animation-duration: 3s;
            font-size: 30px;
        }
#db iframe {
    border: none;
    
}
        #db a {
            display: block;
            border-color: #f2f2f2;
            border-style: solid;
            border-width: 2px;
            border-radius: 20px;
            width: 100%;
            color: white;
            font-weight: bold;
            background-color:#FF6200;
            animation-name: yo;
            animation-duration: 0.3s;
            padding-top: 13px; padding-bottom: 13px; margin-bottom: 5px; margin-top: 5px;
        }
        #db a:hover {
            background-color:#fdd602;
            animation-name: oy;
            animation-duration: 0.3s;
        }

        #slides a {
            display: block;
            border-color: #f2f2f2;
            border-style: solid;
            border-width: 5px;
            border-radius: 20px;
            font-size: 40px;
            width: 50%;;
            margin: auto;
            font-weight: bold;
            padding-top: 10px; padding-bottom: 10px; margin-bottom: 5px; margin-top: 5px;
        }
        #slides a:hover {
            border-radius: 50px;
            border-color: lightgray;
        }

.a {
            display: block;
            border-color: #f2f2f2;
            border-style: solid;
            border-width: 2px;
            border-radius: 20px;
            width: 50%;
            color: white;
    font-size: 20px;
            font-weight: bold;
            background-color:#FF6200;
            animation-name: yo;
            animation-duration: 0.3s;
            padding: 10px; margin-top: 5px;
    margin: auto;
        }
        .a:hover {
            background-color:#fdd602;
            animation-name: oy;
            animation-duration: 0.3s;
        }

            
    img {
        width: 50%;
        border-color: white;
        border-style: solid;
        border-width: 3px;
        border-radius: 20px;
    }
.z {
    filter: hue-rotate(100deg);
    -webkit-filter: hue-rotate(100deg);
}
    .logo {
        content:url("images/zog.png");
        border-style: none;
        height: 150px;
        width:333px;
        border-radius: 0px 55px 0px 0px;
     }
        h1 {
            margin-bottom: 0px;
            padding-bottom: 0px;
            width: 100%;
            padding: 0px;
            margin: 0px;
            font-family: 'Quicksand', sans-serif;
        }
        h6 {
            font-size: 20px;
            font-family: 'Quicksand', sans-serif;
        }
        h2 {
            margin-top: 0px;
            padding-top: 0px;
            font-weight: lighter;
            font-size: 50px;
            font-family: 'Quicksand', sans-serif;
        }
            

        p {
            font-size: 30px;
            font-weight: bold;
            font-family: 'Quicksand', sans-serif;
        }

    a {
        text-decoration: none;
        -moz-text-decoration: none;
        -webkit-text-decoration: none;
        -o-text-decoration: none;
        -ms-text-decoration: none;
        color: black;
    }

.o {
    content:url("images/o.png");
    border-style: none;
    width: 200px;
}


.up {
    background-color: #FF6200;
    border-color: white;
    border-style: solid;
    border-width: 3px;
    border-radius: 30px;
    padding: 15px;
    color: white;
    font-weight: bolder;
    animation-name: yo;
    animation-duration: 0.3s;
    line-height: 2em;
    content:"Signup";
    text-decoration: none;
    -moz-text-decoration: none;
    -webkit-text-decoration: none;
    -o-text-decoration: none;
    -ms-text-decoration: none;
}
.up:hover {
    background-color: #fdd602;
    animation-name: oy;
    animation-duration: 0.3s;
}
@keyframes oy {
    from {background-color: #FF6200;}
    to{background-color: #fdd602;}
}
@keyframes yo {
    from {background-color: #fdd602;}
    to{background-color: #FF6200;}
}
            .list {
                font-size: 20px;
                animation-name: shrink;
                animation-duration: 0.5s;
                -webkit-filter: blur(0px);
                filter: blur(0px);
                font-family: 'Quicksand', sans-serif;
            }
            .list:hover {
                animation-name: grow;
                animation-duration: 0.5s;
                -webkit-filter: blur(0px);
                filter: blur(0px);
                font-size: 40px;
                font-family: 'Quicksand', sans-serif;
            }
            .twitter {
                width: 300px;
                vertical-align:middle;
            }
            @keyframes grow {
                    from {font-size: 20px; -webkit-filter: blur(0px);
    filter: blur(0px);}
                    to{font-size: 40px;-webkit-filter: blur(0px);
    filter: blur(0px);}
            }
            @keyframes shrink {
                    from {font-size: 40px;-webkit-filter: blur(0px);
    filter: blur(0px);}
                    to{font-size: 20px;-webkit-filter: blur(0px);
    filter: blur(0px);}
            }



#play {
    background-color: white;
    color: black;
    width: 86%;
    padding-left: 4%; padding-right: 4%;
    margin-left: 2.5%;
    margin-bottom: 10px;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid lightgray;
    text-align: left;
    
}
.img {
    background-size: cover;
    background-position: center;
    width: 98%; 
    border: 3px solid #f2f2f2;
    border-radius: 10px;
    height: 40%; 
    margin-bottom: 10px;
    background-color: darkgray;
}
#play h5 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
}
#play p {
    margin: 0px;
    padding-top: 15px; padding-bottom: 10px;
    font-size: 20px;
    font-weight: lighter;
}
#play a:hover {
    color: darkgray;
    cursor: pointer;   
}
#play img {
    width: 30px;
    padding-bottom: 3%;
    border: none;
    border-radius: 0px;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    margin-left: 10px;
    margin-right: 10px;
}
#play img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: pointer;
}
#play iframe {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 30px;
    height: 27px;
    border: none;
    border-radius: 0px;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    padding-bottom: 3%;
}
#buttons {
   margin: auto;
    width: 185px;
}
.click {
    -webkit-animation: rubberBand 1s;
    animation: rubberBand 1s;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}


#hs {
    border: 1px solid gray;
    border-radius: 20px;
    padding: 15px;
    width: 40%;
    margin: auto;
}
#hs h5 {
    margin: 0px;
    padding: 5px;
    color: white;
    border-radius: 100px;
    background-color: mediumpurple;
}
#hs h6 {
    margin: 0px;
    border: 1px solid lightgray;
    padding: 10px;
}

#share a {
	text-decoration: none;
    -moz-text-decoration: none;
    -webkit-text-decoration: none;
    -o-text-decoration: none;
    -ms-text-decoration: none;
}
#share img{
	animation-name: color;
    animation-duration: 0.4s;
	width: 50px;
	padding-left: 5px; padding-right: 5px;
	border: 0;
	box-shadow: 0;
    border-radius: 1000px;
}
#share img:hover {
	animation-name: decolor;
    animation-duration: 0.2s;
    width: 60px;
}
#share {
    position: fixed;
    padding-top: 50px;
    width: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
}

.post {
    clear: both;
    width: 85%;
    margin: auto;
    border: 1px solid lightgray;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 5px;
    box-sizing: border-box;
}
.post h5 {
    padding: 2px;
    margin: 0px;
}
.post p {
    font-weight: lighter;
    font-size: 25px;
    padding: 8px;
    margin: 0px;
}
            .post textarea {
                border-style: solid;
                border-width: 2px;
                border-color: #f2f2f2;
                font-size: 30px;
                background-color: white;
                margin: 10px;
                resize: none;
                width: 100%;
                margin: auto;
                height: 20%;
                padding:10px;
                border-radius: 20px;
                font-family: 'Quicksand', sans-serif;
                color: black;
                outline: none;
            }
.post textarea:focus {
    border-color: gray;
    outline: none;
}
            .post input {
                border-style: solid;
                border-color: #f2f2f2;
                font-size: 30px;
                margin-top: 5px;
                padding:5px;
                padding-left: 15px;
                padding-right: 15px;
                border-radius: 20px;
                color: black;
                font-family: 'Quicksand', sans-serif;
            }
            .post input[type=submit] {
                background-color: #FF6200;
                color: white;
                animation-name: yo;
                animation-duration: 0.3s;
                margin-bottom: 0px;
            }
            .post input[type=submit]:hover {
                background-color:#fdd602;
                animation-name: oy;
                animation-duration: 0.3s;
            }
@keyframes color {
    from {width: 60px;}
    to{width: 50px;}
}
@keyframes decolor {
    from {width: 50px;}
    to{width: 60px;}
}