@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

@-ms-viewport {
  width: device-width ;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #131418;
}

.text {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: #fff;
  max-width: 90%;
  padding: 2em 3em;
  background: rgba(0, 0, 0, 0.4);
}

.header {
  font-family: 'Source Code Pro';font-size: 22px;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 2rem; }
  .header .subtext {
    color: #f7f7f7;
    font-size: 1.25rem; }
  .header .subtext-2 {
    color: #f7f7f7;
    font-size: 1rem; }
  .header h1 {
     color: #ffffff;
	 margin-bottom: 0.75rem; }
  .header img {
    border-radius: 50%;
    width: 7.5rem;
    border: 3px solid white;
    box-shadow: 0 0 3px #FFFFFF; }
  .header ul {
    list-style: none; }
  .header .links {
    margin: 0.5rem 0;
    padding: 0; }
    .header .links li {
      display: inline-block;
      padding: 0;
      padding-right: 0.5rem;
      font-size: 1rem; }
    .header .links a {
      color: #ffffff;
      text-decoration: none;
      transition: 0.25s;
      font-size: 1rem;
	  font-weight: bold;
      cursor: pointer; }
      .header .links a:hover {
        transition: 0.25s;
		color: #b8b8b8; }
  .header .recme {
    margin: 0.5rem 0;
    padding: 0; }
    .header .recme li {
      display: inline-block;
      padding: 0;
      padding-right: 0.5rem;
      font-size: 1rem; }
    .header .recme a {
      color: #ffffff;
      text-decoration: none;
      transition: 0.25s;
      font-size: 1rem;
	  font-weight: bold;
      cursor: pointer; }
      .header .recme a:hover {
	   color: #b8b8b8;
       transition: 0.25s; }

  .header .main-photo .photo {
    display: inherit; }
   .header .main-photo .turtle {
    display: none; }
  .header p {
    font-family: 'Source Code Pro';font-size: 22px;
    line-height: 1.5rem;
    color: #ffffff
    font-size: 1rem; }

.section {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 5rem; }

.section-heading {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 1rem; }

.links {
  text-align: center; }
  .links .link {
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none; }