html {
    height: 100%;
    font-size: 16px;
	background: #fff;
    padding: 0;
    margin: 0;
	background: #9cd4d9 url(bg.png) repeat;
}

body {
	padding-top: 1rem;
	margin: 0;
}

header {
	line-height: 160%;
	color: #fff;
	text-align: center;
	max-width: 680px;
	margin: 0 auto;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #45819c, rgba(0, 0, 0, 0));
    margin-top: 2rem;
    margin-bottom: 2rem;
}

main {
    max-width: 680px;
    display: block;
    margin: 1rem auto 0 auto;
    line-height: 150%;
	padding: 0.25rem;
    color: #2b2c26;
    font-family: "Ubuntu", Verdana, sans-serif;
    font-size: 100%;
    letter-spacing: 0.02rem;
    text-align: justify;
}

strong, 
b {
    color: #e2f2eb;
    text-shadow: 0 0 2px #33505e;
}

.resize {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a,
a:link,
a:visited,
a:active {
	cursor: pointer;
	text-decoration: none;
    color: #096d69;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #65a5bf;
    background: #232a25;
    text-shadow: 0 0;
    transition: all 0.2s ease-in-out;
}

footer {
    line-height: 160%;
    color: #818180;
    font-size: 70%;
    padding: 2rem 0;
    font-family: "Ubuntu Condensed", sans-serif;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.atoms {
	display: block;
    line-height: 160%;
    color: #fff;
    margin: 7rem 0;
    font-family: "Libre Baskerville", "Times New Roman", serif;
    text-align: center;
	letter-spacing: 3px;
}

h1 {
    display: block;
    font-size: 200%;
    color: #637276;
    font-family: "Gabriela", "Times New Roman", serif;
    text-align: center;
    letter-spacing: 1px;
}

h2 {
    display: block;
    line-height: 100%;
    font-size: 110%;
    color: #43817f;
    font-family: "Gabriela", "Times New Roman", serif;
    text-align: right;
    letter-spacing: 0px;
}

/* PROGRESS */
.progression {
	display: block;
	width: 75%;
	margin: 2rem auto;
	text-align: center;
}

    #status-text {
    cursor: help;
    font-family: Ubuntu, Verdana, sans-serif;
    font-size: 120%;
    font-style: italic;
    color: #60a2bf;
    transition: 0.4s ease-in-out;
    background: transparent;
    }

#progress-container {
    width: 100%;
    max-width: 300px;
    height: 50px;
    position: relative;
    box-shadow: rgb(105 167 194 / 40%) 6px 6px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204 229 222);
    border-image: initial;
    border-radius: 4px;
    overflow: hidden;
    margin: 2rem auto;
    background: rgb(255, 255, 255);
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

#progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, rgb(98 163 190), rgb(137 211 221));
    transition: width 2s ease-in-out;
    border-radius: 4px;
}
	
	
	
    #progress-label {
      width: 100%;
      text-align: center;
      line-height: 50px;
      color: #fff;
      font-size: 120%;
    }

#result-text {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in;
    margin-top: 10px;
    transform: translateY(0px);
    font-family: "Ubuntu", "Verdana", sans-serif;
    font-size: 110%;
    color: #313029;
    text-shadow: rgb(198 231 219) 1px 1px 3px;
	}

	
/* SHIFTY BUSINESS */

#vispara {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.75s ease-in-out, height 0.75s ease-in-out;
  margin-top: 0;
}



#vispara.visible {
  opacity: 1;
  visibility: visible;         /* fade-in works smoothly */
}

.entry {
    display: block;
    width: 90%;
    font-size: 100%;
    font-family: "Libre Baskerville", sans-serif;
    text-align: justify;
    margin: 0.5rem auto;
    font-style: italic;
    color: #635246;
    padding: 0.45rem;
}

.linksite {
	margin: auto 1rem;
}