html,body{
  margin:0;
  width:100%;
  height:100%;
  background:#111;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
  transform: translate3d(0,0,0);
  width:100%;
}

canvas{
  display:block;
  vertical-align:bottom;
}

h1 {
  pointer-events:none;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 500%;
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  color: white;
}

h3 {
  pointer-events:none;
  position: absolute;
  top: 55%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 300%;
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  color: white;
}

.console {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  background-color: black;
  color: white;
  pointer-events:none;
  position: absolute;
  top: 55%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 200%;
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 200%;
    }
    
    h3 {
        font-size: 100%;
    }
	
	.console {
		font-size: 100%;
	}
}

.main-container {
	transform: translate3d(0,0,0);
    overflow: hidden;
    width: 100%
}

.fullscreen-element {
    min-height: 100vh;
}

.no-pad {
    padding: 0
}

.overlay {
	display: block;
	position: relative;
	background: #1e2125;
}

#particles-js{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #000000;
}

section #socials {
  position: fixed;
  bottom: 1%;
  right: 1%;
  margin: 8px 4px;
}
section #socials li {
  width: 54px;
  height: 54px;
  display: inline-block;
  margin: 10px;
  list-style: none;
}
section #socials li div {
  width: 60px;
  height: 60px;
  font-size: 2.25em;
  text-align: center;
  line-height: 60px;
  transition: all 0.35s ease;
  border-radius: 100px;
}
section #socials li a {
  color: #ffffff;
}
section #socials li div:hover {
  transform: scale(1.2);
  ms-transform: scale(1.2);
  o-transform: scale(1.2);
  webkit-transform: scale(1.2);
  border-radius: 25px;
}

section #socials .github {
    background-color: #4183c4;
}
section #socials .github:hover {
    background-color: #689cd0;
}
section #socials .linkedin {
    background-color: #0976b4;
}
section #socials .linkedin:hover {
    background-color: #0b96e5;
}
section #socials .email {
    background-color: #44c456;
}
section #socials .email:hover {
    background-color: #6bd079;
}
section #socials .twitter {
  background-color: #55acee;
}
section #socials .twitter:hover {
  background-color: #83c3f3;
}