@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100);
body {
   font:normal 75% Arial, Helvetica, sans-serif;
  background: #00356B;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin:0;
  padding:0;
  
}

#particles-js, #parallax, .layer, .some-space, .some-more-space {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js {
  opacity: 1;
}

.text {
   float:left;
   margin :35px;
  padding:25px;
  word-wrap:break-word;
  color: #fff;
  width: auto;
  height: auto;
  text-align:center;
  background: rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 2px #131415;
  font-family: 'Open Sans', sans-serif;
  border-radius:55px;
}

img {
    position: absolute;
  top: 19%;
  right: 45%;
   width: auto; 
}

h1 {
    position: absolute;
  top: 26%;
  right: 35%;
  
  color: #3198dd;
    padding: 2em 3em;
    text-shadow: 0px 0px 2px #131415;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8em;
  font-weight: 800;
  letter-spacing: -1px;
  width: auto;
  height: auto;
    }
h2 {
  font-size: 1.90em;
  font-weight: 600;
  
  color:white;
}
p {
  font-size: 1.2em;
  font-weight: 600;
  
  color:black;
}

.pp {
  font-size: 2.3em;
  font-weight: 700;
    color:black;
}

.some-space {
  animation: rotate 18s 0.5s infinite linear reverse;
}



@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
            transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
            transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
            transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
            transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
  }
}



#border-wrapper{
    position:relative;
    display:inline-block;
}
#border{
    position: relative;
    width: 60%;
    height: 3px;
    background-color: red;
    margin: 0 auto;
    opacity: 0.2;
}


a{
  position: absolute;
  opacity: 0.8;
  transform: translate(-50%,-50%);
  width: 115px;
  height: 40px;
  background: #ffe4fb;
  text-align: center;
  line-height: 40px;
color:#8300df;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1px;
transition: 1s;
overflow: hidden;
border-radius:35px;
}
a:hover
{
  color: #fff;
  box-shadow:  -15px 0 50px rgba(255,20,152,1), 15px 0 50px rgba(122,0,255,1);
text-shadow: 0 0 10px rgba(255,255,255,0.50), 0 0 25px rgba(255,255,255,0.50),0 0 35px rgba(255,255,255,0.50);
}
a:before
{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:40px;
  height: 40px;
  border-radius: 50%;
    background:rgba(255,20,152,0);
  filter: blur(4px);
  transition: 1.5s;
    z-index: -1;
}
a:hover:before
{
  background: rgba(255,20,152,1);
transform: scaleX(5);
}

a:after
{
  content:'';
  position: absolute;
  top:0;
  right: 0;
  width:40px;
  height: 40px;
  border-radius: 50%;
  background:rgba(122,0,255,0);
  filter:blur(4px);
  transition: 1.5s;
  z-index: -5;
  mix-blend-mode: lighten;

}
a:hover:after
{
  background: rgba(122,0,255,1);
transform: scaleX(5);
}


/*Neon*/
.pa {
  text-align: center;
  font-size: 2.7em;
  margin: 0px;
  
}

.aa {
  text-decoration: none;
  transition: all 0.5s;

}

.pa:nth-child(1) .aa {
  color: white;
  
    -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}

.pa:nth-child(1) .aa:hover {
  color: #bfb4bc;
  -webkit-animation: none;
  animation: none;
}


.pa .aa:hover {
  color: #ffffff;
}
/*glow for webkit*/

@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}

/*glow for mozilla*/
/*glow*/

@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}
/*REEEEEEEEEEESPONSIVE*/

.infobox-container {
    display: inline-block;
    margin: 0;
    padding: 0;
      top:5%;
      right:40%; 
    position:FIXED;
    width:auto;
    height:auto;
   }
.infobox-container1 {
    display: inline-block;
    margin: 0;
    padding: 0;
      top:37%;
      right:40%;
    position:fixed;
    width:auto;
    height:auto;
    }
.infobox-container2 {
    display: inline-block;
    margin: 0;
    padding: 0;
      top:69%;
      right:40%;
    position:fixed;
    width:auto;
    height:auto;
    }

.infobox {
  word-wrap: break-word;
     width: 300px;
    padding: 10px 5px 5px 5px;
    position: relative;
    z-index: 90;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 35px;
    text-align: center;
    background: #b9c2ff;
    opacity: 0.9;
     color: #fff;
    font-size: 90%;
}
.infobox h3 {
    position: relative;
    width: 320px;
    padding: 5px;
    margin: 0;
    left: -15px;
    z-index: 100;
    background: #3198dd;
    text-align: center;
    opacity: 1;
}
 
.infobox-container .triangle-l {
    border-color: transparent #f48999 transparent transparent;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
    position: absolute;
    opacity: 0.9;
    left: -23px;
    top: 40px;
    z-index: 0; /* displayed under infobox */
}
.infobox-container .triangle-r {
    border-color: transparent transparent transparent #f48999;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
    position: absolute;
    opacity: 0.9;
    opacity: 1;
    left: 307px;
    top: 40px;
    z-index: 0; /* displayed under infobox */
}
.infobox a {
       text-decoration: none;
    border-bottom: 1px dotted transparent;
}
.infobox a:hover, .infobox a:focus {
    text-decoration: none;
    border-bottom: 1px dotted #35b0ff;
}


  
  .infobox1 {
  word-wrap: break-word;
     width: 460px;
    padding: 10px 5px 5px 5px;
    position: relative;
    z-index: 90;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 35px;
    text-align: center;
    background: #e0dbc4;
    opacity: 0.9;
     color: #fff;
    font-size: 90%;
}
.infobox1 h3 {
    position: relative;
    width: 480px;
    padding: 5px;
    margin: 0;
    left: -15px;
    z-index: 100;
    background: #3198dd;
    text-align: center;
    opacity: 1;
}
 
.infobox-container1 .triangle-l {
    border-color: transparent #f48999 transparent transparent;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
    position: absolute;
    opacity: 0.9;
    left: -23px;
    top: 40px;
    z-index: 0; /* displayed under infobox */
}
.infobox-container1 .triangle-r {
    border-color: transparent transparent transparent #f48999;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
    position: absolute;
    opacity: 0.9;
    left: 387px;
    top: 40px;
    z-index: 0; /* displayed under infobox */
}
.infobox1 a {
       text-decoration: none;
    border-bottom: 1px dotted transparent;
}
.infobox1 a:hover, .infobox1 a:focus {
    text-decoration: none;
    border-bottom: 1px dotted #35b0ff;
}