body {
   font-family: overpass !important;
   color: rgb(204, 204, 204);
   background-color: #202020;
   margin: 0;
}

a:link {
   color: rgb(205, 205, 205);
}

a:visited{
   color: rgb(205, 205, 205);
}

a:hover{
   color: rgb(205, 205, 205);
}


a:active{
   color: rgb(205, 205, 205);
}


header {
	border-bottom-color: rgb(34,34,34);
	background-color: #2d2d2d;
	box-shadow: rgb(40, 40, 40) 0px 1px 0px 0px;
	font-weight: 500;
	padding-top: 16px;
	position: relative;
	vertical-align: baseline;
	border-bottom: 1px solid black;
	display: flex;
}

header h5 {
	margin-left: 20px;
	flex: auto;
	font-size: 2em;
}

.heading-title {
	padding-left: 150px;
	flex: auto;
}

nav {
	font-size: 1em;
	font-weight: 300;
	padding-right: 40px;
	font-style: normal;
}

.crumbs ol {
    list-style-type: none;
    padding-left: 0;
}

.crumb {
    display: inline-block;
}

.crumb-last {
    display: inline-block;
}


.crumb a::after {
    display: inline-block;
    color: rgb(205, 205, 205);
    content: ' |';
    font-size: 80%;
    font-weight: bold;
    padding: 0 3px;
}

.main {
	padding-left: 40px;
	padding-right: 40px;
	width: 65%;
	display: block;
    	margin-left: auto;
	margin-right: auto;
}
.common {
	border-top-color: #414141;
	border-top-style: dotted;
}
.privacy {
	border-top-color: #414141;
	border-top-style: dotted;
}

.crypto {
	font-size: 4em;
	color: #ff0000;
}

.hero{
	font-size: 3em;
	font-weight: 200;
	text-align:center;
}

.no-to-hate {
	font-size: 3em;
	font-weight: 200;
	text-align:center;
}


aside {
    width: 40%;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    float: right;
    box-shadow: inset 5px 0 5px -5px #29627e;
    font-style: italic;
    color: #29627e;
}

aside > p {
    margin: 0.5rem;
}


footer {
    text-align: center;
    font-weight: 300;
    background-color: rgb(52, 52, 52);
    bottom: 0;
    margin-top: 20px;
    padding-top: 20px;
    height: 120px;
    width: 100%;
}
