.fluid-container {
	margin: auto;
	padding-top: 0px;
  background: #1f2a30;
  background-image: linear-gradient(to bottom right, red, yellow);
}

.personal-square {
	max-width: 1900px;
    margin: auto;
    border: 0px solid black;
    padding-top: 30px;


}

.name {
	font-size: 50px;
	font-family: 'Major Mono Display', monospace;
	color: #a59472;
	font-weight: 400;
	text-align: center;
  letter-spacing: 30px;
	/*border-bottom: 2px solid rgb(216, 66, 46);*/
  max-width: 1000px;
  margin: auto;
  background: -webkit-linear-gradient(#FFFFFF, #D4D4D4);
  background: -o-linear-gradient(#FFFFFF, #D4D4D4);
  background: linear-gradient(#FFFFFF, #D4D4D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-options {
	list-style-type: none;
    margin: 0;
    padding: 50px 0 50px 0;
    text-align: center;
}

.menu-options > li {
    display: inline;
    list-style: none;
    margin: 0 25px 0 25px;
    font-size: 20px;
    font-family: 'Major Mono Display', monospace;
    font-weight: 100;
    opacity: 1;
    color: #e49042;
    /*background: -webkit-linear-gradient(#FF5139, #71342C);
    background: -o-linear-gradient(#FF5139, #71342C);
    background: linear-gradient(#FF5139, #71342C);*/
    background: -webkit-linear-gradient(#e49042, #845427);
    background: -o-linear-gradient(#e49042, #845427);
    background: linear-gradient(#e49042, #845427);
  	-webkit-background-clip: text;
 	 -webkit-text-fill-color: transparent;
}


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

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

canvas{
      position:absolute;
      left:0;
      top:0;
    }

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, red, yellow);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.container > header {
    /* padding: 2.875em 1.875em 1.875em; */
    position: absolute;
    z-index: 1000;
    top: 50%;
    width: 1000px;
    left: 50%;
    margin-top: -200px;
    margin-left: -500px;
    text-align: center;
}

.container > header h1 {
  font-size: 8.125em;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  color:;
  font-family: 'Major Mono Display', monospace;

}

.container > header h2 {
  font-size: 1.325em;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  font-family: 'Amatic sc';
}


.container > header span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding: 0 0 0.6em 0.1em;
}

.container > header nav {
  float: right;
}

.container > header nav a {
  display: block;
  float: left;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin: 0 0.1em;
  border: 4px solid #fff;
  text-indent: -8000px;
}

.container > header nav a:after {
  content: attr(data-info);
  color: #fff;
  position: absolute;
  width: 600%;
  top: 120%;
  text-align: right;
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.container > header nav a:hover:after {
  opacity: 1;
}

.container > header nav a:hover {
  background: #47a3da;
  background-image: linear-gradient(to bottom right, red, yellow);
}

.container > header nav a:hover:before {
  color: #fff;
}

a {
  text-decoration: none;
}

.container h1 {
  opacity: 0;
}

.container ul {
  opacity: 0;
  margin-left: -30px;
  display: inline-block;
}

@media only screen and (max-width: 960px) {
  .name {
    font-size: 40px!important;
  }

  .logo {
    width: 60px!important;
    margin-bottom: 15px!important;
  }
}

@media only screen and (max-width: 640px) {
  .name {
    font-size: 25px!important;
  }

  .logo {
    width: 35px!important;
    margin-bottom: 22px;
  }
}








