﻿#cel
{
	display:none;
}

.css-typing p {
  border-right: .15em solid orange;
  font-family: "Courier";
  font-size: 27px;
  white-space: nowrap;
  overflow: hidden;
}
.css-typing1 p {
  border-right: .15em solid orange;
  font-family: "Courier";
  font-size: 27px;
  white-space: nowrap;
  overflow: hidden;
}
.css-typing2 p {
  border-right: .15em solid orange;
  font-family: "Courier";
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
}


.css-typing p:nth-child(1) {
  width: 31em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
    line-height: normal;
}
.css-typing1 p:nth-child(1) {
  width: 10em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.css-typing2 p:nth-child(1) {
  width: 8em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
  width: 11.5em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
       line-height: normal;
}

.css-typing p:nth-child(3) {
  width: 7.3em;
  opacity: 0;
  -webkit-animation: type3 2s steps(40, end), blink .5s step-end infinite alternate;
  animation: type3 2s steps(40, end), blink .5s step-end infinite alternate;
  -webkit-animation-delay: 2s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
       line-height: normal;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

@media (max-width: 1199px) {
.css-typing p {
  border-right: .15em solid orange;
  font-family: "Courier";
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
 
}
#cel
{
	display:none;
}
@media (max-width: 725px) {
.css-typing p {
  border-right: .15em solid orange;
  font-family: "Courier";
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
}
#compu
{
	display:none;
}

#cel
{
	display:block;
}
.css-typing p:nth-child(1) {
  width: 15em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

}