body {
	margin: 0px;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 900


.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700

.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.element  {
-webkit-animation: fadeinout 14s linear forwards;
animation: fadeinout 14s linear forwards;
opacity: 0;
}

@-webkit-keyframes fadeinout {
  14% { opacity: 1; }
  86% { opacity: 1; }
  100% { opacity: 1; }
}

@keyframes fadeinout {
  14% { opacity: 1; }
  86% { opacity: 1; }
  100% { opacity: 1; }
}

.logo{
	width: 50px;
	position: absolute;
	z-index: 999;
	left: 70px;
	top: 70px;
}

.logoss{
	width: 50px;
	position: absolute;
	z-index: 999;
	left: 70px;
	top: 70px;
}

.logos{
	width: 50px;
	position: absolute;
	z-index: 999;
	left: 70px;
	top: 45px;
}

.winner-logo{
	width: 60px;
	position: absolute;
	z-index: 999;
	left: 65px;
	top: 130px;
}
.winner-logos{
	width: 60px;
	position: absolute;
	z-index: 999;
	left: 65px;
	top: 240px;
}

.winner-logo2{
	width: 60px;
	position: absolute;
	z-index: 999;
	right: 65px;
	top: 70px;
}
.winner-logo2s{
	width: 60px;
	position: absolute;
	z-index: 999;
	right: 65px;
	top: 180px;
}


.content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
	position: relative;
}

.outer-top{
	width: 100%;
	padding-top: 45px;
}
.outer-top .aka{
	font-size: 36px;
	display: inline-block;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
	font-weight: normal;

	line-height: 0.9em;
}


.outer-top .aka a{
	color: #333333;
}

.akas{
	font-size: 18px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #666;
}
.headline{
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 130px;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	font-family: 'Noto Serif TC', serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.title{
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 50px;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	font-family: 'Noto Serif TC', serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.description{
	font-size: 2.5em;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 20px;
	padding-right: 78px;
	padding-bottom: 90px;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	font-family: 'Noto Serif TC', serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}


.headlines{
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 55px;
	padding-right: 80px;
	right: 0px;
	color: #FFF;
	top: 0px;
	font-family: 'Noto Serif TC', serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.titles{
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 130px;
	padding-right: 80px;
	right: 0px;
	color: #FFF;
	top: 0px;
	font-family: 'Noto Serif TC', serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.descriptions{
	font-size: 2.5em;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 90px;
	padding-right: 78px;
	color: #FFF;
	top: 0px;
	right: 0px;
	font-family: 'Noto Serif TC', serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.footer-icon{
	line-height: 1.75em;
	float: left;
	width: 100%;
	text-align: center;
}
.icon{
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.copyright{
	font-size: 12px;
	line-height: 1.75em;
	color: #333;
	text-align: center;
	float: left;
	width: 100%;
	font-family: "Lora", serif;
	padding-bottom: 20px;
}
@media only screen and (max-width: 1440px){
.content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 480px;
	position: relative;
}
}

@media only screen and (max-width: 768px){
.content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 480px;
	position: relative;
}



.logo{
	width: 50px;
	position: absolute;
	z-index: 999;
	left: 25px;
	top: 35px;
}

.logoss{
	width: 50px;
	position: absolute;
	z-index: 999;
	left: 25px;
	top: 35px;
}

.logos{
	width: 50px;
	position: absolute;
	z-index: 999;
	left: 35px;
	top: 30px;
}

.winner-logo{
	width: 40px;
	position: absolute;
	z-index: 999;
	left: 30px;
	top: 90px;
}
.winner-logos{
	width: 40px;
	position: absolute;
	z-index: 999;
	left: 30px;
	top: 160px;
}

.winner-logo2{
	width: 40px;
	position: absolute;
	z-index: 999;
	right: 35px;
	top: 45px;
}
.winner-logo2s{
	width: 40px;
	position: absolute;
	z-index: 999;
	right: 35px;
	top: 115px;
}


.headline{
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 20px;
	padding-right: 62px;
	padding-bottom: 95px;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	font-family: 'Noto Serif TC', serif;
}

.title{
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 20px;
	padding-right: 62px;
	padding-bottom: 40px;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	font-family: 'Noto Serif TC', serif;
}
.description{
	font-size: 2em;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 20px;
	padding-right: 58px;
	padding-bottom: 68px;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	font-family: 'Noto Serif TC', serif;
}

.headlines{
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 15px;
	padding-right: 60px;
	right: 0px;
	color: #FFF;
	top: 0px;
	font-family: 'Noto Serif TC', serif;
}

.titles{
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 75px;
	padding-right: 60px;
	right: 0px;
	color: #FFF;
	top: 0px;
	font-family: 'Noto Serif TC', serif;
}
.descriptions{
	font-size: 2em;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 50px;
	position: absolute;
	z-index: 999;
	padding-top: 45px;
	padding-right: 58px;
	color: #FFF;
	top: 0px;
	right: 0px;
	font-family: 'Noto Serif TC', serif;
}
	
}
