
html {
  min-height: 100%;        /* real browsers */
  height: 100%;            /* IE6: treated as min-height*/
  color: rgba( 255, 255, 255, 1 );
  background-color: black;
}

body {
  text-align: center;
  color: rgba( 255, 255, 255, 1 );
  background-color: black;
  min-height: 100%;        /* real browsers */
  height: 100%;            /* IE6: treated as min-height*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#whiteonblack {
  color: rgba( 255, 255, 255, 1 );
  background-color: black;
}

/* Modal Content */
.modal-content
{
  background-color: black;
  margin: auto;
  padding: 20px;
  border: 1px inset #444;
  width: 20%;
}

.viewport
{
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}


/* Class */
.parallax {
  background-image: url( "../images/joseprofile.png" );
  /*background-image: linear-gradient( 45deg, rgba( 0, 50, 0 ), rgba( 0, 80, 0 ), rgba( 0, 100, 0 ), rgba( 20, 120, 20 ), rgba( 50, 180, 50 ), rgba( 100, 255, 100) );*/

  /* Set a specific height */
  min-height: 300px;

  color: rgba( 255, 255, 255, 1 );
  /*background-color: black;*/

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

/* ID */
#parallaxa {
  /* Set a specific height */
  min-height: 300px;

  background-image: url( "../images/joseprofile.png" );

  color: rgba( 255, 255, 255, 1 );
  /*background-color: black;*/

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

#parallaxb {
  /* Set a specific height */
  min-height: 140px;

  background-image: url( "../images/joseprofile.png" );

  color: rgba( 255, 255, 255, 1 );
  /*background-color: black;*/

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

#parallaxc {
  /* Set a specific height */
  min-height: 2000px;

  /* The image used */
  background-image: url( "../images/joseprofile.png" );

  color: rgba( 255, 255, 255, 1 );
  /*background-color: black;*/

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}
