@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap');
 body {
     font-family: 'Ubuntu Mono', monospace;
     width: auto;
     height: auto;
     overflow: hidden;
}
 a {
     color: #6772e5;
     -ms-transition: color 0.5s;
     -webkit-transition: color 0.5s;
     transition: color 0.5s;
     text-decoration: none;
}
 a:hover {
     color: #02203C;
     cursor: pointer;
}
 p {
     z-index: 1;
     font-size: 18px;
     margin: 0;
     padding: 0;
}
 #content {
     height: 100%;
}
/* Loader */
 .loader {
     color: #f26d21;
     font-size: 90px;
     text-indent: -9999em;
     overflow: hidden;
     width: 1em;
     height: 1em;
     border-radius: 50%;
     margin: 72px auto;
     position: relative;
     -webkit-transform: translateZ(0);
     -ms-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
     animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
 @-webkit-keyframes load6 {
     0% {
         box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
     5%, 95% {
         box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
     10%, 59% {
         box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
     20% {
         box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
     38% {
         box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
     100% {
         box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
 @keyframes load6 {
     0% {
         box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
     5%, 95% {
         box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
     10%, 59% {
         box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
     20% {
         box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
     38% {
         box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
     100% {
         box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
 @-webkit-keyframes round {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @keyframes round {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
/* loader */
 .centered {
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     transform: -webkit-translate(-50%, -50%);
     transform: -moz-translate(-50%, -50%);
     transform: -ms-translate(-50%, -50%);
}

 #details {
     position: absolute;
     top: 35%;
     left: 20%;
     width: 35%;
}
 .fa {
    /* padding: 10px 20px 10px 20px;
     */
     font-size: 25px;
     width: 45px;
     text-align: center;
     text-decoration: none;
}
 .fa{
     transition: transform .5s ease;
}
 .fa:hover{
     transform: scale(1.3);
}
 #details > p {
     margin-bottom: 20px;
}
 contact .fa-github{
     color: #171515;
}
 contact .fa-facebook{
     color: #3b5998;
}
 contact .fa-stack-overflow{
     color: #f48024;
}
 contact .fa-envelope{
     color: #D44638;
}
 contact .fa-file-text-o{
     color: gray;
}
 .c_icon {
     padding-right: 20px;
     -webkit-transition: color 3s;
     -o-transition: color 3s;
     transition: color 3s;
     -webkit-transition-delay: 2s;
     -o-transition-delay: 2s;
     transition-delay: 2s;
     text-align: center;
}
.header_info {
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: 0;
    top: 20%;
    left: 20%;
    width: auto;
    height: auto;
}
 #photoContainer {
     position: absolute;
     z-index: 1;
     top: 32%;
     left: 60%;
}
 .circle-container {
     width: 300px;
     height: 300px;
     -webkit-clip-path: circle(50% at 50% 50%);
     clip-path: circle(50% at 50% 50%);
     overflow: hidden;
     z-index: 100;
}
 .profile_image{
     height: 300px;
     width: 300px;
     transition: transform .9s ease;
}
 .profile_image:hover{
     transform: scale(1.1);
}
 .name h4 {
     color: rgba(0, 0, 0, 0.5);
     position: relative;
}
 .name h1{
     color: #f26d21;
}
 p {
     color: #3c6478;
     -webkit-transition: color 3s;
     -o-transition: color 3s;
     transition: color 3s;
     -webkit-transition-delay: 2s;
     -o-transition-delay: 2s;
     transition-delay: 2s;
}
.error{
    transition: transform .9s ease;
    color: #f26d21;

}
.error:hover{
    transform: scale(4.1);
}
@media only screen and (max-width: 600px) {
    .profile_image{
        display: none;
    }
  }
    

img{
    -webkit-filter: grayscale(5%); /* Safari 6.0 - 9.0 */
    filter: grayscale(5%);
}

.bottom{
    position:absolute; 
    margin-left:-50px;
    left:50%;
    width:100px;
    bottom:0px;
    padding: 30px;
 }

 section {
    display: -webkit-flex;
    display: flex;  
    min-height: 100vh;
}
.bottom{
    position:absolute;
    right:50%;
    left:50%;
}
.bottom2{
    position:absolute;
    bottom: -95%;
    right:50%;
    left:50%;
}

  .X{
    margin: auto;
    padding: 1% 2%;
    max-width: 1440px;
    border-radius: 5px;
    background: #ecf0f1;
    box-shadow: 0 2px 6px 0 rgba(0,0,0, .3);
  }

  li{
    color: #2c3e50;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 1px;
    font-family: 'Raleway', serif;
  }
  /*SG = style grid*/
  .SG{
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .SG .sgLi{
    min-width: 24%;
    margin: 2% .35%;
    display: inline-flex;
    box-shadow: 0 2px 4px rgba(0,0,0, .2);
  }
  .SG .sgLi:hover{
    box-shadow:0 5px 10px rgba(0,0,0,.15);}
  .SG .box{
    width: 100%;
    height: 100vh;
    padding: 1% 2%;
    background: #fff;
    min-height: 200px;
    max-height: 220px;
    box-sizing: border-box;
  }