.horizontalFull{width:100%;}
.verticalFull{height:100%;}
.center{margin:0 auto;}
.left{float:left;}
.right{float:right;}
.textCenter{text-align:center;}
.textLeft{text-align:left;}
.textRight{text-align:right;}
.pointer{cursor:pointer;}
h1{
    font-family:bold;
    color:white;
    font-size:7rem;
    font-weight:800;
    letter-spacing:.01em;
    padding:150px 0 3% 0;
    text-shadow:5px 5px 1px black;
}
span.infinite{
    letter-spacing:-20px;
}
span.logo{
    margin-left:2%;
    border:3px solid white;
    text-shadow:none;
}
h2{
    font-family:medium;
    color:white;
    font-size:18px;
    font-weight:800;
    letter-spacing:.06em;
}
h3{
    font-size:23px;
    text-align:center;
    font-family:medium;
    color:#693ee1;
    margin-top:80px;
}
h4{
    text-align:center;
    font-family:medium;
    color:white;
    padding:20px;
    font-size:1.2rem;
}
p{
    margin-top:16px;
    font-family:book;
    text-align:center;
    font-size:14px;
}
p span{
    font-family:bold;
}
a{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
.social{
    float:left;
    width:50px;
    height:100%;
}
.social:hover{
    /*border-left:4px solid black;*/
    /*background:black;*/
}
.link{
    border:2px solid white;
    padding:10px;
    margin:10px 0 10px 0;
}
.link a {
    font-family:light;
    color:white;
    font-size:1.1rem;
    text-decoration:none;
}
.link:hover{
    background:white;
}
.link:hover a{
    color:#6d3c82;
}
.part{
    width:40%;
}
.clear{
    clear:both;
}
#head{
    background: rgb(107,19,211);
    background: -moz-linear-gradient(45deg,rgba(107,19,211,1) 0%,rgba(124,39,227,1) 40%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 100%,rgba(43,136,217,1) 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(107,19,211,1)),color-stop(40%,rgba(124,39,227,1)),color-stop(100%,rgba(41,137,216,1)),color-stop(100%,rgba(32,124,202,1)),color-stop(100%,rgba(43,136,217,1)));
    background: -webkit-linear-gradient(45deg,rgba(107,19,211,1) 0%,rgba(124,39,227,1) 40%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 100%,rgba(43,136,217,1) 100%);
    background: -o-linear-gradient(45deg,rgba(107,19,211,1) 0%,rgba(124,39,227,1) 40%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 100%,rgba(43,136,217,1) 100%);
    background: -ms-linear-gradient(45deg,rgba(107,19,211,1) 0%,rgba(124,39,227,1) 40%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 100%,rgba(43,136,217,1) 100%);
    background: linear-gradient(45deg,rgba(107,19,211,1) 0%,rgba(124,39,227,1) 40%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 100%,rgba(43,136,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b13d3',endColorstr='#2b88d9',GradientType=1);
    min-height:100%;
}
.gradient{
    position:fixed;
    left:0;bottom:0;
    width:100%; height:50px; z-index:2;
    background: rgb(242,245,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}