:root {
    --font-global-size: 1vw;
}



.chrome {
    font-size: 2.2rem;
    position: relative;
    background: linear-gradient(
      hsl(239, 50%, 30%) 15%,
      hsl(239, 50%, 40%) 25%,
      hsl(200, 60%, 50%) 35%,
      hsl(100, 70%, 80%) 45%,
      hsl(60, 100%, 98%) 50%,
      hsl(240, 0%, 0%) 52%,
      hsl(240, 10%, 10%) 60%,
      hsl(240, 50%, 30%) 70%,
      hsl(220, 70%, 60%) 80%,
      hsl(212, 92%, 76%) 85%
    );
    filter: drop-shadow(1px 1px 0px hsl(242, 54%, 10%))
    drop-shadow(1px 1px 0px hsl(242, 54%, 15%))
    drop-shadow(1px 1px 0px hsl(242, 54%, 20%))
    drop-shadow(1px 1px 0px hsl(242, 54%, 25%))
    drop-shadow(1px 1px 0px hsl(242, 54%, 30%))
    drop-shadow(0px 0px 50px rgba(16, 16, 16, 0.4));
    
    -webkit-text-stroke: .03rem hsl(200, 65%, 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    line-height: 1;
}






body {
	background-color: #302F2A;
    color: rgba(255,255,255,.95);
    text-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
[class^="cFont-icon-"], [class*=" cFont-icon-"] {
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.full-width-height {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* Titles */
h1,h2{
   letter-spacing: 0rem; 
}
h1 {
	font-size: 1.2vw;
}
h2 {
	font-size: 2vw;
}
p {
	font-size: 2vw;
    font-weight: 400;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;

}
.navbar{
    z-index: 1130 !important;
}
.sidebar {
	margin-top: 5rem;
	text-indent: 2.3rem;
}

.centered {
    position: absolute;
    left: 60px;
    right: 60px;
    text-align: center;


    top: 50%;
    box-sizing: border-box;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}
.centered a {
	margin: 0 0.5em;
}
.socials-icons {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    text-align: center;
	margin: 0 auto;

}
.socials-icons a {
    color: rgba(255,255,255,0.95);
}
.socials-icons a:hover {
	color: rgba(255,255,255,0.65);
}
.socials-icons-bg {
	background-color: transparent;
}
/* Links */
a {

    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a {
    -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


@media screen and (max-width: 640px) {
    h1 {font-size: 1.65rem;}
    h2 {font-size: 1.2rem;}
    p {font-size: 0.95rem;}
}


::selection {
    background: #333;
    color: #fff;
}