html,
body {
	margin: 0;
	padding: 0;
}

html {
	background: #80608c center center no-repeat fixed;
	background-size: cover;
}

#logo {
    margin: 1.5em 2em;
}

#words {
	font-size: 5em;
	position: absolute;
	top: 50%;
	left: 8%;
    transform: translateY(-50%);
	font-weight: bold;
	font-family: sans-serif;
	color: rgba(255, 255, 255, 0.2);
	background: url('../images/words.png') 0 0 no-repeat;
	width: 432px;
	height: 550px;
}

#buttons {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	width: 47%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 0;
    height: 725px;
    font-size: 1.2em;
}

#buttons ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
	font-family: arial, sans-serif;
    width: 100%;
}

#buttons li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	height: 90px;
	margin: 20px 0;
}

#buttons a {
	text-decoration: none;
	display: block;
	width: 60%;
	margin: 0.25em auto;
	background-color: #ededed;
	color: #747474;
	box-shadow: 0 3px 1px 0 rgba(255, 255, 255, 0.2) inset, 0 -5px 0 2px rgba(0, 0, 0, 0.2) inset;
	border-radius: 12px;
	padding: 15px;
    user-select: none;
    -moz-user-select: none;
}

#buttons a:hover {
	background-color: #0A5899;
	color: white;
}

div #application_button {
    font-size: 2.1em;
    height: 140px;
    font-weight: 100;
    width: 100%;
}

#application_button a {
    background-color: #532072;
    color: white;
}

.button-group {
    position: absolute;
    top: 20%;
    display: none;
}

.pagination-buttons {
    position: absolute;
    bottom: 2%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    user-select: none;
    -moz-user-select: none;
}

.pagination-buttons button {
    color: white;
    margin: 0 10px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

.fa-circle {
    color: #532072;
}

button.navi-page {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid white;
    background: transparent;
}

.navi-page.active {
    border-color: #532072;
    background-color: #532072;
}

.button-group.visible {
    display: block;
}
