html, body {
    background-color: #171717;
    opacity: .9;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'monospaced courier-new', Poppins, sans-serif !important
}

::selection {
    background-color: #24b662;
    color: #fff
}

body {
    background: #171717;
    color: #000;
    font-family: 'Roboto Mono', monospace
}

::selection {
    background-color: #eb4888;
    color: #000
}

.container {
    margin: 10px auto;
    padding: 5px;
    max-width: 650px
}

@media (max-width:600px) {
    .container {
        padding:  0px 20px 20px 20px
    }
}

.header-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.header-frame {
    max-width: 350px
}

.font-c-cn-m{
    font-family: 'Courier New', Courier, monospace
}

h1 {
    font-weight: 400;
    margin: 0
}

a {
    color: #96979c
}

a:hover {
    font-weight: 700
}

.img-frame {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 10px;
    border-radius: 50%;
    overflow: hidden
}

.img-frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%
}

::-moz-selection {
    background-color: #24b662;
    color: #fff
}

a {
    cursor: pointer !important
}

h1,
h3,
h4 {
    font-family: Poppins, sans-serif;
    color: #fff
}

a {
    text-decoration: none
}

img {
    width: 100%
}

a:hover {
    color: #ff0;
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

li,
ul {
    margin: 0;
    padding: 0
}

.home-section-background {
    position: relative;
    height: 100%;
    background: 0 0;
    background-size: cover;
    z-index: 1
}

.home-section-background:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
}

.display-table {
    display: table;
    width: 100%;
    height: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle
}

.home {
    background: #000;
    min-height: 100%;
    opacity: .8
}

.hi-this {
    color: #00f
}

.social-icon {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center
}

.social-icon:after,
.social-icon:before {
    content: " ";
    display: table
}

.social-icon:after {
    clear: both
}

.social-icon li {
    display: inline-block;
    margin: 0 4px
}

.social-icon li a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border: 0 none;
    border-radius: 4px;
    font-size: 30px;
    box-shadow: 0 1px 2px 0 rgba(90, 91, 95, .15);
    transition: all .3s ease-in-out
}

.social-icon li a:hover {
    box-shadow: 0 8px 15px 0 rgba(90, 91, 95, .33)
}

.social-icon li a .fa {
    line-height: inherit
}

@media only screen and (max-width:555px) {
    .social-icon li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }
}

.color-1 {
    color: #f306a0
}

.color-6 {
    color: #08a6f3
}

.color-blue {
    color: #00f
}

.color-green {
    color: green
}
.color-orange{
    color: #f56f42;
}
.color-gmail{
    color: #D44638
}

.border-color-coral{
    border-style: solid;
    border-color: #f56f42;
}
.border-color-green{
    border-style: solid;
    border-color: #08a6f3;
}
.border-color-blue{
    border-style: solid;
    border-color: #08a6f3;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300|Raleway+Dots|Lato:300|Inconsolata|Montserrat);
hr {
  font-size: 20px;
  position: relative;
  border: 0;
  height: 1.5em;
}
@media only screen and (max-width: 600px) {
    hr:before {
        content: '';
        background: rgba(255,0,0,1);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

}
@media only screen and (min-width: 600px) {
    hr:before {
        content: '';
        background: linear-gradient(to right, rgba(255,0,0,1), rgba(255,0,0,0));;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

}
hr:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #24bba0;
  background-color: black;
}
