body {
    font-size: 20px;
    color: white;
}
p {
    padding: 0 0.5em;
    margin: 0;
}

.content {
    /*background-attachment: fixed;*/
    width: 100%;
}

#content4 {
    pointer-events: all;
    height: 800px;
}

#content5 {
    background-image: url("../img/code2.jpg");
    background-repeat: no-repeat;
    background-color: #272822;
    height: 120px;
    z-index: 1;
    background-attachment: fixed;
}

#content5 p{
    font-size: 100px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    line-height: 200px;
    font-weight: bold;
}

#content7, #content9, #content10 {
  position: relative;
}

#content6 {
  position: relative;
  height: 540px;
  z-index: 1;
}

#content8 {
  height: 800px;
  background-image: url("../img/contactBG9.jpg"); 
  /*background-color: #ffffff;*/
  background-attachment: fixed;
  z-index: 1;
  position: relative;
}

/*#content6 {
    background-image: url("../img/background2.jpg");
    height: 960px;
}

#content6 p{
    font-size: 50px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    line-height: 960px;
}*/

canvas{
  vertical-align:bottom;
}

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 800px;
  /*background-color: #020234;*/
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#3fffff), to(#38f19f));
  background: linear-gradient(#3fffff 0%, #38f19f 100%); /*#4adfe6;#3fffff;*/
  pointer-events: all;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* for 639px or less */
@media screen and (max-width: 639px) {
  #content8 {
    height: 590px;
  } 
}

/* for 479px or less */
@media screen and (max-width: 479px) {
  #content8 {
    height: 490px;
  } 
}