@font-face{
	font-family: comfortaa;
	src: url("fonts/Comfortaa-Regular.ttf");
}
@font-face{
	font-family: freestyle-script;
	src: url('fonts/FREESCPT.ttf');
}
body {
	background-color: #1a1a1a;
    background-image: url("assets/background.png");
    background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
	margin: 0px;
	text-align: center;
}
p {
    font-family: comfortaa;
    color: white;
    font-size: 32px;
    margin: 0px;
    text-align: left;
    text-shadow: 3px 3px 0px #00000099;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p.showcase {
    font-size: 32px;
    word-wrap: break-word;
    position: absolute;
    height: 220px;
    margin-top: 16px;
    margin-left: 640px;
    margin-right: 64px;
    overflow-y: auto;
}
p.showcase_title {
    font-size: 46px;
    word-wrap: break-word;
    text-align: left;
    height: 64px;
    margin-left: 640px;
    overflow-y: auto;
}
a {
    text-decoration: none;
}
img {
    position: relative;
}
img.title {
    top: 32px;
}
img.section {
    margin-top: -96px;
}
img.platform {
    position: absolute;
    height: 64px;
    margin-left: 16px;
}
img.game {
    position: absolute;
    margin-top: -64px;
    margin-left: -50%;
}
img.rise {
    bottom: 0px;
    transition: all 0.1s ease;
}
img.rise:hover {
    bottom: 8px;
}
img.screenshot {
    margin-left: 16px;
    margin-right: 16px;
	box-shadow: 0px 4px 8px #000000c8;
}
div.section {
    margin: 0px;
    margin-top: -4px;
    background-color: #00000099;
}
div.showcase {
    height: 320px;
    background-color: #ffffff33;
    align-content: center;
}
div.showcase_title {
    width: 100%;
    height: 64px;
    background-color: #ffffff33;
}
div.showcase_content {
    width: 100%;
    height: 256px;
    margin-left: 0%;
    margin-right: 0%;
    align-content: left;
}