body {
  margin: 0;
  font:normal 75% Arial, Helvetica, sans-serif;
}

.wrapper{
  overflow-y:hidden !important;
  overflow-x: hidden !important;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -20;
  background-color: #182327;
  /*background: linear-gradient(#000000,#191919);*/
  /*background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;*/
}

.head{
  color: #32CD32;
  /*font-family: 'Karla', sans-serif;*/
  font-family: 'Lustria', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-size: 7vw;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 40px;
}
p{
  display: inline-block !important;
}

.main_section{

  /*height: calc(100vh - 40px);*/

  height: 100vh;
  max-width: 100vw;
  z-index: 1;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translate3d(0,0,0);

}

.name{

  width:70%;

}
.text{
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 0px;
  color:white;
  font-family: 'Raleway', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;
}
.icons{
  display:inline-block;
  float: left;
  width:100%;
  margin:0;

}
.fb, .lin, .git, .twit, .mail, .res, .project{
  color:#32CD32;
}

.ico{
  border: 4px double white;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 11px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease;
  text-decoration: none;
  margin: 22px 8px;
}

.ico-res{
  border: 4px double white;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px 8px 8px 8px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease;
  text-decoration: none;
  margin: 0px 8px;
}

.ico:hover{
  transform: translateY(-4px);
}

.ico-res:hover{
  transform: translateY(-4px);
}
.ico:hover .fb{
  color:white;

}

.ico:hover .lin{
  color:white;
}
.ico:hover .git{
  color:white;
}
.ico:hover .mail{
  color:white;
}
.ico:hover .twit{
  color:white;
}
.ico-res:hover .res{
  color:white;
}

#bar {
  position: fixed;
  top: 20%;
  left: 40%;
  width: 40%;
  height: 40%;
  -webkit-transition: 0.1s ease all;
}

.p {
  background-color: blue;
  height: 100%;
  width: 10%;
  float: left;
}

@media screen and (max-width: 700px) {

  .name{
    width:100%;
  }
  .head{
    font-size: 10vw;
    margin-bottom: 0px !important;
    padding: 0 !important;

  }
  .text{
    font-size: 4vw;
    margin-bottom: 4px !important;
    margin-top: 5px !important;
  }
  .ico{
    border: 4px double white;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 5px !important;
    position: relative;
    background: transparent;
    transition: all 0.2s ease;
    text-decoration: none;
    margin: 0px 3px !important;

  }
  .icons{
    margin-bottom: 8px;
  }
  .ico-res{
    border: 4px double white;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 10px 8px 8px 8px !important;
    position: relative;
    background: transparent;
    transition: all 0.2s ease;
    text-decoration: none;
    margin: 0px 8px !important;
  }

  .fa-2x{
    font-size: 1.5em !important;
  }
  .fa-3x{
    font-size: 2em !important;
  }
  ul{
    padding:0px !important;

  }
}


.fa-envelope:before {
    content: "\f0e0";
}