body {
	background-image: url('../../background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

.main {
	min-height: 65vh;
}

.main > div.content-container {
	margin-top: 30vh;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: rgba(0,0,0,0.60);
	color: #fff;
}

.main div.center-container {
	width: 52%;
	margin: 0 auto;
}

@media (max-height: 800px) {
    .main > div.content-container {
        margin-top: 8vh;
    }
}

@media (max-width: 768px) {
    .main div.center-container {
        width: 80%;
    }
}

@media (max-width: 410px) {
    .main div.center-container {
        width: 95%;
    }
}

h1, h2, h3 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	margin: 0;
	line-height: 1;
}

h1 {
	font-size: 300%;
	margin-bottom: 5px;
}

h3 {
	margin-top: 50px;
	text-align: right;
	font-size: 70%;
}

.text-center {
	text-align: center;
	margin: 0;
}

.text-center, a {
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 90%;
	text-decoration: none;
}

.highlighted {
	font-size: 80%;
	border: 1px solid #fff;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 20px;
	background: #fff;
	color: #222;
}

.highlighted a {
	color: #c80000;
	font-size: 100%;
}

footer {
	position: relative;
	bottom: 0;
	text-align: right;
	padding: 2px 10px;
	font-size: 90%;
}

footer a {
	color: rgba(255, 255, 255, 0.7);
}

.subpage-modal {
	min-height: 90vh;
	min-width: 90vw;
	left: 5vw;
	top: 5vh;
	position: absolute;
	z-index: 5;
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 2px 2px 2px #000;
}

.modal-body {
	margin: 10px;
}

.modal-body > h1 {
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 8px;
}

.tools-menu {
	background: transparent;
	padding: 5px;
	border: 0;
	font-size: 170%;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	outline: none;
}

.tools-menu.open {
	color: rgba(255, 255, 255, 0.4);
}

.tools-nav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}

.tile {
    display: inline-block;
    height: 150px;
    width: 150px;
    text-align: center;
    padding: 0;
    background: #fff;
    padding-top: 30px;
    margin: 5px;
    box-sizing: border-box;
    border: 0;
    color: #333;
}

.tile:hover, .tile:focus {
    background: #fb6800;
    color: #fff;
}

.tile > .fa {
    font-size: 500%;
    display: block;
}

.tools-password {
    float: right;
    margin: 10px;
    background: rgba(0,0,0,0);
    color: #888;
    border: 0;
}