@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
}





.zh-button {
	display: inline-flex;
    color: #FFF;
    outline: 1px solid #FFF;
    line-height: 2.5rem;
    padding: 0 2rem;
}
.zh-button:hover {
	color: #FFF;
	background-color: rgba(255,255,255,0.2);
}



.is-gradient {
	background: linear-gradient(260deg, #e30000, #ff8900, #e3c000, #37ca00, #00a6d7, #0500e3, #9b00e3, #e3006c);
	background-size: 1600% 1600%;

	-webkit-animation: animatedGradient 240s ease infinite;
	-moz-animation: animatedGradient 240s ease infinite;
	animation: animatedGradient 240s ease infinite;
	
	color: #FFF;
}

@-webkit-keyframes animatedGradient {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes animatedGradient {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes animatedGradient { 
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}

/****** Footer *******/
.page-head {
	margin-top: 0 !important;
}
.page-head .signup {
	margin-left: 1rem;
}

/****** Footer *******/
.page-foot {
	font-size: 0.875rem;
	margin-bottom: 0 !important;
}
._by {
	
}
._by a {
	color: #FFF;
}