@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';

body {
  margin: 0;
  background: black;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

body > div {
  margin: 0 auto;
  width: 80%;
  height: 100%;
}

.navigation {
  padding: 0;
  display: inline-block;
  width: 60%;
}

.navigation li {
  display: inline-block;
}

.navigation li a {
  display: inline-block;
  text-decoration: none;
  color: #e1e1e1;
  font-family: "Caveat";
  font-size: 30px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
  margin-right: 20px;
  padding: 4px 12px 4px 6px;
  position: relative;
  text-transform: uppercase;
  transition: border-color 0.5s linear 0.1s;
}

.navigation li a:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0%;
  height: 0%;
  z-index: 1;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #b0b0b0;
  border-width: 0px;
}

.navigation li a:after {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0%;
  height: 0%;
  z-index: 1;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f0f0f0;
  border-width: 0px;
}

.navigation li a:hover {
  /* margin-top: 10px; */
  color: #878787;
  background-color: transparent;
  border-color: #fff;
  transition: border-color 0.1s linear;
}

h1.main {
  position: relative;
  font-family: "Righteous", cursive;
  background: url(../img/blueblaze.gif) center center no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7rem;
  letter-spacing: 10px;
  background-size: cover;
  margin: 0px;
  color: transparent;
  width: 620px;
}

h1.chile {
  background: url(../img/flag_chile.gif) center center no-repeat;
  width: 186px;
}

h1.serbia {
  background: url(../img/flag_serbia.gif) center center no-repeat;
  width: 220px;
}

h1.southafrica {
  background: url(../img/flag_sa.gif) center center no-repeat;
  width: 418px;
}

h1.mozambique {
  background: url(../img/flag_mozambique.gif) center center no-repeat;
  width: 456px;
}

h1.miner {
  background: url(../img/flag_miner.gif) center center no-repeat;
  width: 220px;
}

#content + h1 {
  color: white;
  font-family: "Righteous";
  text-transform: uppercase;
}

section p {
  display: block;
}

.miner_subtitle {
  color: #fff;
  font-size: 20px;
  font-family: "Caveat";
}

.miner_speed,
.miner_balance,
.miner_luck,
.miner_shares,
.miner_reward,
.miner_reward60,
.miner_reward24,
.miner_total,
.miner_workers td {
  color: #00638e;
  font-size: 16px;
  font-family: "Righteous";
}

.miner_workers {
  /* max-width: 160px; */
}

.miner_workers tbody tr td {
  vertical-align: top;
}

.miner_subtitle-total {
  background: #2a4773 !important;
}

.miner_total {
  background: #fff !important;
}

.miner > div {
  display: flex;
}

.miner table {
  padding: 8px;
  align-self: flex-end;
}

.miner table:first-child {
  border: 1px solid silver;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  flex: 0 1 auto;
}

.miner table:nth-child(2) {
  border: 1px solid silver;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  flex-grow: 1;
  width: 110px;
}

.miner_workers-list {
  padding: 8px 8px 0 8px;
  margin-bottom: -6px;
  display: block;
  color: #fff;
}

.miner_workers-list strong {
  color: #2a4773;
  border: 2px solid #2a4773;
}

.miner_info {
  font-family: "Righteous";
}

.miner_logo {
  height: 40px;
  width: 40px;
  float: right;
  border-radius: 50%;
  border: 6px solid #2a4773;
  padding: 4px;
}

.coin_price-title {
  display: block;
  position: absolute;
  right: 0px;
  top: -26px;
  color: #2a4773;
  font-family: "Caveat";
  font-size: 22px;
  font-weight: bold;
}

/* PROJECTS PAGE ====================== */

.project__link {
  border: 2px solid #fff;
  padding: 32px 24px;
  margin-bottom: 4px;
  border-radius: 8px;
  display: block;
  width: auto;
  text-align: right;
  font-size: 24px;
  font-family: 'Righteous', sans-serif, Arial, Helvetica;
  font-style: italic;
  text-decoration: none;
  letter-spacing: 4px;
}

.project__link:hover {
  transition: all 0.2s ease-in-out;
  background-color: #00638e;;
  border-color: #00638e;
  font-weight: bold;
}

.project__link span {
  color: #fff;
}

@keyframes tipsy {
  0 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

.project__wrapper__project {
  display: block;
  width: 94%;
  font-size: 38px;
  text-decoration: none;
  color: #fff;
  line-height: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-family: sans-serif, Arial, Helvetica;
  text-decoration: none;
  letter-spacing: 1px;
}

.project__wrapper__project > span {
  display: inline-block;
  border-top: 1px dashed #ffffff00;
  border-bottom: 1px dashed #ffffff00;
  padding: 4px 0 0 8px;
  transition: all 0.25s ease-in-out;
}

.project__wrapper__project:hover > span {
  border-top: 1px dashed #d01a1a;
  border-radius: 10px;
  padding: 4px 0 0 10px;
  border-bottom: 1px dashed #4d4dde;
}

.project__wrapper__project:hover > span span {
  padding-left: 12px;
  transition: all 0.5s ease-in-out;
  font-size: 11.8px;
}

.project__summary {
  display: block;
  font-size: 12px;
}

.project__label {
  font-size: 8px;
  vertical-align: middle;
  color: #1bb31b;
  padding-left: 8px;
}

.project__list {
  font-size: 3rem;
	line-height: 1.5;
	margin: 2vmin 0;
	list-style: none;
}

.project__list li {
	position: relative;
	font-weight: 700;
	transition: .25s ease-in-out;
  padding-bottom: 16px;
}

.project__list li:hover {
	color: hsl(200, 100%, 30%);
}

.project__list li:hover::before {
	border-width: 0;
	background-color: hsl(0, 100%, 50%);
	box-shadow: 0 0 .5rem .1rem hsla(0, 100%, 50%, 1);
	animation: none;
}

.project__list li::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: -.75em;
	top: 20%;
	width: .2em;
	height: .2em;
	box-sizing: border-box;
	border-radius: 100%;
	border: .05em solid #fff;
	background-color: hsl(200, 100%, 50%);
	transition: .125s ease-in-out;
	box-shadow: 0 0 .1rem .1rem hsla(0, 0%, 50%, .25);
	animation: pulse 1s 1s infinite linear alternate;
}

.pressed {
	color: hsl(0, 0%, 10%);
	text-shadow: -1px -1px 0px hsl(0, 0%, 5%), 1px 1px 0px hsl(0, 0%, 15%);
}

@keyframes pulse {
	from {
		background-color: hsl(200, 100%, 50%);
	}
	to {
		background-color: hsl(200, 0%, 20%);
	}
}

/* language bar */

.view__top-nav {
  padding: 2px;
  width: 20%;
  float: right;
}

.view__top-nav > div {
  cursor: pointer;
  margin-left: 100%;
  width: 34px;
}

.view__top-nav > div:hover img {
  background-color: #fff;
}

.view__top-nav > div img {
  height: 20px;
  width: 30px;
  padding: 2px;
  transition: all 0.2s ease-in-out;
}

.view__top-nav a {
display: block;
text-decoration: none;
  background-color: #fff;
  border-radius: 12px;
  padding: 4px 12px;
  color: #1B2A61;
  font-weight: 500;
  border: 2px solid transparent;
margin-bottom: 4px;
}

.view__top-nav a i {
  font-size: 22px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.view__top-nav a span {
display: inline-block;
font-style: italic;
}

.view__top-nav a:hover {
border: 2px solid #1B2A61;
font-weight: 600;
}

/* page title cutout effect */

.title-cutout {
  color: #fff;
  font-family: Avenir Next, Helvetica Neue, Helvetica, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}
.title-cutout span {
  display: inline-block;
  position: relative;
  transform-style: preserve-3d;
  perspective: 500;
  -webkit-font-smoothing: antialiased;
}
.title-cutout span::before,
.title-cutout span::after {
  display: none;
  position: absolute;
  top: 0;
  left: -1px;
  transform-origin: left top;
  transition: all ease-out 0.3s;
  content: attr(data-text);
}
.title-cutout span::before {
  z-index: 1;
  color: rgba(0,0,0,0.2);
  transform: scale(1.1, 1) skew(0deg, 20deg);
}
.title-cutout span::after {
  z-index: 2;
  color: #00638e;
  text-shadow: -1px 0 1px #00638e, 1px 0 1px rgba(0,0,0,0.8);
  transform: rotateY(-40deg);
}
.title-cutout span:hover::before {
  transform: scale(1.1, 1) skew(0deg, 5deg);
}
.title-cutout span:hover::after {
  transform: rotateY(-10deg);
}
.title-cutout span + span {
  margin-left: 0.3em;
}
@media (min-width: 20em) {
  p span::before,
  p span::after {
    display: block;
  }
}


/* neo effect */
.container-x {
  height: 100%;
  width: 100%;
}
.container-x .text {
  font-family: 'Caveat';
  font-weight: 100;
  font-size: 40px;
  color: #fafafa;
}
.dud {
  color: #757575;
}