html,body{
    height:100%;
    width:100%
}
body{
    background:#000;
    font-weight:none;
    color:#FFF;
    text-shadow:none;
    font-family:monospace;
    font-size:14px;
    overflow:hidden;
}
a{
    color:inherit;
    text-decoration:blink
}
a:hover{
    text-shadow:0 0 20px rgba(255,255,255,100);
    text-decoration:none;
}
.blink{
    animation-name:blink;
    -webkit-animation-name:blink;
    -webkit-animation:2s infinite;
    animation:blink 2s infinite;
}
.bigtext{
    font-size:16px;
}
@keyframes blink{
    from{
        opacity:1
    }
    to{
        opacity:.5
    }
}
@-webkit-keyframes blink{
    from{
        opacity:.5
    }
    to{
        opacity:1
    }
}
.text{
    position:relative;
    margin-top:29px;
    width:300px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    bottom:0%;
    line-height:20px;
    margin-top: 125px;
}

.name{
    padding-bottom: 10px;
}

.button{
    padding-bottom: 20px;
}

.scene{
    padding-top:.1px;
    border-radius:50%;
    bottom:0;
    height:300px;
    left:0;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    position:relative;
    right:0;
    top:100px;
    width:300px;
    z-index:20;
}
.scene:after{
    background:url(../assets/bg.gif);
    bottom:0;
    content:'';
    left:0;
    opacity:.15;
    position:absolute;
    right:0;
    top:0;
}
.slash{
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    width:285px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    height:20px;
    -webkit-transform:skewX(-24deg);
    -moz-transform:skewY(-180);
    -ms-transform:skewY(-180);
    -o-transform:skewY(-180);
    transform:skewX(-180);
    margin-left: 6px;
}

.no{
    z-index:-1;
    animation: marquee 15s linear infinite;
    padding-left: 100%;
    display: inline-block;
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}


canvas{
    display:inline-block
}
.bg-animation{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    animation-duration:2s
}

.animation-delay-700{
    -webkit-animation-delay:0.7s;
    animation-delay:0.7s
}

.animation-delay-900{
    -webkit-animation-delay:0.9s;
    animation-delay:0.9s
}
.animation-delay-1000{
    -webkit-animation-delay:1s;
    animation-delay:1s
}

.animation-delay-1200{
    -webkit-animation-delay:1.2s;
    animation-delay:1.2s
}

.animation-delay-1400{
    -webkit-animation-delay:1.4s;
    animation-delay:1.4s
}


input{
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    background: none;
    border: none;
}

textarea{
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    background: none;
    border: none;
}

textarea:focus{
    background-color: rgba(255,255,255,0.1);
}

input:focus{
    background-color: rgba(255,255,255,0.1);
}

label{
    padding-top: 5px;
    padding-bottom: 5px;
}

button{
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    background: none;
    border: none;
}

button:hover{
    text-shadow:0 0 20px rgba(255,255,255,100);
}

::-webkit-input-placeholder{
    text-align: center;
}

::-moz-placeholder{
    text-align: center;
}

:-moz-placeholder{
    text-align: center;
}

:-ms-input-placeholder{
    text-align:center;
}

.coolkids{
    opacity:.5
}
.coolkids:hover{
    opacity:1;
    text-shadow:none
}

.gf{
    color: #ffd6f3;
}

.gf:hover{
    color: #ffe6f7;
}


.blanket{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.about_container{
    background-color: rgba(50, 50, 50, 0.4);
    position: relative;
    top: 20%;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    text-align: center;
}

.contact_div{
    position: relative;
    width: 50%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}

.contact_form{
    width: 100%;
    top: 20%;
    position: relative;

}

.about{
    position: relative;
    width: calc(50% - 1px);
    height: 100%;
    display: block;
    overflow: hidden;
    float: left;
    border-right: 1px solid white;
}

.about h1{
    font-size: 24px;
    padding-top: 30%;
    padding-bottom: 5%;
}

#particle-js{
height:100%;
}
