h1 {
	font-family: 'Comfortaa', cursive;
	text-align: center;
  overflow: hidden;
  border-right: .15em solid black;
 	white-space: nowrap;
  margin: 0 auto;
  letter-spacing: .15em; 
  animation: 
  typing 3.5s steps(40, end),
  blink-caret .75s step-end infinite;
  padding: 25px;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black; }
}

.box {
	text-align: center;
}

p.content1 {
  font-family: 'Comfortaa', bold;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: transparent;
}

.intro {
  height: 70%;
  width: 100%;
  margin: auto;
}
.intro .inner {
  display: table-cell;
}

p.content2 {
  font-family: 'Comfortaa', bold;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20;
}

h2 {
  font-family: 'Comfortaa', bold;
  text-align: center;
}

.parallax { 
    /* The image used */
    background-image: url("https://i.imgur.com/YVad3fs.jpg");

    /* Set a specific height */
    height: 500px; 

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

body, html {
    height: 100%;
    margin: 0;
}

.parallax { 
    /* The image used */
    background-image: url("https://i.imgur.com/YVad3fs.jpg");

    /* Full height */
    height: 100%; 

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

.caption {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
  opacity: 0.35;
}

h2.h21 {
  text-align: center;
}

.parallax2 { 
    background-image: url("https://i.imgur.com/pAvX4zZ.jpg");
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}

body {
  background: transparent;
}

.parallax3 { 
    background-image: url("https://i.imgur.com/ecMgqWN.jpg");
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

p.content3 {
  font-family: 'Comfortaa', bold;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20;
  color: tomato;
}