html { 
  background:  url('/PORTFOLIO_CSS/images/black-brick.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* background: lightblue img src="/black-brick.jpg" z-index:-1 no-repeat fixed center;  */


/* 
.about {
  display:flex;
  width: 100%;
  height:7vh;
  justify-content: right;
  padding-top: 30px;
  padding-right: 70px;


  border: none;
    padding: 15px 32px;
   text-decoration: none;

  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  
} */
/*  */
/*  */
.about {
    /* position: relative; */
    display: flex;
    /* height:7vh; */
    justify-content:flex-end;
    padding: 20px 20px;
    /* margin: 20px 200; */
    color: #03e9f4;
    text-decoration: none;
    font-size: 1em;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;
    /* margin-right: 50px; */
    position: absolute;
    right: 1em;
    top: 1em;
    position-anchor: 95% 95%;
   
}
.about:hover{
    background: #03e9f4;
    color: #050801;
    box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 200px #03e9f4;
     -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}


/*  */
/*  */
* {
  margin:0;
}
a:link {
  text-decoration: none;
}
.main{
  
  display:flex;
  width:100%;
  height:10vh;
  justify-content:center;
  /* align-items:center; */
  /* background-color:black; */
  color:white;
}
/* /* .another {}  */

.neon{
  font-family:Pacifico;
  font-weight:lighter;
  text-shadow:
    0 0 7px aqua,
    0 0 10px aqua,
    0 0 20px aqua,
    0 0 50px aqua,
    0 0 70px aqua,
    0 0 100px aqua,
    0 0 120px aqua,
    0 0 157px aqua;
  text-align:center;  
}

@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');


p {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'Source Code Pro', monospace;  
  font-size: 28px;
  color: rgba(255,255,255,.70);
}

/* Animation */
p {
  animation: animated-text 3s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 688px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}










/*  */

/*<< important styles*/
.css3d {
  /* !3D space! */
    perspective: 500px;
}
.all-cards{
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.item{
  position: absolute;
  backface-visibility: hidden; 
  border-width: 1px; border-color: whitesmoke;
}  
/* if set to visible backface can be seen through on rotation */
.back {
  transform: rotateY( 180deg );
}

.all-cards:hover {
  transform: rotateY(180deg);
}
/*important styles >>*/
 /*<< variations*/
.card-2 { 
  transform-origin: center right; 
}
.card-2:hover {
  transform: translateX(-100%) rotateY(-180deg);
}
.card-3 { 
  transform-origin: center right; 
}
.card-3:hover {
  transform: translateX(-100%) rotateY(-180deg);
}
.card-4 { 
  transform-origin: center right; 
}
.card-4:hover {
  transform: translateX(-100%) rotateY(-180deg);
}
.card-5 { 
  transform-origin: center right; 
}
.card-5:hover {
  transform: translateX(-100%) rotateY(-180deg);
}


/*variations >>*/
body{
  font-family: 'Bangers', cursive;
  font-size: 23px;
  color: white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.css3d {
  width: 200px;
  min-width: 150px;
  height: 350px;
  margin: 22px;
}

.all-cards{
  width: 100%;
  height: 100%;
  border-radius: 35px;
}
.item{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 2px 2px #e02544;
}

.card-1{
 background: url('https://images.pexels.com/photos/220357/pexels-photo-220357.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260');
}
.card-2{
 background: url('https://images.pexels.com/photos/1181354/pexels-photo-1181354.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260');
}
.card-3{
  background: url('https://images.pexels.com/photos/241544/pexels-photo-241544.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
}
.card-4{
  background: url('https://images.pexels.com/photos/6190327/pexels-photo-6190327.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
}
.card-5{
  background: url('https://images.pexels.com/photos/270348/pexels-photo-270348.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
}

h1{
  width: 100%;
  margin: 80px 60%;
  padding: 20px;
  text-align: center;
  letter-spacing: .1em;
  border-radius: 35px;
  color: #4f1884;
  text-shadow: 2px 2px #b31ec6;
  background: #efe3ff;
  
}

/*  */


* {
  margin: 0;
  padding: 0;
}
body {
  height: 100vh;
  width: 100vw;
  /* background: #18191f; */
}
.facontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  width: 100%;

  flex-wrap: wrap;
}

#youtube,
#linkedin,
#github,
#mail {
  font-size: 2em;
  /* background-color: #18191f; */
  color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.502), 10px 1px 12px #00000080,
    2px 2px 10px #00000080, 2px 2px 3px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080;
  border-radius: 29px;
  padding: 11px 19px;
  margin: 0 40px;
  animation: animate 3s linear infinite;
  text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff, 0 0 150px #0072ff,
    0 0 200px #0072ff;
}
#twitter {
  animation-delay: 0.3s;
}
#mail {
  animation-delay: 0.7s;
}
#github {
  animation-delay: 0.1s;
}

#youtube {
  animation-delay: 0.7s;
}
#linkedin {
  animation-delay: 0.7s;
}
@keyframes animate {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}




/*  */



