:root {
  --maincolor : #00A99D; /* green */
  --textcolor : #333; /* dark grey */
}
body {
	background-color: #f9f9f9;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: var(--textcolor);
}
a {
	text-decoration: none;
	color: var(--textcolor);
	transition: all 0.4s ease-in-out;
}
a:hover {
	text-decoration: none;
	color: var(--maincolor);
}
.text-color {
	color: var(--maincolor);
}
.text-bold {
	font-weight: 700;
}
.text-black {
	font-weight: 900;
}
.text-uppercase {
	text-transform: uppercase;
}
nav.bg-primary {
	background-color: white !important;
	box-shadow: 0 0 10px rgb(0 0 0 / 6%);
	padding: 15px 0;
	z-index: 9;
}
nav .nav-link {
	color: var(--textcolor);
}
nav .nav-link:hover {
	color: var(--maincolor);
}
nav .navbar-brand {
	padding: 0;
}
nav .navbar-brand img {
	max-width: 170px;
}
.icon-www {
	color: var(--maincolor);
}
.icon-github {
	color: #171515;
}
.icon-twitter {
	color: #00acee;
}
.icon-discord {
	color: #7289da;
}
.icon-medium {
	color: black;
}
.icon-doc {
	color: #00457D;
}
.tooltip {
	margin-bottom: 8px !important;
}
#home-about {
	background: white;
	position: relative;
	overflow: hidden;
}
#home-about h1 {
	margin-bottom: 50px;
}
#home-about h1 > span {
	color: var(--textcolor);
	font-weight: 800;
	display: block;
	font-size: 32px;
}
#home-about h1 > span:last-child {
	font-weight: 400;
	font-style: italic;
	font-size: 22px;
}
#home-about .content-legend {
	font-size: 18px;	
	font-weight: 500;
	color: var(--textcolor);
	margin-top: 50px;
}
#home-about .content-legend strong {
	font-weight: 800;
	color: var(--maincolor);
}
#clip-img {
    height: 100%;
    width: 45%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform: skew(-16deg);
    transform-origin: bottom;
    position: absolute;
    overflow: hidden;
}
#clip-img video {
	position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    height: 100%;
    z-index: 8;
}
#clip-img:after {
	content: '';
	background-color: var(--maincolor);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    display: block;
    position: absolute;
    z-index: 10;
    opacity: 0.3;
}
#clip-img:before {
	content: '';
	width: 60px;
	background-color: var(--maincolor);
	top: 0;
	bottom: 0;
	left: 0;
    display: block;
    position: absolute;
    z-index: 9;
}
#clip-img > div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	height: 100%;
	transform: skew(16deg);
	transform-origin: bottom;
}
#home-about > .container > .row{
	padding-top: 150px;
	padding-bottom: 150px;
}
#home-projects {
	margin-bottom: 50px;
}
#home-projects h2 {
	margin-top: 80px;
	margin-bottom: 50px;
	text-align: center;
}
#home-projects > .container-fluid:first-child > .row > [class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}
#home-projects [class*="col-"] > a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 6%);
    display: inline-flex;
    align-items: flex-start;
    padding: 40px 30px;
    position: relative;
    margin-top: 8px;
    background-color: white;
    border-radius: 5px;
    align-items: center;
}
#home-projects [class*="col-"] > a:hover {
    box-shadow: 0 8px 15px rgb(0 0 0 / 12%);
    margin-top: 0px;
    margin-bottom: 8px;
}
#home-projects [class*="col-"] > a img {
	margin: 0 auto;
	display: block;
	max-height: 60px;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: auto; 
}
#home-projects [class*="col-"] > a:hover img {
	opacity: 1;
}
#home-projects [class*="col-"] > a h4 {
	position: absolute;
	display: inline-block;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	z-index: 2;
	background: var(--maincolor);
	padding: 8px 15px;
	left: 10%;
	right: 10%;
	box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
	bottom: -35px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: white !important;
	border-radius: 4px;
}
#home-projects [class*="col-"] > a:hover h4 {
	opacity: 1;
	bottom: -24px;
}
#home-projects [class*="col-"] {
	margin-bottom: 30px;
}
#guide-page {
	padding-top: 40px;
	padding-bottom: 40px;
}
#guide-page .content-col > .content-bloc,
#tab-infos .tab-content {
    box-shadow: 0 0 10px rgb(0 0 0 / 6%);
    padding: 30px;
    background-color: white;
    border-radius: 5px;
    margin: 0 0 40px 0;
}
#guide-page .content-col > .content-bloc > .row {
	align-items: center;
}
#tab-infos .tab-content {
	padding-top: 50px;
}
#tab-infos .nav-tabs {
	border: none;
}
#tab-infos .nav-tabs .nav-link {
	font-size: 16px;
	font-weight: 500;	
	color: rgb(0 0 0 / 40%);
	padding: 20px 50px;
	border: none;
}
#tab-infos .nav-tabs .nav-link span {
	text-transform: uppercase;
}
#tab-infos .nav-tabs .nav-link:hover {
	box-shadow: none;
	color: var(--textcolor);
	border: none;
}
#tab-infos .nav-tabs .nav-item.show .nav-link,
#tab-infos .nav-tabs .nav-link.active {
	box-shadow: 0 0 10px rgb(0 0 0 / 6%);
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
    font-weight: 700;
    position: relative;
    color: var(--maincolor);
}
#tab-infos .nav-tabs .nav-item.show .nav-link:after,
#tab-infos .nav-tabs .nav-link.active:after{
	content: '';
	position: absolute;
	bottom: -5px;
	height: 10px;
	left: 0; 
	right: 0;
	z-index: 1;
	background: white; 
}
#guide-page .content-col > .content-bloc:last-child {
	margin-bottom: 0;
}
#guide-page .content-bloc #project-logo {
	text-align: center;
}
#guide-page .content-bloc #project-logo img {
	max-height: 60px;
}
#guide-page .content-bloc #project-identity {
	color: var(--maincolor);
	font-weight: 800;
	font-size: 22px;
	text-transform: uppercase;
}
#guide-page .content-bloc #project-identity h1 {
	font-style: italic;
	color: var(--textcolor);
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	text-transform: initial;
	margin-bottom: 0;
}
#guide-page .content-bloc .socials-list {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
#guide-page .content-bloc .socials-list > li {
	display: inline-block;
	margin-right: 10px;
}
#guide-page .content-bloc .socials-list > li:last-child {
	margin-right: 0px;
}
#guide-page .content-bloc .socials-list > li a span {
	opacity: 1;
	font-size: 20px;
	transition: all 0.4s ease-in-out;
}
#guide-page .content-bloc .socials-list > li a:hover span {
	opacity: 0.5;
}
#guide-page .content-col h2 {
    margin: 20px 0 60px;
	font-size: 20px;
	color: var(--textcolor);
	font-weight: 600;
}
#guide-page #requirements > [class*="col-"] {
	border-right: 1px solid rgb(0 0 0 / 10%);
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
#guide-page #requirements > [class*="col-"]:last-child {
	border: none;
}
#guide-page .requirement-bloc > [class*="col"]:first-child > span {
	display: block;
}
#guide-page .requirement-bloc > [class*="col"]:first-child > span:first-child {
	margin-bottom: 15px;
	font-size: 40px;
	color: var(--maincolor);
}
#guide-page .requirement-bloc > [class*="col"]:first-child > span:last-child {
	color: var(--textcolor);
	font-weight: 800;
	font-weight: 14px;
	text-transform: uppercase;
}
#guide-page .requirement-bloc > [class*="col"]:last-child {
	text-align: left;
	font-size: 16px;
}
#guide-page .content-col {
	padding-right: 40px;
}
#guide-page #news-col h3 {
	margin: 0 0 20px 0;
	font-size: 20px;
    color: var(--textcolor);
    font-weight: 600;
}
#guide-page #news-col .news-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#guide-page #news-col .news-list li {
	margin-bottom: 2px;
}
#guide-page #news-col .news-list li a {
	padding: 5px 10px;
	color: white;
	background-color: var(--maincolor);
	display: block;
	border-radius: 4px;
	font-size: 16px;
}
#guide-page #news-col .news-list li a:hover {
	background-color: var(--textcolor);
}
#project-categories ul {
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
#project-categories ul li {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;   
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
}
#project-categories ul li:first-child {
	margin-left: 0px;
}
li.cat-fullnode,
li.cat-validator {
 	background-color: var(--maincolor);
}
li.cat-testnet,
li.cat-mainnet {
	background-color: var(--textcolor);
}
#installation .installation-bloc{
	position: relative;
	margin-bottom: 40px
}
#installation .installation-bloc:last-child {
	margin-bottom: 0;
}
#installation .installation-bloc .installation-code {
	padding: 15px 100px 15px 25px;
	background: #161b22;
	color: white;
	border-radius: 6px;
	margin-top: 15px;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
#installation .installation-bloc span {
	position: absolute;
	cursor: pointer;
	bottom: 12px;
	right: 25px;
	display: inline-block;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	background: rgba(255,255,255,0.15);	
}
#installation .installation-bloc span.copied {
	background: var(--maincolor);
	opacity: 1 !important;
}
#installation .installation-bloc:hover span {
	opacity: 1;
}
footer {
	padding: 10px 0 15px 0;
}
@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1520px;
	}
	.container.secondary-container {
	    max-width: 1320px !important;
	}
}
@media (min-width: 1800px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1720px;
	}
}