@import url('https://fonts.googleapis.com/css?family=PT+Serif');
html,
body {
	width: 100%;
	height: 100%;
	background: transparent; 
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'PT Serif', serif;
	text-align: center;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: 'PT Serif', serif;
}

h1 {
	font-size: 60px;
	text-transform: uppercase;
}

a, i {
	color: #ffffff;
}

/* -------- PAGE -------- */

#page-wrapper {
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	font-family: 'PT Serif', serif;
	background: transparent;
}

#clock {
	margin-bottom: 15px;
	font-family: 'PT Serif', serif;
	color: #ffae00;
}

.progress {
	height: 6rem;
	background-color: #24282D;
	font-family: 'PT Serif', serif;
}

.progress.warning .progress-meter {
	/*background: linear-gradient(to top, #ffae00, #f1da36);*/
	border-right: 2px solid #ffae00;
	box-sizing: border-box;
	
	transition: 3s;
}

.progress.warning .progress-meter .progress-meter-text {
	text-align: center;
	font-family: 'PT Serif', serif;
	color: #24282D;
	line-height: 1em;
}

#progress-meter-percentage {
	color: #ffae00;
	font-style: italic;
	font-weight: bold;
	
	transition: 3s;
}

/* -------- Buttons -------- */

#control-buttons {
	margin-top: 50px;
}

#control-buttons .button {
	background-color: #24282D;
	color: #ffffff;
	outline: none;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: 2s;
}

#control-buttons .button:disabled,
#control-buttons .button:disabled:hover,
#control-buttons .button:disabled:focus,
#control-buttons .button:disabled:active {
    background: #222;
    color: #777;
    border-color: #444;
    cursor: not-allowed;
    opacity: 0.6;
	transform: none;
    box-shadow: none;
    pointer-events: none;
}

#control-buttons .button:disabled:hover {
    transform: none;
    box-shadow: none;
}

#control-buttons .button:hover, 
#control-buttons .button:focus, 
#control-buttons .button:active {
	background-color: #101317;
	border-color: #24282D;
  	color: #ffffff;
}

/* -------- Bottom of the Page -------- */

#ending-description {
	height: auto;
	display: flex;
	border-left: 2px solid #ffae00;
}

#ending-description #p-author {
	margin-bottom: 0;
	padding: 0 20px;
	font-style: italic;
	font-size: 18px;
}

#ending-description #p-description {
	margin-bottom: 0;
	text-align: left;
}

.fa-github {
	margin-right: 10px;
}

.fa-github:hover {
	color: #ffae00;
}

@media print, screen and (max-width: 600px) {

  h1, .h1, h2, .h2 {
    font-size: 2rem; 
	}
	
	#ending-description #p-description {
		line-height: 1.2em;
	}
}

.seo-section {
  max-width: 700px;
  margin: 120px auto 40px auto;
  opacity: 0.35;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #888;
  text-align: center;
}

/* ---- particles.js container ---- */
 #particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	inset: 0;
	z-index: 0;
	background: #0b0e13; /* optional backdrop */
}