body
{
  padding: 0px;
  /*background-color: #FFF;*/
	color: rgb(88, 88, 88);
	font-family: 'Sanchez', serif;
  font-size: 1.1em;
	line-height: 133%;
	/*text-transform: lowercase;*/
	background: linear-gradient(90deg, #fdfdfd 9px, transparent 1%) center, linear-gradient(#fdfdfd 9px, transparent 1%) center, rgb(200, 200, 200);
	background-size: 10px 10px;
	margin: 0px;
}

.rotate {
    animation: rotation 200s infinite linear;
}

.scaling {
    animation: 8s scale infinite alternate ease-in-out,
    8s scale2 infinite alternate ease-in-out;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes scale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.033);
    }
}

@keyframes scale2 {
    from {
        transform: scale(1.033);
    }
    to {
        transform: scale(1);
    }
}

.body-index
{
	min-height:150vh;
}

::selection {
	color: lightgray;
	background: black;
}

.center-div
{
  text-align: center;
}

.poem
{
	display: inline-block;
	text-align: left;
    padding-bottom: 7vh;
}

.color-element
{
	display: inline-block;
	margin: 10px 10px 0px 10px;
}
.color-block
{
	height: 30px;
	width: 30px;
	border-radius: 15%;
	display: inline-block;
}
.palette-title
{
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	padding-bottom: 3px;
}

h2
{
	text-align: center;
	font-size: 2em;
	margin-top: 0.33em;
	margin-bottom: 0.33em;
}

h1,h2, p
{
	background-color: #FFF;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: 1px solid rgb(230, 230, 230);
}

.badge
{
	display: block;
	text-align: center;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid rgb(230, 230, 230);
	margin-top: 1em;
    overflow: clip;
}

.badge img
{
	max-width: 250px;
	padding: 0.5em;
	/*padding-top: 0em;*/
}

a
{
	color: rgb(88, 88, 88);
	background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%, rgb(230, 230, 230) 0);
	background-size: 0%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;
	padding: 3px 10px 5px 8px;
}

.btn-container a
{
	color: rgb(88, 88, 88);
	background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%, rgb(255, 91, 94) 0);
	background-size: 0%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	transition: background-size .4s ease;
	padding: 3px 10px 5px 8px;
}

a.kofi-button {
	border-radius: 0px !important;
	box-shadow: revert !important;
}

.btn-container
{
	padding: 0.33em;
	opacity: 0.85;
}

#nano-button
{
	background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%, #000034  0)!important;;
}

.nano-text
{
	font-family: 'Montserrat', sans-serif !important;
}

a:hover
{
	background-size: 100%;
}

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

.centered-link
{
	text-align: center;
}

#badges img
{
	max-height:40px;
	padding: 10px;
}

.centered-image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding-bottom: 1em;
}

.daring-caper-logo
{
  width: 20%;
  opacity:0.5;
}

img.nano-img 
{
	height: 22px !important;
	width: 22px !important;
	display: initial;
	animation: kofi-wiggle 3s infinite;
	vertical-align: middle;
	padding-top: 0!important;
	padding-bottom: 0!important;
	border: none;
	margin-top: 0;
	margin-right: 5px!important;
	margin-left: 0!important;
	margin-bottom: 3px!important;
}

header
{
	background-color: white;
	border: 1px solid rgb(230, 230, 230);
}

footer
{
	padding: 0.1em;
	padding-bottom: 0.1em;
	margin-top: 1em;
	margin-bottom: 0px;
	background-color: white;
	overflow:auto;
	border: 1px solid rgb(230, 230, 230);
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer-content
{
	padding-right: 0.5em;
}

.footer-element
{
	position: relative;
	float: right;
}

.copyright-text
{
	display: inline-block;
	padding: 0.5em;
	padding-top: 0.85em;
	vertical-align: middle;
}

.signup-text
{
	display: inline-block;
	padding: 0.5em;
	padding-top: 0.85em;
	vertical-align: middle;
}