
@font-face {
  font-family: 'Elianto-Regular';
  src: url('./fonts/Elianto-Regular.otf') format('opentype'), /* Modern Browsers */
       url('./fonts/Elianto-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
body {
	/*min-width: 850px;*/
  	width: 100%;
}
#typed-hobbies{
	font-size: 3vw;
	/*font-family: Roboto;*/
	font-weight: 100;
}
/*Typed wrapped bxox*/
#title{
padding: 7vw 22vw 5vh 22vw;
background-image: url(".././images/backflip.jpg");
background-size: 100vw;
background-repeat: no-repeat;
background-attachment: fixed; 
}
.typed-wrap{
	margin: 1vw auto;
	background:#f0f0f0;
	border-radius:5px;
	border:#CCC 1px solid;
	
}

.wrap-container{
	background: rgba(20, 20, 20, 0.3);
	border-radius: 4px;
	/*opacity: 0.5;*/
	padding: 0px;
}
a{
	text-decoration: none;
}
a:hover{
	color:#FFF;
	text-decoration: none;
}
p{
	text-align: center;
}

#heading-hobbies{
	line-height: 4vw;
	margin:0 0 2vw;
	font-size: 2vw;
}

.wrap{
	/*background: grey;*/
	margin: 1vw auto;
	opacity: 1;
	padding: 4vw;
	padding-bottom: 2vw;
}
/*//end*/
/*For Animated binking cursor*/
.typed-cursor{
    opacity: 1;
    font-weight: 100;
    font-size: 4vw;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.icons-block {
	width: inherit;
	display: inline-block;
}
.icons-block > .icon-item{
	float: left;
	width: text-wrap;
	margin: 0.05vw;
	padding: 0.05vw;
	padding-right: 0.1vw;
	padding-left: 0.1vw;
	font-size: 2.2vw;
}
.fa, .fab{
	padding-top: 1vw;
	width:4vw;
	height:4vw;
	text-align: center;
	background: white;
	border-radius: 50%;
	border-width: 1px;
	transition: all 0.2s ease;
	margin: 1vw;
}
.fa:hover, .fab:hover{
	color:#FFF;
	background: white;
	animation: circle-anim 0.2s ease forwards;
	transition: all 0.2s ease;
}
#name{
	background: rgba(20, 20, 20, 0.6);
	letter-spacing: 3vw;
	color: white;
	font-size:4vw;
	line-height: 5vw;
	padding-bottom: 1vw;
	margin-bottom: 2.5vw;
}
.wrap > p {
	background: rgba(20, 20, 20, 0.9);
	color: white;
}

.mid-content {
	font-size: 1.3em;
	line-height: 2em;
	padding-left: 7vw;
	padding-right: 7vw;
	align: center;
	text-align: justify;
}
.first-letter{
	font-size: 2em;
	 line-height: 0em;
}

.quote-span{
	font-size: 1.6em;
}
.quote-name{
	font-size: 1.6em;
	text-align: right;
}
/*Social media icons*/

.fa-github:hover{
	color:black;
}
.fa-blogger-b:hover{
	background: #FF4500;
}

.fa-youtube:hover{
  background: #E5393F;
}

.fa-twitter:hover{
  background: #1DA1F3;
}

.fa-facebook:hover{
  background: #3B5998;
}

.fa-linkedin:hover{
  background: #0077B5;
}

.fa-reddit:hover{
  background: #FF4500;
}
.fa-instagram:hover{
  /*color: transparent;*/
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  /*background-clip: text;*/
  /*-webkit-background-clip: text;*/
  /*Insta shades source - https://stackoverflow.com/questions/38507734/fontawesome-instagram-icon-colorized/49659118*/
}



@keyframes circle-anim{
0% {
	box-shadow: 0px 0.5vw 0.5vw 0px #221E15;
}

100%{
	/*padding: 0.25em;*/
	margin-top: 0.75vw;
	box-shadow: 0px 0.5vw 0.5vw 0.2vw #221E15;
}

/*reference for social icon animation - https://webdeasy.de/en/top-css-buttons-en/*/

