@import url('https://fonts.googleapis.com/css?family=Ubuntu');

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.main-content {
    width: 250px;
    top: 40%;
    left: 50%;
    right: 50%;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}

html {
  background-color: #050505;
}

body {
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #00a2ff;
}

h1 {
  color: #fa0101;
  margin-bottom: 30px;
}

h2 {
  color: #00ff62;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
}

h3 {
  color: #adadad;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  width: 100%;
}

h4 {
  color: #f11e1e;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;

}
/* Figure Image */
figure {
  margin-top: 60px;
  margin-bottom: 5px;
  display: block;
}

/* Icons */
.social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.social li {
  padding: 0;
  margin: 0;
  color: #fbff09;
  display: -moz-inline-stack;
  display: inline-block;
}
.social li a {
  font-size: 25px;
  color: #6f8cf7;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  font-weight: bold;
}

.social li d {
  font-size: 25px;
  color: #41ff07;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  html {
    height: 100%;
  }

  body {
    background-repeat: no-repeat;
  }

  .social li a {
    padding: 14px 10px;
    visibility: visible;
  }
}

.social li a:hover {
  color: #ffffff;
}

.social li a:hover, .social li a:active, .social li a:focus {
  outline: none;
  text-decoration: none;
}

/* Footer */
#footer {
  color: #777777;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 5px;
}

/* Particles container */
#particles-js {
  width: 100%;
  height: 100%;
  background-color: #020000;
  text-align: center;
}
